Searched refs:device_obj (Results 1 – 9 of 9) sorted by relevance
218 vmbus_device_unregister(channel->device_obj); in vmbus_free_channels()312 newchannel->device_obj = vmbus_device_create( in vmbus_process_offer()316 if (!newchannel->device_obj) in vmbus_process_offer()324 if (vmbus_device_register(newchannel->device_obj) != 0) { in vmbus_process_offer()327 kfree(newchannel->device_obj); in vmbus_process_offer()498 if (channel->device_obj) { in vmbus_onoffer_rescind()503 dev = get_device(&channel->device_obj->device); in vmbus_onoffer_rescind()505 vmbus_device_unregister(channel->device_obj); in vmbus_onoffer_rescind()
971 void vmbus_device_unregister(struct hv_device *device_obj) in vmbus_device_unregister() argument974 dev_name(&device_obj->device)); in vmbus_device_unregister()980 device_unregister(&device_obj->device); in vmbus_device_unregister()
712 void vmbus_device_unregister(struct hv_device *device_obj);
93 struct hv_device *device_obj = net_device_ctx->device_ctx; in netvsc_open() local101 ret = rndis_filter_open(device_obj); in netvsc_open()109 nvdev = hv_get_drvdata(device_obj); in netvsc_open()120 struct hv_device *device_obj = net_device_ctx->device_ctx; in netvsc_close() local127 ret = rndis_filter_close(device_obj); in netvsc_close()598 void netvsc_linkstatus_callback(struct hv_device *device_obj, in netvsc_linkstatus_callback() argument607 net_device = hv_get_drvdata(device_obj); in netvsc_linkstatus_callback()642 int netvsc_recv_callback(struct hv_device *device_obj, in netvsc_recv_callback() argument649 net = ((struct netvsc_device *)hv_get_drvdata(device_obj))->ndev; in netvsc_recv_callback()
193 void netvsc_linkstatus_callback(struct hv_device *device_obj,196 int netvsc_recv_callback(struct hv_device *device_obj,
1094 device = channel->primary_channel->device_obj; in netvsc_channel_cb()1096 device = channel->device_obj; in netvsc_channel_cb()
987 nvscdev = hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()
795 struct hv_device *device = new_sc->primary_channel->device_obj; in handle_sc_creation()1251 device = channel->primary_channel->device_obj; in storvsc_on_channel_callback()1253 device = channel->device_obj; in storvsc_on_channel_callback()
654 struct hv_device *device_obj; member