Home
last modified time | relevance | path

Searched refs:device_find_any_child (Results 1 – 4 of 4) 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.h1150 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.c3138 child = device_find_any_child(&ctlr->dev); in slave_show()
3159 child = device_find_any_child(&ctlr->dev); in slave_store()