/linux/drivers/clk/actions/ |
H A 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, \
|
/linux/sound/soc/codecs/ |
H A D | arizona.h | 165 const struct snd_kcontrol_new name##_mux = \ 190 ARIZONA_MUX(name_str " Input", &name##_mux)
|
H A D | madera.h | 212 const struct snd_kcontrol_new name##_mux = \ 237 MADERA_MUX(name_str " Input 1", &name##_mux)
|
H A D | cs42l43.c | 45 static const struct snd_kcontrol_new cs42l43_##name##_mux = \ 55 SND_SOC_DAPM_MUX(name_str " Input", SND_SOC_NOPM, 0, 0, &cs42l43_##name##_mux)
|
H A D | wm2200.c | 1079 const struct snd_kcontrol_new name##_mux = \
|
H A D | wm5100.c | 393 const struct snd_kcontrol_new name##_mux = \
|
/linux/drivers/pinctrl/renesas/ |
H A D | sh_pfc.h | 52 .mux = _name##_mux, \ 54 BUILD_BUG_ON_ZERO(sizeof(_name##_pins) != sizeof(_name##_mux)), \ 64 .mux = data##_mux + first, \ 67 BUILD_BUG_ON_ZERO(first + n > ARRAY_SIZE(data##_mux)), \
|
H A D | pfc-r8a7778.c | 1258 static const unsigned int name ##_mux[] = { arg1##_MARK } 1260 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, } 1262 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \ 1265 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \ 1268 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \
|
H A D | pfc-r8a7740.c | 24 static const unsigned int intc_irq##irq##_mux[] = { \ 32 static const unsigned int intc_irq##irq##_##idx##_mux[] = { \
|
H A D | pfc-emev2.c | 672 static const unsigned int name##_mux[] = { mark##_MARK }
|
H A D | pfc-r8a73a4.c | 1390 static const unsigned int irqc_irq##irq_mark##_mux[] = { \
|
/linux/drivers/phy/mscc/ |
H A D | phy-ocelot-serdes.c | 345 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument 351 .mux = _mux, \
|
/linux/drivers/clk/tegra/ |
H A D | clk-tegra-audio.c | 58 .mux_clk_id = tegra_clk_ ## _name ## _mux,\
|
/linux/drivers/phy/microchip/ |
H A D | lan966x_serdes.c | 29 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument 35 .mux = _mux, \
|
/linux/drivers/clk/nxp/ |
H A 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), \
|
/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp1.c | 712 #define to_clk_mmux(_mux) container_of(_mux, struct stm32_clk_mmux, mux) argument 1368 #define COMPOSITE(_id, _name, _parents, _flags, _gate, _mux, _div)\ argument 1377 _mux,\
|
/linux/drivers/phy/marvell/ |
H A D | phy-mvebu-cp110-comphy.c | 188 #define ETH_CONF(_lane, _port, _submode, _mux, _fw) \ argument 194 .mux = _mux, \
|