Home
last modified time | relevance | path

Searched refs:child_device (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hv/
H A Dvmbus_drv.c830 static int vmbus_probe(struct device *child_device) in vmbus_probe() argument
834 drv_to_hv_drv(child_device->driver); in vmbus_probe()
835 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_probe()
843 dev_name(child_device), ret); in vmbus_probe()
847 dev_name(child_device)); in vmbus_probe()
856 static int vmbus_dma_configure(struct device *child_device) in vmbus_dma_configure() argument
863 hv_setup_dma_ops(child_device, in vmbus_dma_configure()
871 static void vmbus_remove(struct device *child_device) in vmbus_remove() argument
874 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_remove()
876 if (child_device->driver) { in vmbus_remove()
[all …]
/linux/drivers/usb/host/
H A Dr8a66597.h124 struct list_head child_device; member