Searched refs:command_size (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/misc/ibmasm/
H A Ddot_command.h32 u8 command_size; member in struct:dot_command_header
42 return sizeof(struct dot_command_header) + cmd->command_size + cmd->data_size;
52 if (header->command_size == 3) {
55 } else if (header->command_size == 2) {
H A Dlowlevel.c22 unsigned int command_size; local
30 command_size = get_dot_command_size(command->buffer);
31 header.message_size = outgoing_message_size(command_size);
36 memcpy_toio(&message->data, command->buffer, command_size);
H A Ddot_command.c68 header->command_size = 4;
79 vpd_data = vpd_command + header->command_size;
122 os_state_cmd->header.command_size = 3;
H A Dr_heartbeat.c28 .command_size = 3,
/linux-master/sound/firewire/
H A Dfcp.h29 const void *command, unsigned int command_size,
H A Dfcp.c211 * @command_size: the size of @command
230 const void *command, unsigned int command_size,
250 tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST
254 (void *)command, command_size, 0);
229 fcp_avc_transaction(struct fw_unit *unit, const void *command, unsigned int command_size, void *response, unsigned int response_size, unsigned int response_match_bytes) argument
/linux-master/include/uapi/drm/
H A Dqxl_drm.h86 __u32 command_size; member in struct:drm_qxl_command
H A Dvmwgfx_drm.h338 __u32 command_size; member in struct:drm_vmw_execbuf_arg
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c162 if (cmd->command_size > PAGE_SIZE - sizeof(union qxl_release_info))
166 cmd->command_size))
176 cmd->command_size,
187 u64_to_user_ptr(cmd->command), cmd->command_size);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3929 * @command_size: Size of the unpatched command batch.
3936 void *kernel_commands, u32 command_size,
3942 cmd = VMW_CMD_CTX_RESERVE(dev_priv, command_size,
3945 cmd = VMW_CMD_RESERVE(dev_priv, command_size);
3951 memcpy(cmd, kernel_commands, command_size);
3954 vmw_cmd_commit(dev_priv, command_size);
3965 * @command_size: Size of the unpatched command batch.
3973 u32 command_size,
3978 void *cmd = vmw_cmdbuf_reserve(dev_priv->cman, command_size, id, false,
3984 vmw_cmdbuf_commit(dev_priv->cman, command_size, heade
3935 vmw_execbuf_submit_fifo(struct vmw_private *dev_priv, void *kernel_commands, u32 command_size, struct vmw_sw_context *sw_context) argument
3971 vmw_execbuf_submit_cmdbuf(struct vmw_private *dev_priv, struct vmw_cmdbuf_header *header, u32 command_size, struct vmw_sw_context *sw_context) argument
4013 vmw_execbuf_cmdbuf(struct vmw_private *dev_priv, void __user *user_commands, void *kernel_commands, u32 command_size, struct vmw_cmdbuf_header **header) argument
4088 vmw_execbuf_process(struct drm_file *file_priv, struct vmw_private *dev_priv, void __user *user_commands, void *kernel_commands, uint32_t command_size, uint64_t throttle_us, uint32_t dx_context_handle, struct drm_vmw_fence_rep __user *user_fence_rep, struct vmw_fence_obj **out_fence, uint32_t flags) argument
[all...]
H A Dvmwgfx_drv.h1004 uint32_t command_size,
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Ddvbsky.c350 u8 command[4], respond[2], command_size, respond_size; local
356 command_size = 3;
361 command_size = 4;
364 ret = dvbsky_usb_generic_rw(d, command, command_size,
/linux-master/drivers/target/
H A Dtarget_core_user.c904 size_t command_size; local
906 command_size = base_command_size +
910 WARN_ON(command_size & (TCMU_OP_ALIGN_SIZE-1));
912 return command_size;
1016 size_t base_command_size, command_size; local
1058 command_size = tcmu_cmd_get_cmd_size(tcmu_cmd, base_command_size);
1060 if (command_size > (udev->cmdr_size / 2)) {
1062 command_size, udev->cmdr_size);
1068 if (!is_ring_space_avail(udev, command_size))
1088 cmd_head = ring_insert_padding(udev, command_size);
[all...]
/linux-master/tools/testing/nvdimm/test/
H A Dnfit.c2351 dcr->command_size = 8;
2367 dcr->command_size = 8;
2383 dcr->command_size = 8;
2399 dcr->command_size = 8;
2560 dcr->command_size = 8;
/linux-master/tools/perf/bench/
H A Dnuma.c1745 static int command_size(const char **argv) function
1790 int argc = command_size(argv);
/linux-master/include/acpi/
H A Dactbl2.h1790 u64 command_size; member in struct:acpi_nfit_control_region

Completed in 271 milliseconds