Searched refs:device_obj (Results 1 – 12 of 12) sorted by relevance
90 struct hv_device *device_obj = net_device_ctx->device_ctx; in netvsc_open() local94 ret = rndis_filter_open(device_obj); in netvsc_open()108 struct hv_device *device_obj = net_device_ctx->device_ctx; in netvsc_close() local115 ret = rndis_filter_close(device_obj); in netvsc_close()222 void netvsc_linkstatus_callback(struct hv_device *device_obj, in netvsc_linkstatus_callback() argument229 net_device = hv_get_drvdata(device_obj); in netvsc_linkstatus_callback()254 int netvsc_recv_callback(struct hv_device *device_obj, in netvsc_recv_callback() argument260 net = ((struct netvsc_device *)hv_get_drvdata(device_obj))->ndev; in netvsc_recv_callback()
115 void netvsc_linkstatus_callback(struct hv_device *device_obj,117 int netvsc_recv_callback(struct hv_device *device_obj,
148 vmbus_device_unregister(channel->device_obj); in vmbus_process_rescind_offer()156 vmbus_device_unregister(channel->device_obj); in vmbus_free_channels()157 kfree(channel->device_obj); in vmbus_free_channels()208 newchannel->device_obj = vmbus_device_create( in vmbus_process_offer()218 ret = vmbus_device_register(newchannel->device_obj); in vmbus_process_offer()226 kfree(newchannel->device_obj); in vmbus_process_offer()
694 void vmbus_device_unregister(struct hv_device *device_obj) in vmbus_device_unregister() argument700 device_unregister(&device_obj->device); in vmbus_device_unregister()703 dev_name(&device_obj->device)); in vmbus_device_unregister()
605 void vmbus_device_unregister(struct hv_device *device_obj);
93 **device_obj,302 extern int dev_get_dev_type(struct dev_object *device_obj,
209 struct dev_object **device_obj);
251 struct dev_object **device_obj);
124 int dev_create_device(struct dev_object **device_obj, in dev_create_device() argument245 *device_obj = dev_obj; in dev_create_device()255 *device_obj = NULL; in dev_create_device()
362 struct dev_object **device_obj) in drv_get_dev_object() argument374 *device_obj = (struct dev_object *)dev_obj; in drv_get_dev_object()376 *device_obj = NULL; in drv_get_dev_object()
916 struct dev_object **device_obj) in proc_get_dev_object() argument922 *device_obj = p_proc_object->dev_obj; in proc_get_dev_object()925 *device_obj = NULL; in proc_get_dev_object()
743 struct hv_device *device_obj; member