Searched defs:command_size (Results 1 - 4 of 4) sorted by relevance

/drivers/misc/ibmasm/
H A Dlowlevel.c36 unsigned int command_size; local
44 command_size = get_dot_command_size(command->buffer);
45 header.message_size = outgoing_message_size(command_size);
50 memcpy_toio(&message->data, command->buffer, command_size);
H A Ddot_command.h46 u8 command_size; member in struct:dot_command_header
56 return sizeof(struct dot_command_header) + cmd->command_size + cmd->data_size;
66 if (header->command_size == 3) {
69 } else if (header->command_size == 2) {
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1110 uint32_t command_size,
1128 ret = vmw_resize_cmd_bounce(sw_context, command_size);
1134 user_commands, command_size);
1160 command_size);
1182 cmd = vmw_fifo_reserve(dev_priv, command_size);
1189 memcpy(cmd, kernel_commands, command_size);
1190 vmw_fifo_commit(dev_priv, command_size);
1370 NULL, arg->command_size, arg->throttle_us,
1106 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, struct drm_vmw_fence_rep __user *user_fence_rep, struct vmw_fence_obj **out_fence) argument
/drivers/usb/misc/
H A Dftdi-elan.c370 int command_size = ftdi->command_next - local
372 if (command_size < COMMAND_SIZE) {
392 int command_size = ftdi->command_next - local
394 if (command_size < COMMAND_SIZE) {
428 int command_size = ftdi->command_next - local
430 if (command_size < COMMAND_SIZE) {
740 char *buf, int command_size, int total_size)
744 int I = command_size;
766 static int ftdi_elan_total_command_size(struct usb_ftdi *ftdi, int command_size) argument
769 int I = command_size;
739 fill_buffer_with_all_queued_commands(struct usb_ftdi *ftdi, char *buf, int command_size, int total_size) argument
785 int command_size = ftdi->command_next - ftdi->command_head; local
1257 int command_size; local
1289 int command_size; local
1321 int command_size; local
1360 int command_size; local
1403 int command_size; local
1447 int command_size; local
1508 int command_size; local
1565 int command_size; local
1630 int command_size; local
1687 int command_size; local
1766 int command_size; local
1836 int command_size = ftdi->command_next - local
[all...]

Completed in 82 milliseconds