Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhyperv.h1082 struct hv_driver { struct
1083 const char *name;
1097 bool hvsock;
1100 uuid_le dev_type;
1101 const struct hv_vmbus_device_id *id_table;
1103 struct device_driver driver;
1106 struct {
1109 } dynids;
1111 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1112 int (*remove)(struct hv_device *);
[all …]
/Linux-v4.19/drivers/tty/serial/
Dsunhv.c632 static struct platform_driver hv_driver = { variable
/Linux-v4.19/drivers/hv/
Dvmbus_drv.c1212 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()
1244 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()