Searched refs:device_obj (Results 1 – 10 of 10) sorted by relevance
456 vmbus_device_unregister(channel->device_obj); in vmbus_free_channels()477 struct hv_device *dev = primary_channel->device_obj; in vmbus_add_channel_work()492 newchannel->device_obj = vmbus_device_create( in vmbus_add_channel_work()496 if (!newchannel->device_obj) in vmbus_add_channel_work()499 newchannel->device_obj->device_id = newchannel->device_id; in vmbus_add_channel_work()510 ret = vmbus_device_register(newchannel->device_obj); in vmbus_add_channel_work()1112 if (channel->device_obj) { in vmbus_onoffer_rescind()1125 dev = get_device(&channel->device_obj->device); in vmbus_onoffer_rescind()1127 vmbus_device_unregister(channel->device_obj); in vmbus_onoffer_rescind()1165 vmbus_device_unregister(channel->device_obj); in vmbus_hvsock_device_unregister()
335 void vmbus_device_unregister(struct hv_device *device_obj);336 int vmbus_add_channel_kobj(struct hv_device *device_obj,
2056 void vmbus_device_unregister(struct hv_device *device_obj) in vmbus_device_unregister() argument2059 dev_name(&device_obj->device)); in vmbus_device_unregister()2061 kset_unregister(device_obj->channels_kset); in vmbus_device_unregister()2067 device_unregister(&device_obj->device); in vmbus_device_unregister()2249 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() argument2256 const char *dev_n = dev_name(&device_obj->device); in vmbus_allocate_mmio()
112 hibernate_context.dev = channel->device_obj; in hv_shutdown_init()
96 struct hv_device *hv_dev = chan->device_obj; in hv_uio_channel_cb()110 struct hv_device *hv_dev = channel->primary_channel->device_obj; in hv_uio_rescind()154 struct hv_device *hv_dev = new_sc->primary_channel->device_obj; in hv_uio_new_channel()
645 channel->primary_channel->device_obj in storvsc_change_target_cpu()646 : channel->device_obj; in storvsc_change_target_cpu()694 struct hv_device *device = new_sc->primary_channel->device_obj; in handle_sc_creation()1238 device = channel->primary_channel->device_obj; in storvsc_on_channel_callback()1240 device = channel->device_obj; in storvsc_on_channel_callback()
776 struct hv_device *device_obj; member1284 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
1401 return primary ? primary->device_obj : channel->device_obj; in netvsc_channel_to_device()
2053 struct hv_device *device_obj = ndev_ctx->device_ctx; in netvsc_link_change() local2054 struct net_device *net = hv_get_drvdata(device_obj); in netvsc_link_change()
1149 hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()