Searched refs:hv_driver (Results 1 – 14 of 14) sorted by relevance
902 struct hv_driver *drv = in vmbus_probe()927 struct hv_driver *drv; in vmbus_remove()942 struct hv_driver *drv; in vmbus_shutdown()962 struct hv_driver *drv; in vmbus_suspend()981 struct hv_driver *drv; in vmbus_resume()1613 int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, const char *mod_name) in __vmbus_driver_register() argument1623 hv_driver->driver.name = hv_driver->name; in __vmbus_driver_register()1624 hv_driver->driver.owner = owner; in __vmbus_driver_register()1626 hv_driver->driver.bus = &hv_bus; in __vmbus_driver_register()1645 void vmbus_driver_unregister(struct hv_driver *hv_driver) in vmbus_driver_unregister() argument[all …]
686 static struct hv_driver util_drv = {
1921 static struct hv_driver balloon_drv = {
1211 struct hv_driver { struct1276 static inline struct hv_driver *drv_to_hv_drv(struct device_driver *d) in drv_to_hv_drv()1278 return container_of(d, struct hv_driver, driver); in drv_to_hv_drv()1306 int __must_check __vmbus_driver_register(struct hv_driver *hv_driver,1309 void vmbus_driver_unregister(struct hv_driver *hv_driver);
629 static struct platform_driver hv_driver = { variable643 return platform_driver_register(&hv_driver); in sunhv_init()
292 static struct hv_driver hyperv_hv_driver = {
416 static struct hv_driver hv_kbd_drv = {
374 static struct hv_driver hv_uio_drv = {
582 static struct hv_driver mousevsc_drv = {
888 static struct hv_driver hvs_drv = {
1376 static struct hv_driver hvfb_drv = {
2200 static struct hv_driver storvsc_drv = {
2710 static struct hv_driver netvsc_drv = {
3525 static struct hv_driver hv_pci_drv = {
Completed in 47 milliseconds