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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dvmbus_drv.c728 static int vmbus_probe(struct device *child_device) argument
732 driver_to_driver_context(child_device->driver);
734 device_to_vm_device(child_device);
738 ret = device_ctx->probe_error = driver_ctx->probe(child_device);
742 dev_name(child_device), child_device,
743 child_device->driver->name, ret);
751 child_device->driver->name);
760 static int vmbus_remove(struct device *child_device) argument
766 if (child_device
797 vmbus_shutdown(struct device *child_device) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dr8a66597.h135 struct list_head child_device; member in struct:r8a66597
H A Dr8a66597-hcd.c370 list_add_tail(&dev->device_list, &r8a66597->child_device);
2055 struct list_head *list = &r8a66597->child_device;
2516 INIT_LIST_HEAD(&r8a66597->child_device);

Completed in 100 milliseconds