Searched refs:of_property_read_u32_index (Results 1 – 3 of 3) sorted by relevance
/drivers/pinctrl/vt8500/ |
D | pinctrl-wmt.c | 361 err = of_property_read_u32_index(np, "wm,pins", i, &pin); in wmt_pctl_dt_node_to_map() 372 err = of_property_read_u32_index(np, "wm,function", in wmt_pctl_dt_node_to_map() 384 err = of_property_read_u32_index(np, "wm,pull", in wmt_pctl_dt_node_to_map()
|
/drivers/pinctrl/ |
D | pinctrl-bcm2835.c | 759 err = of_property_read_u32_index(np, "brcm,pins", i, &pin); in bcm2835_pctl_dt_node_to_map() 770 err = of_property_read_u32_index(np, "brcm,function", in bcm2835_pctl_dt_node_to_map() 780 err = of_property_read_u32_index(np, "brcm,pull", in bcm2835_pctl_dt_node_to_map()
|
/drivers/of/ |
D | base.c | 890 int of_property_read_u32_index(const struct device_node *np, in of_property_read_u32_index() function 903 EXPORT_SYMBOL_GPL(of_property_read_u32_index);
|