Searched refs:hv_driver (Results 1 – 12 of 12) sorted by relevance
863 struct hv_driver *drv = in vmbus_probe()903 struct hv_driver *drv; in vmbus_remove()918 struct hv_driver *drv; in vmbus_shutdown()938 struct hv_driver *drv; in vmbus_suspend()957 struct hv_driver *drv; in vmbus_resume()1467 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register() argument1477 hv_driver->driver.name = hv_driver->name; in __vmbus_driver_register()1478 hv_driver->driver.owner = owner; in __vmbus_driver_register()1480 hv_driver->driver.bus = &hv_bus; in __vmbus_driver_register()1499 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister() argument[all …]
708 static struct hv_driver util_drv = {
2120 static struct hv_driver balloon_drv = {
630 static struct platform_driver hv_driver = { variable644 return platform_driver_register(&hv_driver); in sunhv_init()
222 static struct hv_driver hyperv_hv_driver = {
412 static struct hv_driver hv_kbd_drv = {
403 static struct hv_driver hv_uio_drv = {
581 static struct hv_driver mousevsc_drv = {
1324 static struct hv_driver hvfb_drv = {
2188 static struct hv_driver storvsc_drv = {
2770 static struct hv_driver netvsc_drv = {
4192 static struct hv_driver hv_pci_drv = {
Completed in 766 milliseconds