Home
last modified time | relevance | path

Searched refs:stmfx_function_enable (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dstmfx.h122 int stmfx_function_enable(struct stmfx *stmfx, u32 func);
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dstmfx.c116 int stmfx_function_enable(struct stmfx *stmfx, u32 func) in stmfx_function_enable() function
156 EXPORT_SYMBOL_GPL(stmfx_function_enable);
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-stmfx.c613 return stmfx_function_enable(pctl->stmfx, func); in stmfx_pinctrl_gpio_function_enable()