Home
last modified time | relevance | path

Searched refs:hv_driver (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/hv/
Dvmbus_drv.c498 struct hv_driver *drv = drv_to_hv_drv(driver); in vmbus_match()
513 struct hv_driver *drv = in vmbus_probe()
538 struct hv_driver *drv; in vmbus_remove()
568 struct hv_driver *drv; in vmbus_shutdown()
876 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register() argument
880 pr_info("registering driver %s\n", hv_driver->name); in __vmbus_driver_register()
886 hv_driver->driver.name = hv_driver->name; in __vmbus_driver_register()
887 hv_driver->driver.owner = owner; in __vmbus_driver_register()
888 hv_driver->driver.mod_name = mod_name; in __vmbus_driver_register()
889 hv_driver->driver.bus = &hv_bus; in __vmbus_driver_register()
[all …]
Dhv_util.c422 static struct hv_driver util_drv = {
Dhv_balloon.c1600 static struct hv_driver balloon_drv = {
/linux-4.1.27/include/linux/
Dhyperv.h928 struct hv_driver { struct
962 static inline struct hv_driver *drv_to_hv_drv(struct device_driver *d) in drv_to_hv_drv() argument
964 return container_of(d, struct hv_driver, driver); in drv_to_hv_drv()
980 int __must_check __vmbus_driver_register(struct hv_driver *hv_driver,
983 void vmbus_driver_unregister(struct hv_driver *hv_driver);
/linux-4.1.27/drivers/tty/serial/
Dsunhv.c626 static struct platform_driver hv_driver = { variable
640 return platform_driver_register(&hv_driver); in sunhv_init()
645 platform_driver_unregister(&hv_driver); in sunhv_exit()
/linux-4.1.27/drivers/input/serio/
Dhyperv-keyboard.c433 static struct hv_driver hv_kbd_drv = {
/linux-4.1.27/drivers/hid/
Dhid-hyperv.c596 static struct hv_driver mousevsc_drv = {
/linux-4.1.27/drivers/video/fbdev/
Dhyperv_fb.c914 static struct hv_driver hvfb_drv = {
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc_drv.c978 static struct hv_driver netvsc_drv = {
/linux-4.1.27/drivers/scsi/
Dstorvsc_drv.c1901 static struct hv_driver storvsc_drv = {