Searched refs:child_device (Results 1 - 3 of 3) sorted by relevance

/drivers/hv/
H A Dvmbus_drv.c481 static int vmbus_probe(struct device *child_device) argument
485 drv_to_hv_drv(child_device->driver);
486 struct hv_device *dev = device_to_hv_device(child_device);
494 dev_name(child_device), ret);
498 dev_name(child_device));
507 static int vmbus_remove(struct device *child_device) argument
509 struct hv_driver *drv = drv_to_hv_drv(child_device->driver);
510 struct hv_device *dev = device_to_hv_device(child_device);
516 dev_name(child_device));
525 static void vmbus_shutdown(struct device *child_device) argument
[all...]
/drivers/usb/host/
H A Dr8a66597.h130 struct list_head child_device; member in struct:r8a66597
H A Dr8a66597-hcd.c365 list_add_tail(&dev->device_list, &r8a66597->child_device);
2047 struct list_head *list = &r8a66597->child_device;
2506 INIT_LIST_HEAD(&r8a66597->child_device);

Completed in 358 milliseconds