Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hv/
Dvmbus_drv.c1982 struct hv_device *child_device_obj; in vmbus_device_create() local
1984 child_device_obj = kzalloc(sizeof(struct hv_device), GFP_KERNEL); in vmbus_device_create()
1985 if (!child_device_obj) { in vmbus_device_create()
1990 child_device_obj->channel = channel; in vmbus_device_create()
1991 guid_copy(&child_device_obj->dev_type, type); in vmbus_device_create()
1992 guid_copy(&child_device_obj->dev_instance, instance); in vmbus_device_create()
1993 child_device_obj->vendor_id = 0x1414; /* MSFT vendor ID */ in vmbus_device_create()
1995 return child_device_obj; in vmbus_device_create()
2001 int vmbus_device_register(struct hv_device *child_device_obj) in vmbus_device_register() argument
2003 struct kobject *kobj = &child_device_obj->device.kobj; in vmbus_device_register()
[all …]
Dhyperv_vmbus.h333 int vmbus_device_register(struct hv_device *child_device_obj);