Searched refs:driver_ctx (Results 1 - 5 of 5) 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.h73 int vmbus_child_driver_register(struct driver_context *driver_ctx);
74 void vmbus_child_driver_unregister(struct driver_context *driver_ctx);
H A Dvmbus_drv.c395 * @driver_ctx: Pointer to driver structure you want to register
397 * @driver_ctx is of type &struct driver_context
405 int vmbus_child_driver_register(struct driver_context *driver_ctx) argument
411 driver_ctx, driver_ctx->driver.name);
414 driver_ctx->driver.bus = &g_vmbus_drv.bus;
416 ret = driver_register(&driver_ctx->driver);
426 * @driver_ctx: Pointer to driver structure you want to un-register
428 * @driver_ctx is of type &struct driver_context
435 void vmbus_child_driver_unregister(struct driver_context *driver_ctx) argument
681 struct driver_context *driver_ctx = driver_to_driver_context(driver); local
731 struct driver_context *driver_ctx = local
763 struct driver_context *driver_ctx; local
799 struct driver_context *driver_ctx; local
[all...]
H A Dnetvsc_drv.c133 struct driver_context *driver_ctx = local
136 (struct netvsc_driver_context *)driver_ctx;
337 struct driver_context *driver_ctx = local
340 (struct netvsc_driver_context *)driver_ctx;
406 struct driver_context *driver_ctx = local
409 (struct netvsc_driver_context *)driver_ctx;
H A Dstorvsc_drv.c222 struct driver_context *driver_ctx = local
225 (struct storvsc_driver_context *)driver_ctx;
307 struct driver_context *driver_ctx = local
310 (struct storvsc_driver_context *)driver_ctx;
603 struct driver_context *driver_ctx = local
606 (struct storvsc_driver_context *)driver_ctx;
H A Dblkvsc_drv.c246 struct driver_context *driver_ctx = local
249 (struct blkvsc_driver_context *)driver_ctx;
725 struct driver_context *driver_ctx = local
728 (struct blkvsc_driver_context *)driver_ctx;
848 struct driver_context *driver_ctx = local
851 (struct blkvsc_driver_context *)driver_ctx;

Completed in 108 milliseconds