Searched refs:create_device (Results 1 – 4 of 4) sorted by relevance
323 static int create_device(struct controlvm_message *msg, char *buf) in create_device() function333 bus_no = msg->cmd.create_device.bus_no; in create_device()334 dev_no = msg->cmd.create_device.dev_no; in create_device()346 dev->channel_uuid = msg->cmd.create_device.data_type_uuid; in create_device()347 dev->intr = msg->cmd.create_device.intr; in create_device()348 dev->channel_addr = msg->cmd.create_device.channel_addr; in create_device()363 if (min_size > msg->cmd.create_device.channel_bytes) { in create_device()371 msg->cmd.create_device.channel_bytes); in create_device()379 dev->instance_uuid = msg->cmd.create_device.dev_inst_uuid; in create_device()380 dev->channel_bytes = msg->cmd.create_device.channel_bytes; in create_device()[all …]
1148 ulong bus_no = cmd->create_device.bus_no; in my_device_create()1149 ulong dev_no = cmd->create_device.dev_no; in my_device_create()1185 dev_info->dev_inst_uuid = cmd->create_device.dev_inst_uuid; in my_device_create()1193 dev_info->chan_info.channel_addr = cmd->create_device.channel_addr; in my_device_create()1194 dev_info->chan_info.n_channel_bytes = cmd->create_device.channel_bytes; in my_device_create()1196 cmd->create_device.data_type_uuid; in my_device_create()1197 dev_info->chan_info.intr = cmd->create_device.intr; in my_device_create()1943 if (local_crash_dev_msg.cmd.create_device.channel_addr != 0) { in setup_crash_devices_work_queue()
285 struct controlvm_packet_device_create create_device; member
1161 static int create_device(struct zram *zram, int device_id) in create_device() function1296 ret = create_device(&zram_devices[dev_id], dev_id); in zram_init()