Home
last modified time | relevance | path

Searched refs:muxes (Results 1 – 25 of 55) sorted by relevance

123

/linux-6.15/drivers/dma/
H A Dlpc18xx-dmamux.c35 struct lpc18xx_dmamux *muxes; member
87 if (dmamux->muxes[mux].busy) { in lpc18xx_dmamux_reserve()
90 mux, mux, dmamux->muxes[mux].value); in lpc18xx_dmamux_reserve()
95 dmamux->muxes[mux].busy = true; in lpc18xx_dmamux_reserve()
96 dmamux->muxes[mux].value = dma_spec->args[1]; in lpc18xx_dmamux_reserve()
100 LPC18XX_DMAMUX_VAL(dmamux->muxes[mux].value, mux)); in lpc18xx_dmamux_reserve()
107 dmamux->muxes[mux].value, mux); in lpc18xx_dmamux_reserve()
109 return &dmamux->muxes[mux]; in lpc18xx_dmamux_reserve()
149 dmamux->muxes = devm_kcalloc(&pdev->dev, dmamux->dma_master_requests, in lpc18xx_dmamux_probe()
152 if (!dmamux->muxes) in lpc18xx_dmamux_probe()
/linux-6.15/Documentation/i2c/
H A Di2c-topology.rst2 I2C muxes and complex topologies
40 mux-locked or parent-locked muxes.
43 Mux-locked muxes
81 8. M1 unlocks muxes on its parent.
102 non-sibling muxes.
125 Parent-locked muxes
163 10. M1 unlocks muxes on its parent.
298 Two mux-locked sibling muxes
322 Two parent-locked sibling muxes
346 Mux-locked and parent-locked sibling muxes
[all …]
H A Dindex.rst19 muxes/i2c-mux-gpio
/linux-6.15/drivers/clk/mvebu/
H A Dkirkwood.c256 struct clk **muxes; member
282 to_clk_mux(__clk_get_hw(ctrl->muxes[n])); in clk_muxing_get_src()
284 return ctrl->muxes[n]; in clk_muxing_get_src()
312 ctrl->muxes = kcalloc(ctrl->num_muxes, sizeof(struct clk *), in kirkwood_clk_muxing_setup()
314 if (WARN_ON(!ctrl->muxes)) in kirkwood_clk_muxing_setup()
318 ctrl->muxes[n] = clk_register_mux(NULL, desc[n].name, in kirkwood_clk_muxing_setup()
322 WARN_ON(IS_ERR(ctrl->muxes[n])); in kirkwood_clk_muxing_setup()
/linux-6.15/drivers/pinctrl/nuvoton/
H A Dpinctrl-ma35.h23 struct ma35_mux_desc *muxes; member
38 .muxes = (struct ma35_mux_desc[]) { \
/linux-6.15/drivers/clk/mediatek/
H A Dclk-mux.c217 const struct mtk_mux *muxes, in mtk_clk_register_muxes() argument
233 const struct mtk_mux *mux = &muxes[i]; in mtk_clk_register_muxes()
256 const struct mtk_mux *mux = &muxes[i]; in mtk_clk_register_muxes()
269 void mtk_clk_unregister_muxes(const struct mtk_mux *muxes, int num, in mtk_clk_unregister_muxes() argument
278 const struct mtk_mux *mux = &muxes[i - 1]; in mtk_clk_unregister_muxes()
H A Dclk-mux.h122 const struct mtk_mux *muxes,
127 void mtk_clk_unregister_muxes(const struct mtk_mux *muxes, int num,
/linux-6.15/Documentation/devicetree/bindings/mux/
H A Dadi,adg792a.txt5 - #mux-control-cells : <0> if parallel (the three muxes are bound together
6 with a single mux controller controlling all three muxes), or <1> if
53 * Three parallel muxes with one mux controller, useful e.g. if
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dmediatek,mt8188-sys-clock.yaml16 muxes
21 The topckgen provides dividers and muxes which provide the clock source to other IP blocks.
H A Dmediatek,mt8186-sys-clock.yaml16 muxes
21 The topckgen provides dividers and muxes which provide the clock source to other IP blocks.
H A Dmediatek,mt8195-sys-clock.yaml16 muxes
21 The topckgen provides dividers and muxes which provide the clock source to other IP blocks.
H A Drockchip,rk3588-cru.yaml49 for GRF muxes, if missing any muxes present in the GRF will not be
H A Drockchip,rk3399-cru.yaml58 for GRF muxes, if missing any muxes present in the GRF will not be
H A Dqcom,krait-cc.txt20 Definition: reference to the clock parents of hfpll, secondary muxes.
H A Dmediatek,mt8365-sys-clock.yaml14 The topckgen provides dividers and muxes which provides the clock source to other IP blocks.
H A Dmediatek,mt8186-clock.yaml16 muxes
H A Dmediatek,mt6795-clock.yaml17 muxes
H A Dti,clkctrl.yaml18 or more clock muxes. There is a clkctrl clock controller typically for each
/linux-6.15/Documentation/firmware-guide/acpi/
H A Dindex.rst24 i2c-muxes
H A Di2c-muxes.rst7 Describing an I2C device hierarchy that includes I2C muxes requires an ACPI
/linux-6.15/drivers/i2c/
H A DMakefile18 obj-y += algos/ busses/ muxes/
/linux-6.15/drivers/pinctrl/realtek/
H A Dpinctrl-rtd.h114 const struct rtd_pin_desc *muxes; member
H A Dpinctrl-rtd.c79 const struct rtd_pin_desc *mux = &data->info->muxes[offset]; in rtd_pinctrl_dbg_show()
149 if (data->info->muxes[pin].name) in rtd_pinctrl_find_mux()
150 return &data->info->muxes[pin]; in rtd_pinctrl_find_mux()
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt88 * group "audio0" internally muxes i2s0 or ac97 controller to the dedicated
90 * group "twsi" internally muxes twsi controller to the dedicated or option pins.
/linux-6.15/drivers/gpu/drm/bridge/cadence/
H A DKconfig48 clock and data muxes.

123