Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dhyperv.h1266 struct hv_driver { struct
1267 const char *name;
1281 bool hvsock;
1284 guid_t dev_type;
1285 const struct hv_vmbus_device_id *id_table;
1287 struct device_driver driver;
1290 struct {
1293 } dynids;
1295 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1296 void (*remove)(struct hv_device *dev);
[all …]
/linux-6.12.1/drivers/tty/serial/
Dsunhv.c630 static struct platform_driver hv_driver = { variable
/linux-6.12.1/drivers/hv/
Dvmbus_drv.c1437 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()
1469 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()