/linux/drivers/misc/ibmasm/ |
A D | dot_command.h | 32 u8 command_size; member 42 return sizeof(struct dot_command_header) + cmd->command_size + cmd->data_size; in get_dot_command_size() 52 if (header->command_size == 3) { in get_dot_command_timeout() 55 } else if (header->command_size == 2) { in get_dot_command_timeout()
|
A D | lowlevel.c | 22 unsigned int command_size; in ibmasm_send_i2o_message() local 30 command_size = get_dot_command_size(command->buffer); in ibmasm_send_i2o_message() 31 header.message_size = outgoing_message_size(command_size); in ibmasm_send_i2o_message() 36 memcpy_toio(&message->data, command->buffer, command_size); in ibmasm_send_i2o_message()
|
A D | dot_command.c | 68 header->command_size = 4; in ibmasm_send_driver_vpd() 79 vpd_data = vpd_command + header->command_size; in ibmasm_send_driver_vpd() 122 os_state_cmd->header.command_size = 3; in ibmasm_send_os_state()
|
A D | r_heartbeat.c | 28 .command_size = 3,
|
/linux/drivers/usb/misc/ |
A D | ftdi-elan.c | 1189 int command_size; in ftdi_elan_write_reg() local 1221 int command_size; in ftdi_elan_write_config() local 1253 int command_size; in ftdi_elan_write_pcimem() local 1292 int command_size; in ftdi_elan_read_reg() local 1335 int command_size; in ftdi_elan_read_config() local 1379 int command_size; in ftdi_elan_read_pcimem() local 1440 int command_size; in ftdi_elan_edset_setup() local 1497 int command_size; in ftdi_elan_edset_input() local 1562 int command_size; in ftdi_elan_edset_empty() local 1619 int command_size; in ftdi_elan_edset_output() local [all …]
|
/linux/drivers/gpu/drm/qxl/ |
A D | qxl_ioctl.c | 165 if (cmd->command_size > PAGE_SIZE - sizeof(union qxl_release_info)) in qxl_process_single_command() 169 cmd->command_size)) in qxl_process_single_command() 179 cmd->command_size, in qxl_process_single_command() 190 u64_to_user_ptr(cmd->command), cmd->command_size); in qxl_process_single_command()
|
/linux/sound/firewire/ |
A D | fcp.c | 230 const void *command, unsigned int command_size, in fcp_avc_transaction() argument 252 tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST in fcp_avc_transaction() 256 (void *)command, command_size, 0); in fcp_avc_transaction()
|
A D | fcp.h | 29 const void *command, unsigned int command_size,
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_execbuf.c | 3892 void *kernel_commands, u32 command_size, in vmw_execbuf_submit_fifo() argument 3907 memcpy(cmd, kernel_commands, command_size); in vmw_execbuf_submit_fifo() 3910 vmw_cmd_commit(dev_priv, command_size); in vmw_execbuf_submit_fifo() 3929 u32 command_size, in vmw_execbuf_submit_cmdbuf() argument 3971 void *kernel_commands, u32 command_size, in vmw_execbuf_cmdbuf() argument 3978 if (command_size > SVGA_CB_MAX_SIZE) { in vmw_execbuf_cmdbuf() 3987 cmdbuf_size = command_size + 512; in vmw_execbuf_cmdbuf() 4072 kernel_commands, command_size, in vmw_execbuf_process() 4092 command_size); in vmw_execbuf_process() 4134 command_size); in vmw_execbuf_process() [all …]
|
A D | vmwgfx_drv.h | 1103 uint32_t command_size,
|
/linux/drivers/target/ |
A D | target_core_user.c | 902 size_t command_size; in tcmu_cmd_get_cmd_size() local 904 command_size = base_command_size + in tcmu_cmd_get_cmd_size() 908 WARN_ON(command_size & (TCMU_OP_ALIGN_SIZE-1)); in tcmu_cmd_get_cmd_size() 910 return command_size; in tcmu_cmd_get_cmd_size() 1014 size_t base_command_size, command_size; in queue_cmd_ring() local 1058 if (command_size > (udev->cmdr_size / 2)) { in queue_cmd_ring() 1060 command_size, udev->cmdr_size); in queue_cmd_ring() 1066 if (!is_ring_space_avail(udev, command_size)) in queue_cmd_ring() 1086 cmd_head = ring_insert_padding(udev, command_size); in queue_cmd_ring() 1089 memset(entry, 0, command_size); in queue_cmd_ring() [all …]
|
/linux/drivers/media/usb/dvb-usb-v2/ |
A D | dvbsky.c | 350 u8 command[4], respond[2], command_size, respond_size; in dvbsky_ci_ctrl() local 356 command_size = 3; in dvbsky_ci_ctrl() 361 command_size = 4; in dvbsky_ci_ctrl() 364 ret = dvbsky_usb_generic_rw(d, command, command_size, in dvbsky_ci_ctrl()
|
/linux/include/uapi/drm/ |
A D | qxl_drm.h | 86 __u32 command_size; member
|
A D | vmwgfx_drm.h | 329 __u32 command_size; member
|
/linux/tools/testing/nvdimm/test/ |
A D | nfit.c | 2351 dcr->command_size = 8; in nfit_test0_setup() 2367 dcr->command_size = 8; in nfit_test0_setup() 2383 dcr->command_size = 8; in nfit_test0_setup() 2399 dcr->command_size = 8; in nfit_test0_setup() 2560 dcr->command_size = 8; in nfit_test0_setup()
|
/linux/tools/perf/bench/ |
A D | numa.c | 1701 static int command_size(const char **argv) in command_size() function 1746 int argc = command_size(argv); in run_bench_numa()
|
/linux/include/acpi/ |
A D | actbl2.h | 1313 u64 command_size; member
|