Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pinctrl/mediatek/
Dpinctrl-paris.c44 static const char * const mtk_gpio_functions[] = { variable
438 (*map)[*num_maps].data.mux.function = mtk_gpio_functions[fnum]; in mtk_pctrl_dt_node_to_map_func()
504 func >= ARRAY_SIZE(mtk_gpio_functions)) { in mtk_pctrl_dt_subnode_to_map()
733 return ARRAY_SIZE(mtk_gpio_functions); in mtk_pmx_get_funcs_cnt()
739 return mtk_gpio_functions[selector]; in mtk_pmx_get_func_name()
Dpinctrl-mtk-common.c39 static const char * const mtk_gpio_functions[] = { variable
503 (*map)[*num_maps].data.mux.function = mtk_gpio_functions[fnum]; in mtk_pctrl_dt_node_to_map_func()
571 func >= ARRAY_SIZE(mtk_gpio_functions)) { in mtk_pctrl_dt_subnode_to_map()
670 return ARRAY_SIZE(mtk_gpio_functions); in mtk_pmx_get_funcs_cnt()
676 return mtk_gpio_functions[selector]; in mtk_pmx_get_func_name()