Home
last modified time | relevance | path

Searched refs:child_device_obj (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/hv/
H A Dvmbus_drv.c1877 struct hv_device *child_device_obj; in vmbus_device_create() local
1879 child_device_obj = kzalloc(sizeof(struct hv_device), GFP_KERNEL); in vmbus_device_create()
1880 if (!child_device_obj) { in vmbus_device_create()
1885 child_device_obj->channel = channel; in vmbus_device_create()
1886 guid_copy(&child_device_obj->dev_type, type); in vmbus_device_create()
1887 guid_copy(&child_device_obj->dev_instance, instance); in vmbus_device_create()
1888 child_device_obj->vendor_id = PCI_VENDOR_ID_MICROSOFT; in vmbus_device_create()
1890 return child_device_obj; in vmbus_device_create()
1896 int vmbus_device_register(struct hv_device *child_device_obj) in vmbus_device_register() argument
1898 struct kobject *kobj = &child_device_obj in vmbus_device_register()
[all...]
H A Dhyperv_vmbus.h348 int vmbus_device_register(struct hv_device *child_device_obj);
/kernel/linux/linux-5.10/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 in vmbus_device_register()
[all...]
H A Dhyperv_vmbus.h334 int vmbus_device_register(struct hv_device *child_device_obj);

Completed in 8 milliseconds