search for: 6e3e1a8

Displaying 4 results from an estimated 4 matches for "6e3e1a8".

Did you mean: 6e31e1a4
2011 Feb 26
1
[PATCH 5/6] Staging: hv: Rename driver_context to hyperv_driver
...ontext *driver_ctx); +int vmbus_child_driver_register(struct hyperv_driver *driver_ctx); +void vmbus_child_driver_unregister(struct hyperv_driver *driver_ctx); extern struct completion hv_channel_ready; diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h index 0d8232e..6e3e1a8 100644 --- a/drivers/staging/hv/vmbus_api.h +++ b/drivers/staging/hv/vmbus_api.h @@ -55,7 +55,7 @@ struct hv_multipage_buffer { #pragma pack(pop) -struct driver_context; +struct hyperv_driver; struct hyperv_device; struct hv_dev_port_info { diff --git a/drivers/staging/hv/vmbus_drv.c b/dri...
2011 Feb 26
1
[PATCH 5/6] Staging: hv: Rename driver_context to hyperv_driver
...ontext *driver_ctx); +int vmbus_child_driver_register(struct hyperv_driver *driver_ctx); +void vmbus_child_driver_unregister(struct hyperv_driver *driver_ctx); extern struct completion hv_channel_ready; diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h index 0d8232e..6e3e1a8 100644 --- a/drivers/staging/hv/vmbus_api.h +++ b/drivers/staging/hv/vmbus_api.h @@ -55,7 +55,7 @@ struct hv_multipage_buffer { #pragma pack(pop) -struct driver_context; +struct hyperv_driver; struct hyperv_device; struct hv_dev_port_info { diff --git a/drivers/staging/hv/vmbus_drv.c b/dri...
2011 Feb 24
4
[PATCH ] Staging: hv: Hyper-V driver cleanup
...truct driver_context *driver_ctx); +int vmbus_child_driver_register(struct hyperv_driver *drv); +void vmbus_child_driver_unregister(struct hyperv_driver *drv); extern struct completion hv_channel_ready; diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h index 635ce22..6e3e1a8 100644 --- a/drivers/staging/hv/vmbus_api.h +++ b/drivers/staging/hv/vmbus_api.h @@ -55,8 +55,8 @@ struct hv_multipage_buffer { #pragma pack(pop) -struct hv_driver; -struct hv_device; +struct hyperv_driver; +struct hyperv_device; struct hv_dev_port_info { u32 int_mask; @@ -66,7 +66,7 @@ s...
2011 Feb 24
4
[PATCH ] Staging: hv: Hyper-V driver cleanup
...truct driver_context *driver_ctx); +int vmbus_child_driver_register(struct hyperv_driver *drv); +void vmbus_child_driver_unregister(struct hyperv_driver *drv); extern struct completion hv_channel_ready; diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h index 635ce22..6e3e1a8 100644 --- a/drivers/staging/hv/vmbus_api.h +++ b/drivers/staging/hv/vmbus_api.h @@ -55,8 +55,8 @@ struct hv_multipage_buffer { #pragma pack(pop) -struct hv_driver; -struct hv_device; +struct hyperv_driver; +struct hyperv_device; struct hv_dev_port_info { u32 int_mask; @@ -66,7 +66,7 @@ s...