/kernel/linux/linux-5.10/drivers/clk/actions/ |
D | owl-composite.h | 38 _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, \
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | arizona.h | 130 const struct snd_kcontrol_new name##_mux = \ 155 ARIZONA_MUX(name_str " Input", &name##_mux)
|
D | madera.h | 212 const struct snd_kcontrol_new name##_mux = \ 237 MADERA_MUX(name_str " Input 1", &name##_mux)
|
D | wm2200.c | 1084 const struct snd_kcontrol_new name##_mux = \
|
D | wm5100.c | 390 const struct snd_kcontrol_new name##_mux = \
|
/kernel/linux/linux-5.10/drivers/phy/mscc/ |
D | phy-ocelot-serdes.c | 345 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument 351 .mux = _mux, \
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
D | clk-tegra-audio.c | 58 .mux_clk_id = tegra_clk_ ## _name ## _mux,\
|
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
D | sh_pfc.h | 47 .mux = n##_mux, \ 49 BUILD_BUG_ON_ZERO(sizeof(n##_pins) != sizeof(n##_mux)), \ 70 .mux = n##__VA_ARGS__##_mux.data##s, \
|
D | pfc-r8a7778.c | 1262 static const unsigned int name ##_mux[] = { arg1##_MARK } 1264 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, } 1266 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \ 1269 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \ 1272 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \
|
D | pfc-r8a7740.c | 24 static const unsigned int intc_irq##irq##_mux[] = { \ 32 static const unsigned int intc_irq##irq##_##idx##_mux[] = { \
|
D | pfc-emev2.c | 673 static const unsigned int name##_mux[] = { mark##_MARK }
|
D | pfc-r8a73a4.c | 1390 static const unsigned int irqc_irq##irq_mark##_mux[] = { \
|
/kernel/linux/linux-5.10/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 1206 #define LPC32XX_DEFINE_COMPOSITE(_idx, _mux, _div, _gate) \ argument 1211 .mux = (CLK_PREFIX(_mux) == LPC32XX_CLK__NULL ? NULL : \ 1212 &clk_hw_proto[CLK_PREFIX(_mux)].hw0), \
|
/kernel/linux/linux-5.10/drivers/clk/ |
D | clk-stm32mp1.c | 695 #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,\
|
/kernel/linux/linux-5.10/drivers/phy/marvell/ |
D | phy-mvebu-cp110-comphy.c | 186 #define ETH_CONF(_lane, _port, _submode, _mux, _fw) \ argument 192 .mux = _mux, \
|