Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dhyperv.h1218 struct hv_driver { struct
1219 const char *name;
1233 bool hvsock;
1236 guid_t dev_type;
1237 const struct hv_vmbus_device_id *id_table;
1239 struct device_driver driver;
1242 struct {
1245 } dynids;
1247 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1248 int (*remove)(struct hv_device *);
[all …]
/Linux-v5.15/drivers/tty/serial/
Dsunhv.c629 static struct platform_driver hv_driver = { variable
/Linux-v5.15/drivers/hv/
Dvmbus_drv.c1613 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()
1645 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()