Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/
Ddevicetree.h21 int pinctrl_count_index_with_args(const struct device_node *np,
40 static inline int pinctrl_count_index_with_args(const struct device_node *np, in pinctrl_count_index_with_args() function
Ddevicetree.c351 int pinctrl_count_index_with_args(const struct device_node *np, in pinctrl_count_index_with_args() function
364 EXPORT_SYMBOL_GPL(pinctrl_count_index_with_args);
Dpinctrl-single.c1012 rows = pinctrl_count_index_with_args(np, name); in pcs_parse_one_pinctrl_entry()
1127 rows = pinctrl_count_index_with_args(np, name); in pcs_parse_bits_in_pinctrl_entry()
/linux-6.12.1/drivers/pinctrl/ti/
Dpinctrl-ti-iodelay.c507 rows = pinctrl_count_index_with_args(np, name); in ti_iodelay_dt_node_to_map()