Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/mediatek/
Dpinctrl-paris.c49 static const char * const mtk_gpio_functions[] = { variable
429 (*map)[*num_maps].data.mux.function = mtk_gpio_functions[fnum]; in mtk_pctrl_dt_node_to_map_func()
495 func >= ARRAY_SIZE(mtk_gpio_functions)) { in mtk_pctrl_dt_subnode_to_map()
722 return ARRAY_SIZE(mtk_gpio_functions); in mtk_pmx_get_funcs_cnt()
728 return mtk_gpio_functions[selector]; in mtk_pmx_get_func_name()
Dpinctrl-mtk-common.c37 static const char * const mtk_gpio_functions[] = { variable
516 (*map)[*num_maps].data.mux.function = mtk_gpio_functions[fnum]; in mtk_pctrl_dt_node_to_map_func()
584 func >= ARRAY_SIZE(mtk_gpio_functions)) { in mtk_pctrl_dt_subnode_to_map()
681 return ARRAY_SIZE(mtk_gpio_functions); in mtk_pmx_get_funcs_cnt()
687 return mtk_gpio_functions[selector]; in mtk_pmx_get_func_name()