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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dvmbus_api.h58 struct hv_driver;
133 struct hv_driver { struct
141 void (*OnCleanup)(struct hv_driver *driver);
149 struct hv_driver *Driver;
168 struct hv_driver Base;
180 int (*OnIsr)(struct hv_driver *driver);
181 void (*OnMsgDpc)(struct hv_driver *driver);
182 void (*OnEventDpc)(struct hv_driver *driver);
190 int VmbusInitialize(struct hv_driver *drv);
H A Dstorvsc_api.h82 struct hv_driver Base;
105 int StorVscInitialize(struct hv_driver *driver);
107 int BlkVscInitialize(struct hv_driver *driver);
H A Dnetvsc_api.h86 struct hv_driver Base;
111 int NetVscInitialize(struct hv_driver *drv);
H A Dvmbus.c52 static struct hv_driver *gDriver; /* vmbus driver object */
154 static void VmbusOnCleanup(struct hv_driver *drv)
164 static void VmbusOnMsgDPC(struct hv_driver *drv)
211 static void VmbusOnEventDPC(struct hv_driver *drv)
220 static int VmbusOnISR(struct hv_driver *drv)
255 int VmbusInitialize(struct hv_driver *drv)
H A Dblkvsc.c65 int BlkVscInitialize(struct hv_driver *Driver)
H A Drndis_filter.c83 static void RndisFilterOnCleanup(struct hv_driver *Driver);
798 static void RndisFilterOnCleanup(struct hv_driver *Driver)
H A Dstorvsc.c765 static void StorVscOnCleanup(struct hv_driver *Driver)
772 int StorVscInitialize(struct hv_driver *Driver)
H A Dnetvsc.c47 static void NetVscOnCleanup(struct hv_driver *Driver);
173 int NetVscInitialize(struct hv_driver *drv)
837 static void NetVscOnCleanup(struct hv_driver *drv)
H A Dnetvsc_drv.c488 static int netvsc_drv_init(int (*drv_init)(struct hv_driver *drv))
H A Dstorvsc_drv.c135 static int storvsc_drv_init(int (*drv_init)(struct hv_driver *drv))
H A Dvmbus_drv.c247 static int vmbus_bus_init(int (*drv_init)(struct hv_driver *drv))
689 * it here to access the struct hv_driver field
H A Dblkvsc_drv.c172 static int blkvsc_drv_init(int (*drv_init)(struct hv_driver *drv))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dmessaging.c19 #include <asm/hv_driver.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunhv.c631 static struct of_platform_driver hv_driver = { variable in typeref:struct:of_platform_driver
646 return of_register_platform_driver(&hv_driver);
651 of_unregister_platform_driver(&hv_driver);

Completed in 96 milliseconds