Home
last modified time | relevance | path

Searched full:stmfx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mfd/
H A Dstmfx.c3 * 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 Dstmfx.h98 * 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 Dstm32746g-eval.dts160 stmfx: stmfx@42 { label
161 compatible = "st,stmfx-0300";
167 compatible = "st,stmfx-0300-pinctrl";
/linux/drivers/pinctrl/
H A DKconfig515 tristate "STMicroelectronics STMFX GPIO expander pinctrl driver"
522 Driver for STMicroelectronics Multi-Function eXpander (STMFX)
H A DMakefile54 obj-$(CONFIG_PINCTRL_STMFX) += pinctrl-stmfx.o