/kernel/linux/linux-5.10/drivers/misc/ibmasm/ |
H 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()
|
H 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()
|
H 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()
|
H A D | r_heartbeat.c | 28 .command_size = 3,
|
/kernel/linux/linux-6.6/drivers/misc/ibmasm/ |
H 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()
|
H 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()
|
H 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()
|
H A D | r_heartbeat.c | 28 .command_size = 3,
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | ftdi-elan.c | 368 int command_size = ftdi->command_next - in ftdi_elan_flush_targets() local 370 if (command_size < COMMAND_SIZE) { in ftdi_elan_flush_targets() 390 int command_size = ftdi->command_next - in ftdi_elan_flush_targets() local 392 if (command_size < COMMAND_SIZE) { in ftdi_elan_flush_targets() 426 int command_size = ftdi->command_next - in ftdi_elan_cancel_targets() local 428 if (command_size < COMMAND_SIZE) { in ftdi_elan_cancel_targets() 733 char *buf, int command_size, int total_size) in fill_buffer_with_all_queued_commands() 737 int I = command_size; in fill_buffer_with_all_queued_commands() 759 static int ftdi_elan_total_command_size(struct usb_ftdi *ftdi, int command_size) in ftdi_elan_total_command_size() argument 762 int I = command_size; in ftdi_elan_total_command_size() 732 fill_buffer_with_all_queued_commands(struct usb_ftdi *ftdi, char *buf, int command_size, int total_size) fill_buffer_with_all_queued_commands() argument 779 int command_size = ftdi->command_next - ftdi->command_head; ftdi_elan_command_engine() local 1190 int command_size; ftdi_elan_write_reg() local 1222 int command_size; ftdi_elan_write_config() local 1254 int command_size; ftdi_elan_write_pcimem() local 1293 int command_size; ftdi_elan_read_reg() local 1336 int command_size; ftdi_elan_read_config() local 1380 int command_size; ftdi_elan_read_pcimem() local 1441 int command_size; ftdi_elan_edset_setup() local 1498 int command_size; ftdi_elan_edset_input() local 1563 int command_size; ftdi_elan_edset_empty() local 1620 int command_size; ftdi_elan_edset_output() local 1699 int command_size; ftdi_elan_edset_single() local 1769 int command_size = ftdi->command_next - ftdi_elan_edset_flush() local [all...] |
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | fcp.c | 211 * @command_size: the size of @command 230 const void *command, unsigned int command_size, in fcp_avc_transaction() 250 tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST in fcp_avc_transaction() 254 (void *)command, command_size, 0); in fcp_avc_transaction() 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) fcp_avc_transaction() argument
|
H A D | fcp.h | 29 const void *command, unsigned int command_size,
|
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | fcp.c | 211 * @command_size: the size of @command 230 const void *command, unsigned int command_size, in fcp_avc_transaction() 250 tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST in fcp_avc_transaction() 254 (void *)command, command_size, 0); in fcp_avc_transaction() 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) fcp_avc_transaction() argument
|
H A D | fcp.h | 29 const void *command, unsigned int command_size,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_ioctl.c | 162 if (cmd->command_size > PAGE_SIZE - sizeof(union qxl_release_info)) in qxl_process_single_command() 166 cmd->command_size)) in qxl_process_single_command() 176 cmd->command_size, in qxl_process_single_command() 187 u64_to_user_ptr(cmd->command), cmd->command_size); in qxl_process_single_command()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 3865 * @command_size: Size of the unpatched command batch. 3872 void *kernel_commands, u32 command_size, in vmw_execbuf_submit_fifo() 3878 cmd = VMW_FIFO_RESERVE_DX(dev_priv, command_size, in vmw_execbuf_submit_fifo() 3881 cmd = VMW_FIFO_RESERVE(dev_priv, command_size); in vmw_execbuf_submit_fifo() 3887 memcpy(cmd, kernel_commands, command_size); in vmw_execbuf_submit_fifo() 3890 vmw_fifo_commit(dev_priv, command_size); in vmw_execbuf_submit_fifo() 3901 * @command_size: Size of the unpatched command batch. 3909 u32 command_size, in vmw_execbuf_submit_cmdbuf() 3914 void *cmd = vmw_cmdbuf_reserve(dev_priv->cman, command_size, id, false, in vmw_execbuf_submit_cmdbuf() 3920 vmw_cmdbuf_commit(dev_priv->cman, command_size, heade in vmw_execbuf_submit_cmdbuf() 3871 vmw_execbuf_submit_fifo(struct vmw_private *dev_priv, void *kernel_commands, u32 command_size, struct vmw_sw_context *sw_context) vmw_execbuf_submit_fifo() argument 3907 vmw_execbuf_submit_cmdbuf(struct vmw_private *dev_priv, struct vmw_cmdbuf_header *header, u32 command_size, struct vmw_sw_context *sw_context) vmw_execbuf_submit_cmdbuf() argument 3949 vmw_execbuf_cmdbuf(struct vmw_private *dev_priv, void __user *user_commands, void *kernel_commands, u32 command_size, struct vmw_cmdbuf_header **header) vmw_execbuf_cmdbuf() argument 4020 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) vmw_execbuf_process() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 3927 * @command_size: Size of the unpatched command batch. 3934 void *kernel_commands, u32 command_size, in vmw_execbuf_submit_fifo() 3940 cmd = VMW_CMD_CTX_RESERVE(dev_priv, command_size, in vmw_execbuf_submit_fifo() 3943 cmd = VMW_CMD_RESERVE(dev_priv, command_size); in vmw_execbuf_submit_fifo() 3949 memcpy(cmd, kernel_commands, command_size); in vmw_execbuf_submit_fifo() 3952 vmw_cmd_commit(dev_priv, command_size); in vmw_execbuf_submit_fifo() 3963 * @command_size: Size of the unpatched command batch. 3971 u32 command_size, in vmw_execbuf_submit_cmdbuf() 3976 void *cmd = vmw_cmdbuf_reserve(dev_priv->cman, command_size, id, false, in vmw_execbuf_submit_cmdbuf() 3982 vmw_cmdbuf_commit(dev_priv->cman, command_size, heade in vmw_execbuf_submit_cmdbuf() 3933 vmw_execbuf_submit_fifo(struct vmw_private *dev_priv, void *kernel_commands, u32 command_size, struct vmw_sw_context *sw_context) vmw_execbuf_submit_fifo() argument 3969 vmw_execbuf_submit_cmdbuf(struct vmw_private *dev_priv, struct vmw_cmdbuf_header *header, u32 command_size, struct vmw_sw_context *sw_context) vmw_execbuf_submit_cmdbuf() argument 4011 vmw_execbuf_cmdbuf(struct vmw_private *dev_priv, void __user *user_commands, void *kernel_commands, u32 command_size, struct vmw_cmdbuf_header **header) vmw_execbuf_cmdbuf() argument 4086 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) vmw_execbuf_process() argument [all...] |
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_user.c | 897 size_t command_size; in tcmu_cmd_get_cmd_size() local 899 command_size = base_command_size + in tcmu_cmd_get_cmd_size() 903 WARN_ON(command_size & (TCMU_OP_ALIGN_SIZE-1)); in tcmu_cmd_get_cmd_size() 905 return command_size; in tcmu_cmd_get_cmd_size() 990 size_t base_command_size, command_size; in queue_cmd_ring() local 1031 command_size = tcmu_cmd_get_cmd_size(tcmu_cmd, base_command_size); in queue_cmd_ring() 1033 if (command_size > (udev->cmdr_size / 2)) { in queue_cmd_ring() 1035 command_size, udev->cmdr_size); in queue_cmd_ring() 1041 if (!is_ring_space_avail(udev, command_size)) in queue_cmd_ring() 1061 cmd_head = ring_insert_padding(udev, command_size); in queue_cmd_ring() [all...] |
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | qxl_drm.h | 86 __u32 command_size; member
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | qxl_drm.h | 86 __u32 command_size; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | qxl_drm.h | 45 __u32 command_size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | qxl_drm.h | 58 __u32 command_size; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | qxl_drm.h | 58 __u32 command_size; member
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H 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()
|