Home
last modified time | relevance | path

Searched refs:device_get_child_node_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dproperty.h114 unsigned int device_get_child_node_count(struct device *dev);
/linux-4.19.296/drivers/base/
Dproperty.c1173 unsigned int device_get_child_node_count(struct device *dev) in device_get_child_node_count() function
1183 EXPORT_SYMBOL_GPL(device_get_child_node_count);
/linux-4.19.296/drivers/gpio/
Dgpio-dwapb.c578 nports = device_get_child_node_count(dev); in dwapb_gpio_get_pdata()