| /Linux-v5.10/drivers/misc/ibmasm/ | 
| 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()
  | 
| 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()
  | 
| 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()
  | 
| D | r_heartbeat.c | 28 		.command_size = 3,
  | 
| /Linux-v5.10/drivers/usb/misc/ | 
| D | ftdi-elan.c | 367 			int command_size = ftdi->command_next -  in ftdi_elan_flush_targets()  local 369 			if (command_size < COMMAND_SIZE) {  in ftdi_elan_flush_targets() 389 			int command_size = ftdi->command_next -  in ftdi_elan_flush_targets()  local 391 			if (command_size < COMMAND_SIZE) {  in ftdi_elan_flush_targets() 425 			int command_size = ftdi->command_next -  in ftdi_elan_cancel_targets()  local 427 			if (command_size < COMMAND_SIZE) {  in ftdi_elan_cancel_targets() 732 						char *buf, int command_size, int total_size)  in fill_buffer_with_all_queued_commands()  argument 736 	int I = command_size;  in fill_buffer_with_all_queued_commands() 758 static int ftdi_elan_total_command_size(struct usb_ftdi *ftdi, int command_size)  in ftdi_elan_total_command_size()  argument 761 	int I = command_size;  in ftdi_elan_total_command_size() [all …] 
 | 
| /Linux-v5.10/drivers/gpu/drm/qxl/ | 
| D | qxl_ioctl.c | 166 	if (cmd->command_size > PAGE_SIZE - sizeof(union qxl_release_info))  in qxl_process_single_command() 170 		       cmd->command_size))  in qxl_process_single_command() 180 					 cmd->command_size,  in qxl_process_single_command() 191 		 u64_to_user_ptr(cmd->command), cmd->command_size);  in qxl_process_single_command()
  | 
| /Linux-v5.10/sound/firewire/ | 
| 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()
  | 
| D | fcp.h | 29 			const void *command, unsigned int command_size,
  | 
| /Linux-v5.10/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_execbuf.c | 3873 				   void *kernel_commands, u32 command_size,  in vmw_execbuf_submit_fifo()  argument 3879 		cmd = VMW_FIFO_RESERVE_DX(dev_priv, command_size,  in vmw_execbuf_submit_fifo() 3882 		cmd = VMW_FIFO_RESERVE(dev_priv, command_size);  in vmw_execbuf_submit_fifo() 3888 	memcpy(cmd, kernel_commands, command_size);  in vmw_execbuf_submit_fifo() 3891 	vmw_fifo_commit(dev_priv, command_size);  in vmw_execbuf_submit_fifo() 3910 				     u32 command_size,  in vmw_execbuf_submit_cmdbuf()  argument 3915 	void *cmd = vmw_cmdbuf_reserve(dev_priv->cman, command_size, id, false,  in vmw_execbuf_submit_cmdbuf() 3921 	vmw_cmdbuf_commit(dev_priv->cman, command_size, header, false);  in vmw_execbuf_submit_cmdbuf() 3952 				void *kernel_commands, u32 command_size,  in vmw_execbuf_cmdbuf()  argument 3959 	if (command_size > SVGA_CB_MAX_SIZE) {  in vmw_execbuf_cmdbuf() [all …] 
 | 
| D | vmwgfx_drv.h | 1076 			       uint32_t command_size,
  | 
| /Linux-v5.10/include/uapi/drm/ | 
| D | qxl_drm.h | 86 	__u32		command_size;  member
  | 
| D | vmwgfx_drm.h | 326 	__u32 command_size;  member
  | 
| /Linux-v5.10/drivers/target/ | 
| D | target_core_user.c | 899 	size_t command_size;  in tcmu_cmd_get_cmd_size()  local 901 	command_size = base_command_size +  in tcmu_cmd_get_cmd_size() 905 	WARN_ON(command_size & (TCMU_OP_ALIGN_SIZE-1));  in tcmu_cmd_get_cmd_size() 907 	return command_size;  in tcmu_cmd_get_cmd_size() 992 	size_t base_command_size, command_size;  in queue_cmd_ring()  local 1033 	command_size = tcmu_cmd_get_cmd_size(tcmu_cmd, base_command_size);  in queue_cmd_ring() 1035 	if (command_size > (udev->cmdr_size / 2)) {  in queue_cmd_ring() 1037 			command_size, udev->cmdr_size);  in queue_cmd_ring() 1043 	if (!is_ring_space_avail(udev, command_size))  in queue_cmd_ring() 1063 	cmd_head = ring_insert_padding(udev, command_size);  in queue_cmd_ring() [all …] 
 | 
| /Linux-v5.10/drivers/media/usb/dvb-usb-v2/ | 
| 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-v5.10/tools/testing/nvdimm/test/ | 
| D | nfit.c | 2344 	dcr->command_size = 8;  in nfit_test0_setup() 2360 	dcr->command_size = 8;  in nfit_test0_setup() 2376 	dcr->command_size = 8;  in nfit_test0_setup() 2392 	dcr->command_size = 8;  in nfit_test0_setup() 2553 		dcr->command_size = 8;  in nfit_test0_setup()
  | 
| /Linux-v5.10/tools/perf/bench/ | 
| D | numa.c | 1685 static int command_size(const char **argv)  in command_size()  function 1730 	int argc = command_size(argv);  in run_bench_numa()
  | 
| /Linux-v5.10/include/acpi/ | 
| D | actbl2.h | 1086 	u64 command_size;  member
  |