Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
Dhyperv.h1246 struct hv_driver { struct
1247 const char *name;
1261 bool hvsock;
1264 guid_t dev_type;
1265 const struct hv_vmbus_device_id *id_table;
1267 struct device_driver driver;
1270 struct {
1273 } dynids;
1275 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1276 int (*remove)(struct hv_device *);
[all …]
/linux-6.1.9/drivers/tty/serial/ !
Dsunhv.c629 static struct platform_driver hv_driver = { variable
/linux-6.1.9/drivers/hv/ !
Dvmbus_drv.c1585 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()
1617 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()