Home
last modified time | relevance | path

Searched refs:_mux (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/clk/actions/
Dowl-composite.h38 _mux, _gate, _div, _flags) \ argument
40 .mux_hw = _mux, \
67 _mux, _gate, _factor, _flags) \ argument
69 .mux_hw = _mux, \
98 _mux, _gate, _flags) \ argument
100 .mux_hw = _mux, \
/Linux-v4.19/drivers/clk/tegra/
Dclk-tegra-pmc.c54 .mux_id = tegra_clk_clk_out_ ##_num ##_mux,\
Dclk-tegra-audio.c71 .mux_clk_id = tegra_clk_ ## _name ## _mux,\
/Linux-v4.19/sound/soc/codecs/
Darizona.h133 const struct snd_kcontrol_new name##_mux = \
158 ARIZONA_MUX(name_str " Input", &name##_mux)
Dwm2200.c1087 const struct snd_kcontrol_new name##_mux = \
Dwm5100.c393 const struct snd_kcontrol_new name##_mux = \
/Linux-v4.19/drivers/phy/marvell/
Dphy-mvebu-cp110-comphy.c124 #define MVEBU_COMPHY_CONF(_lane, _port, _mode, _mux) \ argument
129 .mux = _mux, \
/Linux-v4.19/drivers/pinctrl/sh-pfc/
Dsh_pfc.h46 .mux = n##_mux, \
67 .mux = n##_mux.data##s, \
Dpfc-r8a7778.c1283 static const unsigned int name ##_mux[] = { arg1##_MARK }
1285 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, }
1287 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \
1290 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \
1293 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \
Dpfc-emev2.c672 static const unsigned int name##_mux[] = { mark##_MARK }
Dpfc-r8a7740.c37 static const unsigned int intc_irq##irq##_mux[] = { \
45 static const unsigned int intc_irq##irq##_##idx##_mux[] = { \
Dpfc-r8a73a4.c1403 static const unsigned int irqc_irq##irq_mark##_mux[] = { \
/Linux-v4.19/drivers/clk/nxp/
Dclk-lpc32xx.c1212 #define LPC32XX_DEFINE_COMPOSITE(_idx, _mux, _div, _gate) \ argument
1217 .mux = (CLK_PREFIX(_mux) == LPC32XX_CLK__NULL ? NULL : \
1218 &clk_hw_proto[CLK_PREFIX(_mux)].hw0), \
/Linux-v4.19/drivers/clk/
Dclk-stm32mp1.c695 #define to_clk_mmux(_mux) container_of(_mux, struct stm32_clk_mmux, mux) argument
1270 #define COMPOSITE(_id, _name, _parents, _flags, _gate, _mux, _div)\ argument
1279 _mux,\