Home
last modified time | relevance | path

Searched refs:stm32_desc_function (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.h27 struct stm32_desc_function { struct
34 const struct stm32_desc_function *functions; argument
41 .functions = (struct stm32_desc_function[]){ \
49 .functions = (struct stm32_desc_function[]){ \
H A Dpinctrl-stm32.c539 const struct stm32_desc_function *func = pin->functions; in stm32_pctrl_is_function_valid()