Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pinctrl/
Ddevicetree.h17 int pinctrl_count_index_with_args(const struct device_node *np,
41 static inline int pinctrl_count_index_with_args(const struct device_node *np, in pinctrl_count_index_with_args() function
Ddevicetree.c335 int pinctrl_count_index_with_args(const struct device_node *np, in pinctrl_count_index_with_args() function
348 EXPORT_SYMBOL_GPL(pinctrl_count_index_with_args);
Dpinctrl-single.c991 rows = pinctrl_count_index_with_args(np, name); in pcs_parse_one_pinctrl_entry()
1096 rows = pinctrl_count_index_with_args(np, name); in pcs_parse_bits_in_pinctrl_entry()
/Linux-v5.4/drivers/pinctrl/ti/
Dpinctrl-ti-iodelay.c498 rows = pinctrl_count_index_with_args(np, name); in ti_iodelay_dt_node_to_map()