Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dhyperv.h1180 struct hv_driver { struct
1181 const char *name;
1195 bool hvsock;
1198 guid_t dev_type;
1199 const struct hv_vmbus_device_id *id_table;
1201 struct device_driver driver;
1204 struct {
1207 } dynids;
1209 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1210 int (*remove)(struct hv_device *);
[all …]
/kernel/linux/linux-6.6/include/linux/
Dhyperv.h1243 struct hv_driver { struct
1244 const char *name;
1258 bool hvsock;
1261 guid_t dev_type;
1262 const struct hv_vmbus_device_id *id_table;
1264 struct device_driver driver;
1267 struct {
1270 } dynids;
1272 int (*probe)(struct hv_device *, const struct hv_vmbus_device_id *);
1273 void (*remove)(struct hv_device *dev);
[all …]
/kernel/linux/linux-6.6/drivers/tty/serial/
Dsunhv.c627 static struct platform_driver hv_driver = { variable
/kernel/linux/linux-5.10/drivers/tty/serial/
Dsunhv.c629 static struct platform_driver hv_driver = { variable
/kernel/linux/linux-6.6/drivers/hv/
Dvmbus_drv.c1419 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()
1451 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()
/kernel/linux/linux-5.10/drivers/hv/
Dvmbus_drv.c1532 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register()
1564 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister()