Searched refs:create_device (Results 1 – 2 of 2) sorted by relevance
1202 u32 bus_no = cmd->create_device.bus_no; in my_device_create()1203 u32 dev_no = cmd->create_device.dev_no; in my_device_create()1242 dev_info->inst = cmd->create_device.dev_inst_uuid; in my_device_create()1251 visorchannel_create_with_lock(cmd->create_device.channel_addr, in my_device_create()1252 cmd->create_device.channel_bytes, in my_device_create()1254 cmd->create_device.data_type_uuid); in my_device_create()1265 dev_info->channel_type_guid = cmd->create_device.data_type_uuid; in my_device_create()2000 if (local_crash_dev_msg.cmd.create_device.channel_addr) { in setup_crash_devices_work_queue()
287 struct controlvm_packet_device_create create_device; member