Home
last modified time | relevance | path

Searched refs:command_size (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/drivers/misc/ibmasm/
Ddot_command.h46 u8 command_size; member
56 return sizeof(struct dot_command_header) + cmd->command_size + cmd->data_size; in get_dot_command_size()
66 if (header->command_size == 3) { in get_dot_command_timeout()
69 } else if (header->command_size == 2) { in get_dot_command_timeout()
Dlowlevel.c36 unsigned int command_size; in ibmasm_send_i2o_message() local
44 command_size = get_dot_command_size(command->buffer); in ibmasm_send_i2o_message()
45 header.message_size = outgoing_message_size(command_size); in ibmasm_send_i2o_message()
50 memcpy_toio(&message->data, command->buffer, command_size); in ibmasm_send_i2o_message()
Ddot_command.c82 header->command_size = 4; in ibmasm_send_driver_vpd()
93 vpd_data = vpd_command + header->command_size; in ibmasm_send_driver_vpd()
136 os_state_cmd->header.command_size = 3; in ibmasm_send_os_state()
Dr_heartbeat.c41 .command_size = 3,
/linux-3.4.99/drivers/usb/misc/
Dftdi-elan.c370 int command_size = ftdi->command_next - in ftdi_elan_flush_targets() local
372 if (command_size < COMMAND_SIZE) { in ftdi_elan_flush_targets()
392 int command_size = ftdi->command_next - in ftdi_elan_flush_targets() local
394 if (command_size < COMMAND_SIZE) { in ftdi_elan_flush_targets()
428 int command_size = ftdi->command_next - in ftdi_elan_cancel_targets() local
430 if (command_size < COMMAND_SIZE) { in ftdi_elan_cancel_targets()
740 char *buf, int command_size, int total_size) in fill_buffer_with_all_queued_commands() argument
744 int I = command_size; in fill_buffer_with_all_queued_commands()
766 static int ftdi_elan_total_command_size(struct usb_ftdi *ftdi, int command_size) in ftdi_elan_total_command_size() argument
769 int I = command_size; in ftdi_elan_total_command_size()
[all …]
/linux-3.4.99/sound/firewire/
Dfcp.c70 const void *command, unsigned int command_size, in fcp_avc_transaction() argument
89 tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST in fcp_avc_transaction()
93 (void *)command, command_size); in fcp_avc_transaction()
Dfcp.h7 const void *command, unsigned int command_size,
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c1110 uint32_t command_size, in vmw_execbuf_process() argument
1128 ret = vmw_resize_cmd_bounce(sw_context, command_size); in vmw_execbuf_process()
1134 user_commands, command_size); in vmw_execbuf_process()
1160 command_size); in vmw_execbuf_process()
1182 cmd = vmw_fifo_reserve(dev_priv, command_size); in vmw_execbuf_process()
1189 memcpy(cmd, kernel_commands, command_size); in vmw_execbuf_process()
1190 vmw_fifo_commit(dev_priv, command_size); in vmw_execbuf_process()
1370 NULL, arg->command_size, arg->throttle_us, in vmw_execbuf_ioctl()
Dvmwgfx_drv.h536 uint32_t command_size,
/linux-3.4.99/include/drm/
Dvmwgfx_drm.h280 uint32_t command_size; member