Lines Matching refs:device_obj
446 vmbus_device_unregister(channel->device_obj); in vmbus_free_channels()
528 = newchannel->primary_channel->device_obj; in vmbus_process_offer()
544 newchannel->device_obj = vmbus_device_create( in vmbus_process_offer()
548 if (!newchannel->device_obj) in vmbus_process_offer()
551 newchannel->device_obj->device_id = dev_type; in vmbus_process_offer()
557 ret = vmbus_device_register(newchannel->device_obj); in vmbus_process_offer()
562 kfree(newchannel->device_obj); in vmbus_process_offer()
917 if (channel->device_obj) { in vmbus_onoffer_rescind()
926 dev = get_device(&channel->device_obj->device); in vmbus_onoffer_rescind()
928 vmbus_device_unregister(channel->device_obj); in vmbus_onoffer_rescind()
962 vmbus_device_unregister(channel->device_obj); in vmbus_hvsock_device_unregister()