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.h1203 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.c293 struct device *child = device_find_any_child(&wwandev->dev); in wwan_remove_dev()
/linux/drivers/base/power/
H A Dmain.c1388 child = device_find_any_child(dev); in dpm_leaf_device()
/linux/drivers/spi/
H A Dspi.c3337 child = device_find_any_child(&ctlr->dev); in slave_show()
3358 child = device_find_any_child(&ctlr->dev); in slave_store()
/linux/drivers/ptp/
H A Dptp_ocp.c2023 while ((dev = device_find_any_child(dev))) { in ptp_ocp_find_flash()