Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pinctrl/mediatek/
Dpinctrl-paris.c44 static const char * const mtk_gpio_functions[] = { variable
382 (*map)[*num_maps].data.mux.function = mtk_gpio_functions[fnum]; in mtk_pctrl_dt_node_to_map_func()
448 func >= ARRAY_SIZE(mtk_gpio_functions)) { in mtk_pctrl_dt_subnode_to_map()
660 return ARRAY_SIZE(mtk_gpio_functions); in mtk_pmx_get_funcs_cnt()
666 return mtk_gpio_functions[selector]; in mtk_pmx_get_func_name()
Dpinctrl-mtk-common.c40 static const char * const mtk_gpio_functions[] = { variable
484 (*map)[*num_maps].data.mux.function = mtk_gpio_functions[fnum]; in mtk_pctrl_dt_node_to_map_func()
552 func >= ARRAY_SIZE(mtk_gpio_functions)) { in mtk_pctrl_dt_subnode_to_map()
651 return ARRAY_SIZE(mtk_gpio_functions); in mtk_pmx_get_funcs_cnt()
657 return mtk_gpio_functions[selector]; in mtk_pmx_get_func_name()