Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dstmfx.h123 int stmfx_function_disable(struct stmfx *stmfx, u32 func);
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dstmfx.c158 int stmfx_function_disable(struct stmfx *stmfx, u32 func) in stmfx_function_disable() function
164 EXPORT_SYMBOL_GPL(stmfx_function_disable);
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-stmfx.c728 return stmfx_function_disable(stmfx, in stmfx_pinctrl_remove()