Searched refs:hv_driver (Results 1 – 14 of 14) sorted by relevance
904 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() argument1617 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 …]
684 static struct hv_driver util_drv = {
2151 static struct hv_driver balloon_drv = {
1246 struct hv_driver { struct1314 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);
627 static struct platform_driver hv_driver = { variable641 return platform_driver_register(&hv_driver); in sunhv_init()
218 static struct hv_driver hyperv_hv_driver = {
414 static struct hv_driver hv_kbd_drv = {
373 static struct hv_driver hv_uio_drv = {
570 static struct hv_driver mousevsc_drv = {
912 static struct hv_driver hvs_drv = {
1335 static struct hv_driver hvfb_drv = {
2161 static struct hv_driver storvsc_drv = {
2714 static struct hv_driver netvsc_drv = {
3979 static struct hv_driver hv_pci_drv = {
Completed in 49 milliseconds