Searched refs:mux_cfg (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap1/
H A Dmux.c454 static struct omap_mux_cfg *mux_cfg; variable in typeref:struct:omap_mux_cfg
464 mux_cfg = arch_mux_cfg; omap_mux_register()
483 if (mux_cfg == NULL) { omap_cfg_reg()
488 if (index >= mux_cfg->size) { omap_cfg_reg()
490 index, mux_cfg->size); omap_cfg_reg()
495 reg = &mux_cfg->pins[index]; omap_cfg_reg()
497 if (!mux_cfg->cfg_reg) omap_cfg_reg()
500 return mux_cfg->cfg_reg(reg); omap_cfg_reg()
/linux-4.1.27/include/linux/mfd/
H A Dlp3943.h96 * @mux_cfg: Register configuration for pin MUX
107 const struct lp3943_reg_cfg *mux_cfg; member in struct:lp3943
/linux-4.1.27/drivers/gpio/
H A Dgpio-lp3943.c77 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg; lp3943_gpio_set_mode()
121 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg; lp3943_get_gpio_out_status()
/linux-4.1.27/drivers/mfd/
H A Dlp3943.c123 lp3943->mux_cfg = lp3943_mux_cfg; lp3943_probe()
/linux-4.1.27/drivers/pwm/
H A Dpwm-lp3943.c141 const struct lp3943_reg_cfg *mux = lp3943->mux_cfg; lp3943_pwm_set_mode()

Completed in 121 milliseconds