Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-mockup.c372 struct device *child __free(put_device) = device_find_any_child(dev); in gpio_mockup_debugfs_setup()
/linux/include/linux/
H A Ddevice.h1004 static inline struct device *device_find_any_child(struct device *parent) in device_find_any_child() function
/linux/drivers/spi/
H A Dspi.c2950 child = device_find_any_child(&ctlr->dev); in slave_show()
2971 child = device_find_any_child(&ctlr->dev); in slave_store()
/linux/drivers/of/
H A Dunittest.c4299 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()
/linux/drivers/ptp/
H A Dptp_ocp.c1761 while ((dev = device_find_any_child(dev))) { in ptp_ocp_find_flash()