Searched refs:child_device (Results 1 – 3 of 3) sorted by relevance
336 static int vmbus_probe(struct device *child_device) in vmbus_probe() argument340 drv_to_hv_drv(child_device->driver); in vmbus_probe()341 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_probe()349 dev_name(child_device), ret); in vmbus_probe()353 dev_name(child_device)); in vmbus_probe()362 static int vmbus_remove(struct device *child_device) in vmbus_remove() argument364 struct hv_driver *drv = drv_to_hv_drv(child_device->driver); in vmbus_remove()365 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_remove()371 dev_name(child_device)); in vmbus_remove()380 static void vmbus_shutdown(struct device *child_device) in vmbus_shutdown() argument[all …]
135 struct list_head child_device; member
370 list_add_tail(&dev->device_list, &r8a66597->child_device); in make_r8a66597_device()2055 struct list_head *list = &r8a66597->child_device; in get_r8a66597_device()2520 INIT_LIST_HEAD(&r8a66597->child_device); in r8a66597_probe()