Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hv/
H A Dvmbus_drv.c1985 struct hv_device *child_device_obj; in vmbus_device_create() local
1987 child_device_obj = kzalloc(sizeof(struct hv_device), GFP_KERNEL); in vmbus_device_create()
1988 if (!child_device_obj) { in vmbus_device_create()
1993 child_device_obj->channel = channel; in vmbus_device_create()
1994 guid_copy(&child_device_obj->dev_type, type); in vmbus_device_create()
1995 guid_copy(&child_device_obj->dev_instance, instance); in vmbus_device_create()
1996 child_device_obj->vendor_id = 0x1414; /* MSFT vendor ID */ in vmbus_device_create()
1998 return child_device_obj; in vmbus_device_create()
2004 int vmbus_device_register(struct hv_device *child_device_obj) in vmbus_device_register() argument
2006 struct kobject *kobj = &child_device_obj->device.kobj; in vmbus_device_register()
[all …]
H A Dhyperv_vmbus.h334 int vmbus_device_register(struct hv_device *child_device_obj);