Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_sysfs.c72 dev = device_find_any_child(&conn->dev); in hci_conn_del_sysfs()
/linux-6.15/drivers/gpio/
H A Dgpio-mockup.c372 struct device *child __free(put_device) = device_find_any_child(dev); in gpio_mockup_debugfs_setup()
/linux-6.15/include/linux/
H A Ddevice.h1019 static inline struct device *device_find_any_child(struct device *parent) in device_find_any_child() function
/linux-6.15/drivers/spi/
H A Dspi.c2956 child = device_find_any_child(&ctlr->dev); in slave_show()
2977 child = device_find_any_child(&ctlr->dev); in slave_store()
/linux-6.15/drivers/of/
H A Dunittest.c4297 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()
/linux-6.15/drivers/ptp/
H A Dptp_ocp.c1760 while ((dev = device_find_any_child(dev))) { in ptp_ocp_find_flash()