Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-eyeq5.c172 static const struct pinfunction eq5p_functions[] = { variable
319 for (i = 0; i < ARRAY_SIZE(eq5p_functions); i++) { in eq5p_pinctrl_pin_dbg_show()
323 for (j = 0; j < eq5p_functions[i].ngroups; j++) { in eq5p_pinctrl_pin_dbg_show()
325 const char *x = eq5p_functions[i].groups[j]; in eq5p_pinctrl_pin_dbg_show()
328 func_name = eq5p_functions[i].name; in eq5p_pinctrl_pin_dbg_show()
344 func_name = eq5p_functions[GPIO_FUNC_SELECTOR].name; in eq5p_pinctrl_pin_dbg_show()
379 return ARRAY_SIZE(eq5p_functions); in eq5p_pinmux_get_functions_count()
385 return eq5p_functions[selector].name; in eq5p_pinmux_get_function_name()
393 *groups = eq5p_functions[selector].groups; in eq5p_pinmux_get_function_groups()
394 *num_groups = eq5p_functions[selector].ngroups; in eq5p_pinmux_get_function_groups()
[all …]