Home
last modified time | relevance | path

Searched refs:vmbus_match (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hv/
H A Dvmbus_drv.c856 * vmbus_match - Attempt to match the specified device to the specified driver
858 static int vmbus_match(struct device *device, struct device_driver *driver) in vmbus_match() function
1017 .match = vmbus_match,
2018 * binding...which will eventually call vmbus_match() and vmbus_probe() in vmbus_device_register()
/kernel/linux/linux-6.6/drivers/hv/
H A Dvmbus_drv.c820 * vmbus_match - Attempt to match the specified device to the specified driver
822 static int vmbus_match(struct device *device, struct device_driver *driver) in vmbus_match() function
993 .match = vmbus_match,
1914 * binding...which will eventually call vmbus_match() and vmbus_probe() in vmbus_device_register()

Completed in 7 milliseconds