Lines Matching refs:function
315 const char *function) in add_map_mux() argument
322 (*map)[*num_maps].data.mux.function = function; in add_map_mux()
402 const char *function; in tz1090_pdc_pinctrl_dt_subnode_to_map() local
409 ret = of_property_read_string(np, "tz1090,function", &function); in tz1090_pdc_pinctrl_dt_subnode_to_map()
415 function = NULL; in tz1090_pdc_pinctrl_dt_subnode_to_map()
423 if (function != NULL) in tz1090_pdc_pinctrl_dt_subnode_to_map()
439 if (function) { in tz1090_pdc_pinctrl_dt_subnode_to_map()
441 group, function); in tz1090_pdc_pinctrl_dt_subnode_to_map()
510 unsigned int function) in tz1090_pdc_pinctrl_get_func_name() argument
512 return tz1090_pdc_functions[function].name; in tz1090_pdc_pinctrl_get_func_name()
516 unsigned int function, in tz1090_pdc_pinctrl_get_func_groups() argument
520 *groups = tz1090_pdc_functions[function].groups; in tz1090_pdc_pinctrl_get_func_groups()
521 *num_groups = tz1090_pdc_functions[function].ngroups; in tz1090_pdc_pinctrl_get_func_groups()
551 unsigned int function, in tz1090_pdc_pinctrl_set_mux() argument
559 function, tz1090_pdc_functions[function].name, in tz1090_pdc_pinctrl_set_mux()
567 if (function != grp->func) in tz1090_pdc_pinctrl_set_mux()