Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dvmbus_drv.c2157 struct hv_device *child_device_obj; in vmbus_device_create() local
2159 child_device_obj = kzalloc_obj(struct hv_device); in vmbus_device_create()
2160 if (!child_device_obj) { in vmbus_device_create()
2165 child_device_obj->channel = channel; in vmbus_device_create()
2166 guid_copy(&child_device_obj->dev_type, type); in vmbus_device_create()
2167 guid_copy(&child_device_obj->dev_instance, instance); in vmbus_device_create()
2168 child_device_obj->vendor_id = PCI_VENDOR_ID_MICROSOFT; in vmbus_device_create()
2170 return child_device_obj; in vmbus_device_create()
2176 int vmbus_device_register(struct hv_device *child_device_obj) in vmbus_device_register() argument
2178 struct kobject *kobj = &child_device_obj->device.kobj; in vmbus_device_register()
[all …]
H A Dhyperv_vmbus.h406 int vmbus_device_register(struct hv_device *child_device_obj);