Home
last modified time | relevance | path

Searched defs:hv_driver (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/hv/
Dvmbus_drv.c595 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()
625 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()
/linux-3.4.99/include/linux/
Dhyperv.h870 struct hv_driver { struct
871 const char *name;
874 uuid_le dev_type;
875 const struct hv_vmbus_device_id *id_table;
877 struct device_driver driver;
879 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
880 int (*remove)(struct hv_device *);
904 static inline struct hv_driver *drv_to_hv_drv(struct device_driver *d) in drv_to_hv_drv() argument
/linux-3.4.99/drivers/tty/serial/
Dsunhv.c632 static struct platform_driver hv_driver = { variable