Searched refs:child_device (Results 1 – 3 of 3) sorted by relevance
860 static int vmbus_probe(struct device *child_device) in vmbus_probe() argument 864 drv_to_hv_drv(child_device->driver); in vmbus_probe() 865 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_probe() 873 dev_name(child_device), ret); in vmbus_probe() 877 dev_name(child_device)); in vmbus_probe() 886 static int vmbus_dma_configure(struct device *child_device) in vmbus_dma_configure() argument 893 hv_setup_dma_ops(child_device, in vmbus_dma_configure() 901 static void vmbus_remove(struct device *child_device) in vmbus_remove() argument 904 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_remove() 906 if (child_device in vmbus_remove() 916 vmbus_shutdown(struct device * child_device) vmbus_shutdown() argument 936 vmbus_suspend(struct device * child_device) vmbus_suspend() argument 955 vmbus_resume(struct device * child_device) vmbus_resume() argument [all...]
268 for child_device in current_node["devices"]:269 fill_meta_keys(child_device, current_node)270 parse_device_tree_node(child_device, sysfs_dir)
124 struct list_head child_device; member