Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Ddevice.h908 struct device *device_find_any_child(struct device *parent);
/Linux-v6.1/drivers/spi/
Dspi.c2769 child = device_find_any_child(&ctlr->dev); in slave_show()
2788 child = device_find_any_child(&ctlr->dev); in slave_store()
/Linux-v6.1/drivers/base/
Dcore.c3949 struct device *device_find_any_child(struct device *parent) in device_find_any_child() function
3953 EXPORT_SYMBOL_GPL(device_find_any_child);
/Linux-v6.1/drivers/ptp/
Dptp_ocp.c1322 while ((dev = device_find_any_child(dev))) { in ptp_ocp_find_flash()