Searched full:stmfx (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/mfd/ |
H A D | stmfx.c | 3 * Driver for STMicroelectronics Multi-Function eXpander (STMFX) core 13 #include <linux/mfd/stmfx.h> 78 .of_compatible = "st,stmfx-0300-pinctrl", 79 .name = "stmfx-pinctrl", 84 .of_compatible = "st,stmfx-0300-idd", 85 .name = "stmfx-idd", 90 .of_compatible = "st,stmfx-0300-ts", 91 .name = "stmfx-ts", 116 int stmfx_function_enable(struct stmfx *stmfx, u32 func) in stmfx_function_enable() argument 122 ret = regmap_read(stmfx->map, STMFX_REG_SYS_CTRL, &sys_ctrl); in stmfx_function_enable() [all …]
|
/linux/include/linux/mfd/ |
H A D | stmfx.h | 98 * struct stmfx_ddata - STMFX MFD structure 101 * @vdd: STMFX power supply 108 struct stmfx { struct 120 int stmfx_function_enable(struct stmfx *stmfx, u32 func); argument 121 int stmfx_function_disable(struct stmfx *stmfx, u32 func);
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32746g-eval.dts | 160 stmfx: stmfx@42 { label 161 compatible = "st,stmfx-0300"; 167 compatible = "st,stmfx-0300-pinctrl";
|
/linux/drivers/pinctrl/ |
H A D | Kconfig | 515 tristate "STMicroelectronics STMFX GPIO expander pinctrl driver" 522 Driver for STMicroelectronics Multi-Function eXpander (STMFX)
|
H A D | Makefile | 54 obj-$(CONFIG_PINCTRL_STMFX) += pinctrl-stmfx.o
|