Home
last modified time | relevance | path

Searched refs:device_find_any_child (Results 1 – 6 of 6) 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.h1058 static inline struct device *device_find_any_child(struct device *parent) in device_find_any_child() function
/linux/drivers/net/wwan/
H A Dwwan_core.c292 struct device *child = device_find_any_child(&wwandev->dev); in wwan_remove_dev()
/linux/drivers/spi/
H A Dspi.c3082 child = device_find_any_child(&ctlr->dev); in slave_show()
3103 child = device_find_any_child(&ctlr->dev); in slave_store()
/linux/drivers/of/
H A Dunittest.c4416 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()
/linux/drivers/ptp/
H A Dptp_ocp.c1763 while ((dev = device_find_any_child(dev))) { in ptp_ocp_find_flash()