Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hv/
A Dvmbus_drv.c904 struct hv_driver *drv = in vmbus_probe()
944 struct hv_driver *drv; in vmbus_remove()
959 struct hv_driver *drv; in vmbus_shutdown()
979 struct hv_driver *drv; in vmbus_suspend()
998 struct hv_driver *drv; in vmbus_resume()
1607 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register() argument
1617 hv_driver->driver.name = hv_driver->name; in __vmbus_driver_register()
1618 hv_driver->driver.owner = owner; in __vmbus_driver_register()
1620 hv_driver->driver.bus = &hv_bus; in __vmbus_driver_register()
1639 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister() argument
[all …]
A Dhv_util.c684 static struct hv_driver util_drv = {
A Dhv_balloon.c2151 static struct hv_driver balloon_drv = {
/linux-6.3-rc2/include/linux/
A Dhyperv.h1246 struct hv_driver { struct
1314 static inline struct hv_driver *drv_to_hv_drv(struct device_driver *d) in drv_to_hv_drv()
1316 return container_of(d, struct hv_driver, driver); in drv_to_hv_drv()
1346 int __must_check __vmbus_driver_register(struct hv_driver *hv_driver,
1349 void vmbus_driver_unregister(struct hv_driver *hv_driver);
/linux-6.3-rc2/drivers/tty/serial/
A Dsunhv.c627 static struct platform_driver hv_driver = { variable
641 return platform_driver_register(&hv_driver); in sunhv_init()
/linux-6.3-rc2/drivers/gpu/drm/hyperv/
A Dhyperv_drm_drv.c218 static struct hv_driver hyperv_hv_driver = {
/linux-6.3-rc2/drivers/input/serio/
A Dhyperv-keyboard.c414 static struct hv_driver hv_kbd_drv = {
/linux-6.3-rc2/drivers/uio/
A Duio_hv_generic.c373 static struct hv_driver hv_uio_drv = {
/linux-6.3-rc2/drivers/hid/
A Dhid-hyperv.c570 static struct hv_driver mousevsc_drv = {
/linux-6.3-rc2/net/vmw_vsock/
A Dhyperv_transport.c912 static struct hv_driver hvs_drv = {
/linux-6.3-rc2/drivers/video/fbdev/
A Dhyperv_fb.c1335 static struct hv_driver hvfb_drv = {
/linux-6.3-rc2/drivers/scsi/
A Dstorvsc_drv.c2161 static struct hv_driver storvsc_drv = {
/linux-6.3-rc2/drivers/net/hyperv/
A Dnetvsc_drv.c2714 static struct hv_driver netvsc_drv = {
/linux-6.3-rc2/drivers/pci/controller/
A Dpci-hyperv.c3979 static struct hv_driver hv_pci_drv = {

Completed in 54 milliseconds