Searched refs:device_obj (Results 1 – 9 of 9) sorted by relevance
341 void vmbus_device_unregister(struct hv_device *device_obj);342 int vmbus_add_channel_kobj(struct hv_device *device_obj,
2132 void vmbus_device_unregister(struct hv_device *device_obj) in vmbus_device_unregister() argument 2135 dev_name(&device_obj->device)); in vmbus_device_unregister() 2137 kset_unregister(device_obj->channels_kset); in vmbus_device_unregister() 2143 device_unregister(&device_obj->device); in vmbus_device_unregister() 2324 * @device_obj: Identifies the caller2343 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() argument 2350 const char *dev_n = dev_name(&device_obj->device); in vmbus_allocate_mmio()
111 hibernate_context.dev = channel->device_obj; in hv_shutdown_init()
457 dev_warn(&channel->device_obj->device, in __vmbus_establish_gpadl()
617 channel->primary_channel->device_obj in storvsc_change_target_cpu() 618 : channel->device_obj; in storvsc_change_target_cpu() 683 struct hv_device *device = new_sc->primary_channel->device_obj; in handle_sc_creation() 1249 device = channel->primary_channel->device_obj; in storvsc_on_channel_callback() 1251 device = channel->device_obj; in storvsc_on_channel_callback()
778 struct hv_device *device_obj; member 949 * particular, in situations where the channel's device_obj has1305 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
1684 return primary ? primary->device_obj : channel->device_obj; in netvsc_channel_to_device()
2011 struct hv_device *device_obj = ndev_ctx->device_ctx; in netvsc_link_change() local2012 struct net_device *net = hv_get_drvdata(device_obj); in netvsc_link_change()
1226 hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()