| /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 | cs48l32.h | 113 const struct snd_kcontrol_new name##_mux = SOC_DAPM_ENUM("Route", name##_enum) 127 #define CS48L32_MUX_WIDGETS(name, name_str) CS48L32_MUX(name_str " Input 1", &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 | 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 | 671 static const unsigned int name##_mux[] = { mark##_MARK }
|
| H A D | pfc-r8a73a4.c | 1388 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 | 1212 #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/drivers/clk/stm32/ |
| H A D | clk-stm32mp1.c | 712 #define to_clk_mmux(_mux) container_of(_mux, struct stm32_clk_mmux, mux) argument 1371 #define COMPOSITE(_id, _name, _parents, _flags, _gate, _mux, _div)\ argument 1380 _mux,\
|