Home
last modified time | relevance | path

Searched refs:device_obj (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/hv/
A Dchannel_mgmt.c497 vmbus_device_unregister(channel->device_obj); in vmbus_free_channels()
518 struct hv_device *dev = primary_channel->device_obj; in vmbus_add_channel_work()
533 newchannel->device_obj = vmbus_device_create( in vmbus_add_channel_work()
537 if (!newchannel->device_obj) in vmbus_add_channel_work()
540 newchannel->device_obj->device_id = newchannel->device_id; in vmbus_add_channel_work()
551 ret = vmbus_device_register(newchannel->device_obj); in vmbus_add_channel_work()
1239 if (channel->device_obj) { in vmbus_onoffer_rescind()
1252 dev = get_device(&channel->device_obj->device); in vmbus_onoffer_rescind()
1254 vmbus_device_unregister(channel->device_obj); in vmbus_onoffer_rescind()
1292 vmbus_device_unregister(channel->device_obj); in vmbus_hvsock_device_unregister()
A Dhyperv_vmbus.h349 void vmbus_device_unregister(struct hv_device *device_obj);
350 int vmbus_add_channel_kobj(struct hv_device *device_obj,
A Dvmbus_drv.c1970 void vmbus_device_unregister(struct hv_device *device_obj) in vmbus_device_unregister() argument
1973 dev_name(&device_obj->device)); in vmbus_device_unregister()
1975 kset_unregister(device_obj->channels_kset); in vmbus_device_unregister()
1981 device_unregister(&device_obj->device); in vmbus_device_unregister()
2181 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() argument
2188 const char *dev_n = dev_name(&device_obj->device); in vmbus_allocate_mmio()
A Dhv_util.c111 hibernate_context.dev = channel->device_obj; in hv_shutdown_init()
A Dchannel.c456 dev_warn(&channel->device_obj->device, in __vmbus_establish_gpadl()
/linux/drivers/uio/
A Duio_hv_generic.c98 struct hv_device *hv_dev = chan->device_obj; in hv_uio_channel_cb()
113 struct hv_device *hv_dev = channel->device_obj; in hv_uio_rescind()
131 vmbus_device_unregister(channel->device_obj); in hv_uio_rescind()
165 struct hv_device *hv_dev = new_sc->primary_channel->device_obj; in hv_uio_new_channel()
/linux/drivers/scsi/
A Dstorvsc_drv.c609 channel->primary_channel->device_obj in storvsc_change_target_cpu()
610 : channel->device_obj; in storvsc_change_target_cpu()
675 struct hv_device *device = new_sc->primary_channel->device_obj; in handle_sc_creation()
1239 device = channel->primary_channel->device_obj; in storvsc_on_channel_callback()
1241 device = channel->device_obj; in storvsc_on_channel_callback()
/linux/include/linux/
A Dhyperv.h843 struct hv_device *device_obj; member
1369 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
/linux/drivers/net/hyperv/
A Dnetvsc.c1639 return primary ? primary->device_obj : channel->device_obj; in netvsc_channel_to_device()
A Dnetvsc_drv.c2052 struct hv_device *device_obj = ndev_ctx->device_ctx; in netvsc_link_change() local
2053 struct net_device *net = hv_get_drvdata(device_obj); in netvsc_link_change()
A Drndis_filter.c1240 hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()

Completed in 38 milliseconds