/linux-4.1.27/drivers/misc/ibmasm/ |
D | dot_command.h | 46 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()
|
D | lowlevel.c | 36 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()
|
D | dot_command.c | 82 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()
|
D | r_heartbeat.c | 41 .command_size = 3,
|
/linux-4.1.27/drivers/usb/misc/ |
D | ftdi-elan.c | 373 int command_size = ftdi->command_next - in ftdi_elan_flush_targets() local 375 if (command_size < COMMAND_SIZE) { in ftdi_elan_flush_targets() 395 int command_size = ftdi->command_next - in ftdi_elan_flush_targets() local 397 if (command_size < COMMAND_SIZE) { in ftdi_elan_flush_targets() 431 int command_size = ftdi->command_next - in ftdi_elan_cancel_targets() local 433 if (command_size < COMMAND_SIZE) { in ftdi_elan_cancel_targets() 738 char *buf, int command_size, int total_size) in fill_buffer_with_all_queued_commands() argument 742 int I = command_size; in fill_buffer_with_all_queued_commands() 764 static int ftdi_elan_total_command_size(struct usb_ftdi *ftdi, int command_size) in ftdi_elan_total_command_size() argument 767 int I = command_size; in ftdi_elan_total_command_size() [all …]
|
/linux-4.1.27/sound/firewire/ |
D | fcp.c | 224 const void *command, unsigned int command_size, in fcp_avc_transaction() argument 246 tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST in fcp_avc_transaction() 250 (void *)command, command_size, 0); in fcp_avc_transaction()
|
D | fcp.h | 28 const void *command, unsigned int command_size,
|
/linux-4.1.27/drivers/target/ |
D | target_core_user.c | 274 size_t base_command_size, command_size; in tcmu_queue_cmd_ring() local 297 command_size = base_command_size in tcmu_queue_cmd_ring() 300 WARN_ON(command_size & (TCMU_OP_ALIGN_SIZE-1)); in tcmu_queue_cmd_ring() 306 if ((command_size > (udev->cmdr_size / 2)) in tcmu_queue_cmd_ring() 309 "cmd/data ring buffers\n", command_size, tcmu_cmd->data_length, in tcmu_queue_cmd_ring() 312 while (!is_ring_space_avail(udev, command_size, tcmu_cmd->data_length)) { in tcmu_queue_cmd_ring() 334 if (head_to_end(cmd_head, udev->cmdr_size) < command_size) { in tcmu_queue_cmd_ring() 354 tcmu_hdr_set_len(&entry->hdr.len_op, command_size); in tcmu_queue_cmd_ring() 416 UPDATE_HEAD(mb->cmd_head, command_size, udev->cmdr_size); in tcmu_queue_cmd_ring()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_ioctl.c | 163 if (cmd->command_size > PAGE_SIZE - sizeof(union qxl_release_info)) in qxl_process_single_command() 168 cmd->command_size)) in qxl_process_single_command() 178 cmd->command_size, in qxl_process_single_command() 187 … + (release->release_offset & ~PAGE_SIZE), (void *)(unsigned long)cmd->command, cmd->command_size); in qxl_process_single_command()
|
/linux-4.1.27/include/uapi/drm/ |
D | qxl_drm.h | 83 uint32_t command_size; member
|
D | vmwgfx_drm.h | 303 uint32_t command_size; member
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | dvbsky.c | 391 u8 command[4], respond[2], command_size, respond_size; in dvbsky_ci_ctrl() local 397 command_size = 3; in dvbsky_ci_ctrl() 402 command_size = 4; in dvbsky_ci_ctrl() 405 ret = dvbsky_usb_generic_rw(d, command, command_size, in dvbsky_ci_ctrl()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 2428 uint32_t command_size, in vmw_execbuf_process() argument 2449 ret = vmw_resize_cmd_bounce(sw_context, command_size); in vmw_execbuf_process() 2455 user_commands, command_size); in vmw_execbuf_process() 2486 command_size); in vmw_execbuf_process() 2527 cmd = vmw_fifo_reserve(dev_priv, command_size); in vmw_execbuf_process() 2535 memcpy(cmd, kernel_commands, command_size); in vmw_execbuf_process() 2540 vmw_fifo_commit(dev_priv, command_size); in vmw_execbuf_process() 2784 NULL, arg->command_size, arg->throttle_us, in vmw_execbuf_ioctl()
|
D | vmwgfx_drv.h | 811 uint32_t command_size,
|
/linux-4.1.27/include/acpi/ |
D | actbl3.h | 710 u32 command_size; member
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 1568 static int command_size(const char **argv) in command_size() function 1613 int argc = command_size(argv); in run_bench_numa()
|