/drivers/i2c/muxes/ |
D | i2c-mux-gpio.c | 26 static void i2c_mux_gpio_set(const struct gpiomux *mux, unsigned val) in i2c_mux_gpio_set() 37 struct gpiomux *mux = i2c_mux_priv(muxc); in i2c_mux_gpio_select() local 46 struct gpiomux *mux = i2c_mux_priv(muxc); in i2c_mux_gpio_deselect() local 60 static int i2c_mux_gpio_probe_dt(struct gpiomux *mux, in i2c_mux_gpio_probe_dt() 129 static int i2c_mux_gpio_probe_dt(struct gpiomux *mux, in i2c_mux_gpio_probe_dt() 139 struct gpiomux *mux; in i2c_mux_gpio_probe() local 264 struct gpiomux *mux = i2c_mux_priv(muxc); in i2c_mux_gpio_remove() local
|
D | i2c-mux-reg.c | 27 static int i2c_mux_reg_set(const struct regmux *mux, unsigned int chan_id) in i2c_mux_reg_set() 67 struct regmux *mux = i2c_mux_priv(muxc); in i2c_mux_reg_select() local 74 struct regmux *mux = i2c_mux_priv(muxc); in i2c_mux_reg_deselect() local 83 static int i2c_mux_reg_probe_dt(struct regmux *mux, in i2c_mux_reg_probe_dt() 158 static int i2c_mux_reg_probe_dt(struct regmux *mux, in i2c_mux_reg_probe_dt() 168 struct regmux *mux; in i2c_mux_reg_probe() local
|
D | i2c-mux-pinctrl.c | 38 struct i2c_mux_pinctrl *mux = i2c_mux_priv(muxc); in i2c_mux_pinctrl_select() local 45 struct i2c_mux_pinctrl *mux = i2c_mux_priv(muxc); in i2c_mux_pinctrl_deselect() local 51 static int i2c_mux_pinctrl_parse_dt(struct i2c_mux_pinctrl *mux, in i2c_mux_pinctrl_parse_dt() 117 static inline int i2c_mux_pinctrl_parse_dt(struct i2c_mux_pinctrl *mux, in i2c_mux_pinctrl_parse_dt() 147 struct i2c_mux_pinctrl *mux; in i2c_mux_pinctrl_probe() local
|
/drivers/clk/ti/ |
D | mux.c | 31 struct clk_mux *mux = to_clk_mux(hw); in ti_clk_mux_get_parent() local 68 struct clk_mux *mux = to_clk_mux(hw); in ti_clk_mux_set_parent() local 105 struct clk_mux *mux; in _register_mux() local 140 struct ti_clk_mux *mux; in ti_clk_register_mux() local 232 struct clk_mux *mux; in ti_clk_build_component_mux() local 263 struct clk_mux *mux; in of_ti_composite_mux_clk_setup() local
|
/drivers/clk/ |
D | clk-mux.c | 31 struct clk_mux *mux = to_clk_mux(hw); in clk_mux_get_parent() local 68 struct clk_mux *mux = to_clk_mux(hw); in clk_mux_set_parent() local 122 struct clk_mux *mux; in clk_hw_register_mux_table() local 219 struct clk_mux *mux; in clk_unregister_mux() local 235 struct clk_mux *mux; in clk_hw_unregister_mux() local
|
/drivers/tty/serial/ |
D | dz.c | 74 struct dz_mux *mux; member 181 static inline void dz_receive_chars(struct dz_mux *mux) in dz_receive_chars() 255 static inline void dz_transmit_chars(struct dz_mux *mux) in dz_transmit_chars() 338 struct dz_mux *mux = dev_id; in dz_interrupt() local 404 struct dz_mux *mux = dport->mux; in dz_startup() local 445 struct dz_mux *mux = dport->mux; in dz_shutdown() local 549 struct dz_mux *mux = dport->mux; in dz_reset() local 665 struct dz_mux *mux = to_dport(uport)->mux; in dz_release_port() local 690 struct dz_mux *mux = to_dport(uport)->mux; in dz_request_port() local
|
/drivers/clk/imx/ |
D | clk-fixup-mux.c | 28 struct clk_mux mux; member 35 struct clk_mux *mux = to_clk_mux(hw); in to_clk_fixup_mux() local 50 struct clk_mux *mux = to_clk_mux(hw); in clk_fixup_mux_set_parent() local
|
D | clk-cpu.c | 20 struct clk *mux; member 79 struct clk *div, struct clk *mux, struct clk *pll, in imx_clk_cpu()
|
D | clk-busy.c | 118 struct clk_mux mux; member 126 struct clk_mux *mux = to_clk_mux(hw); in to_clk_busy_mux() local
|
/drivers/clk/uniphier/ |
D | clk-uniphier-mux.c | 34 struct uniphier_clk_mux *mux = to_uniphier_clk_mux(hw); in uniphier_clk_mux_set_parent() local 42 struct uniphier_clk_mux *mux = to_uniphier_clk_mux(hw); in uniphier_clk_mux_get_parent() local 70 struct uniphier_clk_mux *mux; in uniphier_clk_register_mux() local
|
/drivers/clk/qcom/ |
D | clk-regmap-mux.c | 28 struct clk_regmap_mux *mux = to_clk_regmap_mux(hw); in mux_get_parent() local 43 struct clk_regmap_mux *mux = to_clk_regmap_mux(hw); in mux_set_parent() local
|
/drivers/mfd/ |
D | pcf50633-adc.c | 30 int mux; member 120 int pcf50633_adc_sync_read(struct pcf50633 *pcf, int mux, int avg) in pcf50633_adc_sync_read() 138 int pcf50633_adc_async_read(struct pcf50633 *pcf, int mux, int avg, in pcf50633_adc_async_read()
|
/drivers/clk/tegra/ |
D | clk-super.c | 44 struct tegra_clk_super_mux *mux = to_clk_super_mux(hw); in clk_super_get_parent() local 73 struct tegra_clk_super_mux *mux = to_clk_super_mux(hw); in clk_super_set_parent() local
|
/drivers/dma/ |
D | lpc18xx-dmamux.c | 47 struct lpc18xx_dmamux *mux = route_data; in lpc18xx_dmamux_free() local 61 unsigned mux; in lpc18xx_dmamux_reserve() local
|
/drivers/leds/ |
D | leds-lp5523.c | 117 #define LED_ACTIVE(mux, led) (!!(mux & (0x0001 << led))) argument 453 static int lp5523_mux_parse(const char *buf, u16 *mux, size_t len) in lp5523_mux_parse() 494 char mux[LP5523_MAX_LEDS + 1]; in show_engine_leds() local 504 static int lp5523_load_mux(struct lp55xx_chip *chip, u16 mux, int nr) in lp5523_load_mux() 539 u16 mux = 0; in store_engine_leds() local
|
/drivers/clk/sunxi/ |
D | clk-factors.h | 33 int mux; member 49 struct clk_mux *mux; member
|
D | clk-a20-gmac.c | 63 struct clk_mux *mux; in sun7i_a20_gmac_clk_setup() local
|
D | clk-a10-mod1.c | 32 struct clk_mux *mux; in sun4i_mod1_clk_setup() local
|
D | clk-sun8i-mbus.c | 41 struct clk_mux *mux; in sun8i_a23_mbus_setup() local
|
/drivers/soc/fsl/qe/ |
D | usb.c | 25 struct qe_mux __iomem *mux = &qe_immr->qmx; in qe_usb_clock_set() local
|
/drivers/gpu/drm/imx/ |
D | imx-ldb.c | 180 static void imx_ldb_set_clock(struct imx_ldb *ldb, int mux, int chno, in imx_ldb_set_clock() 213 int mux = drm_of_encoder_active_port_id(imx_ldb_ch->child, encoder); in imx_ldb_encoder_enable() local 270 int mux = drm_of_encoder_active_port_id(imx_ldb_ch->child, encoder); in imx_ldb_encoder_atomic_mode_set() local 320 int mux, ret; in imx_ldb_encoder_disable() local
|
/drivers/pinctrl/bcm/ |
D | pinctrl-cygnus-mux.c | 57 struct cygnus_mux mux; member 73 struct cygnus_mux mux; member 776 const struct cygnus_mux *mux = &grp->mux; in cygnus_pinmux_set() local 848 const struct cygnus_gpio_mux *mux = pctrl_dev->desc->pins[pin].drv_data; in cygnus_gpio_request_enable() local 876 struct cygnus_gpio_mux *mux = pctrl_dev->desc->pins[pin].drv_data; in cygnus_gpio_disable_free() local
|
D | pinctrl-nsp-mux.c | 67 struct nsp_mux mux; member 83 const struct nsp_mux mux; member 393 const struct nsp_mux *mux = &grp->mux; in nsp_pinmux_set() local
|
/drivers/gpio/ |
D | gpio-lp3943.c | 72 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg; in lp3943_gpio_set_mode() local 116 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg; in lp3943_get_gpio_out_status() local
|
/drivers/pinctrl/ |
D | pinctrl-lantiq.c | 214 static int match_mux(const struct ltq_mfp_pin *mfp, unsigned mux) in match_mux() 240 unsigned mux) in match_group_mux()
|