Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pinctrl/
Ddevicetree.h15 int pinctrl_count_index_with_args(const struct device_node *np,
34 static inline int pinctrl_count_index_with_args(const struct device_node *np, in pinctrl_count_index_with_args() function
Ddevicetree.c347 int pinctrl_count_index_with_args(const struct device_node *np, in pinctrl_count_index_with_args() function
360 EXPORT_SYMBOL_GPL(pinctrl_count_index_with_args);
Dpinctrl-single.c994 rows = pinctrl_count_index_with_args(np, name); in pcs_parse_one_pinctrl_entry()
1109 rows = pinctrl_count_index_with_args(np, name); in pcs_parse_bits_in_pinctrl_entry()
/Linux-v5.10/drivers/pinctrl/ti/
Dpinctrl-ti-iodelay.c498 rows = pinctrl_count_index_with_args(np, name); in ti_iodelay_dt_node_to_map()