Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dvmbus_drv.c563 struct hv_driver *drv = drv_to_hv_drv(driver); in vmbus_match()
578 struct hv_driver *drv = in vmbus_probe()
603 struct hv_driver *drv; in vmbus_remove()
633 struct hv_driver *drv; in vmbus_shutdown()
911 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register() argument
915 pr_info("registering driver %s\n", hv_driver->name); in __vmbus_driver_register()
921 hv_driver->driver.name = hv_driver->name; in __vmbus_driver_register()
922 hv_driver->driver.owner = owner; in __vmbus_driver_register()
923 hv_driver->driver.mod_name = mod_name; in __vmbus_driver_register()
924 hv_driver->driver.bus = &hv_bus; in __vmbus_driver_register()
[all …]
Dhv_util.c422 static struct hv_driver util_drv = {
Dhv_balloon.c1616 static struct hv_driver balloon_drv = {
/linux-4.4.14/include/linux/
Dhyperv.h942 struct hv_driver { struct
976 static inline struct hv_driver *drv_to_hv_drv(struct device_driver *d) in drv_to_hv_drv() argument
978 return container_of(d, struct hv_driver, driver); in drv_to_hv_drv()
994 int __must_check __vmbus_driver_register(struct hv_driver *hv_driver,
997 void vmbus_driver_unregister(struct hv_driver *hv_driver);
/linux-4.4.14/drivers/tty/serial/
Dsunhv.c626 static struct platform_driver hv_driver = { variable
640 return platform_driver_register(&hv_driver); in sunhv_init()
/linux-4.4.14/drivers/input/serio/
Dhyperv-keyboard.c433 static struct hv_driver hv_kbd_drv = {
/linux-4.4.14/drivers/hid/
Dhid-hyperv.c596 static struct hv_driver mousevsc_drv = {
/linux-4.4.14/drivers/video/fbdev/
Dhyperv_fb.c910 static struct hv_driver hvfb_drv = {
/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c1686 static struct hv_driver storvsc_drv = {
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c1199 static struct hv_driver netvsc_drv = {