Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sysfs.c72 dev = device_find_any_child(&conn->dev); in hci_conn_del_sysfs()
/openbmc/linux/include/linux/
H A Ddevice.h1073 struct device *device_find_any_child(struct device *parent);
/openbmc/linux/drivers/spi/
H A Dspi.c2814 child = device_find_any_child(&ctlr->dev); in slave_show()
2832 child = device_find_any_child(&ctlr->dev); in slave_store()
/openbmc/linux/drivers/base/
H A Dcore.c4134 struct device *device_find_any_child(struct device *parent) in device_find_any_child() function
4138 EXPORT_SYMBOL_GPL(device_find_any_child);
/openbmc/linux/drivers/of/
H A Dunittest.c3964 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()
/openbmc/linux/drivers/ptp/
H A Dptp_ocp.c1517 while ((dev = device_find_any_child(dev))) { in ptp_ocp_find_flash()