Home
last modified time | relevance | path

Searched refs:hv_driver (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/hv/
H A Dvmbus_drv.c833 struct hv_driver *drv = in vmbus_probe()
873 struct hv_driver *drv; in vmbus_remove()
888 struct hv_driver *drv; in vmbus_shutdown()
908 struct hv_driver *drv; in vmbus_suspend()
927 struct hv_driver *drv; in vmbus_resume()
1437 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register() argument
1447 hv_driver->driver.name = hv_driver->name; in __vmbus_driver_register()
1448 hv_driver->driver.owner = owner; in __vmbus_driver_register()
1450 hv_driver->driver.bus = &hv_bus; in __vmbus_driver_register()
1469 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister() argument
[all …]
H A Dhv_util.c708 static struct hv_driver util_drv = {
H A Dhv_balloon.c2120 static struct hv_driver balloon_drv = {
/linux-6.15/include/linux/
H A Dhyperv.h1200 struct hv_driver { struct
1267 #define drv_to_hv_drv(d) container_of_const(d, struct hv_driver, driver)
1296 int __must_check __vmbus_driver_register(struct hv_driver *hv_driver,
1299 void vmbus_driver_unregister(struct hv_driver *hv_driver);
/linux-6.15/drivers/tty/serial/
H A Dsunhv.c630 static struct platform_driver hv_driver = { variable
644 return platform_driver_register(&hv_driver); in sunhv_init()
/linux-6.15/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_drv.c222 static struct hv_driver hyperv_hv_driver = {
/linux-6.15/drivers/input/serio/
H A Dhyperv-keyboard.c412 static struct hv_driver hv_kbd_drv = {
/linux-6.15/drivers/uio/
H A Duio_hv_generic.c380 static struct hv_driver hv_uio_drv = {
/linux-6.15/drivers/hid/
H A Dhid-hyperv.c581 static struct hv_driver mousevsc_drv = {
/linux-6.15/net/vmw_vsock/
H A Dhyperv_transport.c913 static struct hv_driver hvs_drv = {
/linux-6.15/drivers/video/fbdev/
H A Dhyperv_fb.c1324 static struct hv_driver hvfb_drv = {
/linux-6.15/drivers/scsi/
H A Dstorvsc_drv.c2186 static struct hv_driver storvsc_drv = {
/linux-6.15/drivers/net/hyperv/
H A Dnetvsc_drv.c2771 static struct hv_driver netvsc_drv = {
/linux-6.15/drivers/pci/controller/
H A Dpci-hyperv.c4071 static struct hv_driver hv_pci_drv = {