command           724 arch/alpha/kernel/osf_sys.c SYSCALL_DEFINE3(osf_sysinfo, int, command, char __user *, buf, long, count)
command           742 arch/alpha/kernel/osf_sys.c 	offset = command-1;
command           745 arch/alpha/kernel/osf_sys.c 		printk("sysinfo(%d)", command);
command            36 arch/arm/kernel/ftrace.c 	int *command = data;
command            39 arch/arm/kernel/ftrace.c 	ftrace_modify_all_code(*command);
command            45 arch/arm/kernel/ftrace.c void arch_ftrace_update_code(int command)
command            47 arch/arm/kernel/ftrace.c 	stop_machine(__ftrace_modify_code, &command, NULL);
command            17 arch/arm/mach-keystone/keystone.h extern u32 keystone_cpu_smc(u32 command, u32 cpu, u32 addr);
command           214 arch/arm/mach-pxa/lubbock.c static void ads7846_cs(u32 command)
command           217 arch/arm/mach-pxa/lubbock.c 	lubbock_set_misc_wr(TS_nCS, (command == PXA2XX_CS_ASSERT) ? 0 : TS_nCS);
command           205 arch/arm64/kernel/ftrace.c void arch_ftrace_update_code(int command)
command           207 arch/arm64/kernel/ftrace.c 	command |= FTRACE_MAY_SLEEP;
command           208 arch/arm64/kernel/ftrace.c 	ftrace_modify_all_code(command);
command            46 arch/m68k/68000/m68328.c void __init config_BSP(char *command, int len)
command            56 arch/m68k/68000/m68EZ328.c void __init config_BSP(char *command, int len)
command            68 arch/m68k/68000/m68EZ328.c   if (p) strcpy(p,command);
command            69 arch/m68k/68000/m68EZ328.c   else command[0] = 0;
command            63 arch/m68k/68000/m68VZ328.c static void __init init_hardware(char *command, int size)
command           149 arch/m68k/68000/m68VZ328.c static void __init init_hardware(char *command, int size)
command           158 arch/m68k/68000/m68VZ328.c 		strcpy(p, command);
command           160 arch/m68k/68000/m68VZ328.c 		command[0] = 0;
command           170 arch/m68k/68000/m68VZ328.c static void __init init_hardware(char *command, int size)
command           178 arch/m68k/68000/m68VZ328.c void __init config_BSP(char *command, int size)
command           182 arch/m68k/68000/m68VZ328.c 	init_hardware(command, size);
command           178 arch/m68k/fpsp040/fpsp.h 	.set	CMDWORD,LV-35		| command word in cmd1b
command            39 arch/m68k/include/asm/machdep.h extern void config_BSP(char *command, int len);
command           174 arch/m68k/mac/misc.c static void via_rtc_command(int command, __u8 *data)
command           183 arch/m68k/mac/misc.c 	command = (command & ~3) | 1;
command           189 arch/m68k/mac/misc.c 	if (command & 0xFF00) {		/* extended (two-byte) command */
command           190 arch/m68k/mac/misc.c 		via_rtc_send((command & 0xFF00) >> 8);
command           191 arch/m68k/mac/misc.c 		via_rtc_send(command & 0xFF);
command           192 arch/m68k/mac/misc.c 		is_read = command & (RTC_FLG_READ << 8);
command           194 arch/m68k/mac/misc.c 		via_rtc_send(command);
command           195 arch/m68k/mac/misc.c 		is_read = command & RTC_FLG_READ;
command           777 arch/microblaze/pci/pci-common.c 	u16 command;
command           781 arch/microblaze/pci/pci-common.c 		pci_read_config_word(dev, PCI_COMMAND, &command);
command           794 arch/microblaze/pci/pci-common.c 				disabled = !(command & PCI_COMMAND_IO);
command           796 arch/microblaze/pci/pci-common.c 				disabled = !(command & PCI_COMMAND_MEMORY);
command            15 arch/mips/ar7/setup.c static void ar7_machine_restart(char *command)
command           178 arch/mips/ath25/ar2315.c static void ar2315_restart(char *command)
command           273 arch/mips/ath25/ar5312.c static void ar5312_restart(char *command)
command            38 arch/mips/ath79/setup.c static void ath79_restart(char *command)
command            54 arch/mips/bcm47xx/setup.c static void bcm47xx_machine_restart(char *command)
command           430 arch/mips/cavium-octeon/setup.c static void octeon_restart(char *command)
command            46 arch/mips/cobalt/reset.c void cobalt_machine_restart(char *command)
command            25 arch/mips/cobalt/setup.c extern void cobalt_machine_restart(char *command);
command            22 arch/mips/dec/reset.c void __noreturn dec_machine_restart(char *command)
command            50 arch/mips/dec/setup.c extern void dec_machine_restart(char *command);
command            24 arch/mips/emma/markeins/setup.c static void markeins_machine_restart(char *command)
command           107 arch/mips/include/asm/jazz.h 	unsigned char command;
command           116 arch/mips/include/asm/jazz.h 	unsigned char command;
command            12 arch/mips/include/asm/reboot.h extern void (*_machine_restart)(char *command);
command            39 arch/mips/include/asm/sgi/ioc.h 	volatile u8 command;
command            18 arch/mips/jazz/reset.c 		status = jazz_kh->command;
command            28 arch/mips/jazz/reset.c 		status = jazz_kh->command;
command            30 arch/mips/jazz/reset.c 	jazz_kh->command = val;
command            35 arch/mips/jazz/reset.c 	return jazz_kh->command;
command            49 arch/mips/jazz/reset.c void jazz_machine_restart(char *command)
command            29 arch/mips/jazz/setup.c extern void jazz_machine_restart(char *command);
command            35 arch/mips/kernel/ftrace.c void arch_ftrace_update_code(int command)
command            37 arch/mips/kernel/ftrace.c 	ftrace_modify_all_code(command);
command            26 arch/mips/kernel/reset.c void (*_machine_restart)(char *command);
command            88 arch/mips/kernel/reset.c void machine_restart(char *command)
command            91 arch/mips/kernel/reset.c 		_machine_restart(command);
command            97 arch/mips/kernel/reset.c 	do_kernel_restart(command);
command            35 arch/mips/lantiq/falcon/reset.c static void machine_restart(char *command)
command            17 arch/mips/lasat/reset.c static void lasat_machine_restart(char *command);
command            23 arch/mips/lasat/reset.c static void lasat_machine_restart(char *command)
command            24 arch/mips/loongson32/common/reset.c static void ls1x_restart(char *command)
command            36 arch/mips/loongson64/common/reset.c static void loongson_restart(char *command)
command            24 arch/mips/pic32/common/reset.c static void pic32_machine_restart(char *command)
command           105 arch/mips/pmcs-msp71xx/msp_setup.c void msp_restart(char *command)
command            15 arch/mips/pnx833x/common/reset.c void pnx833x_machine_restart(char *command)
command            85 arch/mips/ralink/reset.c static void ralink_restart(char *command)
command            29 arch/mips/rb532/setup.c static void rb_machine_restart(char *command)
command            70 arch/mips/sgi-ip22/ip22-reset.c static void __noreturn sgi_machine_restart(char *command)
command            29 arch/mips/sgi-ip27/ip27-reset.c void machine_restart(char *command) __noreturn;
command            36 arch/mips/sgi-ip27/ip27-reset.c static void ip27_machine_restart(char *command)
command            71 arch/mips/sibyte/common/cfe.c static void __noreturn cfe_linux_restart(char *command)
command           492 arch/mips/sibyte/common/sb_tbprof.c 			    unsigned int command,
command           497 arch/mips/sibyte/common/sb_tbprof.c 	switch (command) {
command            28 arch/mips/sni/reset.c void sni_machine_restart(char *command)
command            36 arch/mips/sni/setup.c extern void sni_machine_restart(char *command);
command            45 arch/mips/txx9/generic/setup_tx4927.c static void tx4927_machine_restart(char *command)
command            47 arch/mips/txx9/generic/setup_tx4938.c static void tx4938_machine_restart(char *command)
command            51 arch/mips/txx9/generic/setup_tx4939.c static void tx4939_machine_restart(char *command)
command            44 arch/mips/txx9/jmr3927/setup.c static void jmr3927_machine_restart(char *command)
command           187 arch/mips/txx9/rbtx4927/setup.c static void toshiba_rbtx4927_restart(char *command)
command            30 arch/mips/txx9/rbtx4938/setup.c static void rbtx4938_machine_restart(char *command)
command            29 arch/mips/txx9/rbtx4939/setup.c static void rbtx4939_machine_restart(char *command)
command            71 arch/mips/vr41xx/common/pmu.c static void vr41xx_restart(char *command)
command           161 arch/powerpc/include/asm/cpm.h int cpm_command(u32 command, u8 opcode);
command           163 arch/powerpc/include/asm/cpm.h static inline int cpm_command(u32 command, u8 opcode)
command            47 arch/powerpc/include/asm/dbdma.h 	__le16 command;		/* command word (has bit-fields) */
command           165 arch/powerpc/include/asm/mpc52xx_psc.h 	u8		command;	/* PSC + 0x08 */
command           314 arch/powerpc/include/asm/mpc52xx_psc.h 	u8		command;		/* PSC + 0x10 */
command           427 arch/powerpc/include/asm/smu.h extern int smu_queue_simple(struct smu_simple_cmd *scmd, u8 command,
command           852 arch/powerpc/kernel/pci-common.c 	u16 command;
command           870 arch/powerpc/kernel/pci-common.c 		pci_read_config_word(dev, PCI_COMMAND, &command);
command           871 arch/powerpc/kernel/pci-common.c 		if ((command & PCI_COMMAND_MEMORY) == 0)
command           899 arch/powerpc/kernel/pci-common.c 		pci_read_config_word(dev, PCI_COMMAND, &command);
command           900 arch/powerpc/kernel/pci-common.c 		if (command & PCI_COMMAND_IO)
command          1255 arch/powerpc/kernel/pci-common.c 	u16 command;
command          1259 arch/powerpc/kernel/pci-common.c 		pci_read_config_word(dev, PCI_COMMAND, &command);
command          1272 arch/powerpc/kernel/pci-common.c 				disabled = !(command & PCI_COMMAND_IO);
command          1274 arch/powerpc/kernel/pci-common.c 				disabled = !(command & PCI_COMMAND_MEMORY);
command           861 arch/powerpc/kernel/trace/ftrace.c void arch_ftrace_update_code(int command)
command           863 arch/powerpc/kernel/trace/ftrace.c 	ftrace_modify_all_code(command);
command           243 arch/powerpc/platforms/8xx/cpm1.c int cpm_command(u32 command, u8 opcode)
command           248 arch/powerpc/platforms/8xx/cpm1.c 	if (command & 0xffffff0f)
command           254 arch/powerpc/platforms/8xx/cpm1.c 	out_be16(&cpmp->cp_cpcr, command | CPM_CR_FLG | (opcode << 8));
command           770 arch/powerpc/platforms/cell/spufs/switch.c 	union mfc_tag_size_class_cmd command;
command           777 arch/powerpc/platforms/cell/spufs/switch.c 		command.u.mfc_size = transfer_size;
command           778 arch/powerpc/platforms/cell/spufs/switch.c 		command.u.mfc_tag = tag;
command           779 arch/powerpc/platforms/cell/spufs/switch.c 		command.u.mfc_rclassid = rclass;
command           780 arch/powerpc/platforms/cell/spufs/switch.c 		command.u.mfc_cmd = cmd;
command           784 arch/powerpc/platforms/cell/spufs/switch.c 			out_be64(&prob->mfc_union_W.all64, command.all64);
command            84 arch/powerpc/sysdev/cpm2.c int cpm_command(u32 command, u8 opcode)
command            92 arch/powerpc/sysdev/cpm2.c 	out_be32(&cpmp->cp_cpcr, command | opcode | CPM_CR_FLG);
command           151 arch/s390/include/asm/setup.h extern void (*_machine_restart)(char *command);
command           111 arch/s390/include/uapi/asm/qeth.h 	__u32 command;
command            77 arch/s390/kernel/entry.h long sys_s390_runtime_instr(int command, int signum);
command            78 arch/s390/kernel/entry.h long sys_s390_guarded_storage(int command, struct gs_cb __user *);
command           109 arch/s390/kernel/guarded_storage.c SYSCALL_DEFINE2(s390_guarded_storage, int, command,
command           114 arch/s390/kernel/guarded_storage.c 	switch (command) {
command          1427 arch/s390/kernel/ipl.c void (*_machine_restart)(char *command) = do_machine_restart;
command            70 arch/s390/kernel/runtime_instr.c SYSCALL_DEFINE2(s390_runtime_instr, int, command, int, signum)
command            77 arch/s390/kernel/runtime_instr.c 	if (command == S390_RUNTIME_INSTR_STOP) {
command            82 arch/s390/kernel/runtime_instr.c 	if (command != S390_RUNTIME_INSTR_START)
command           268 arch/s390/kernel/setup.c void machine_restart(char *command)
command           276 arch/s390/kernel/setup.c 	_machine_restart(command);
command           246 arch/s390/pci/pci_clp.c static int clp_set_pci_fn(struct zpci_dev *zdev, u8 nr_dma_as, u8 command)
command           262 arch/s390/pci/pci_clp.c 		rrb->request.oc = command;
command          1032 arch/sh/boards/mach-ecovec24/setup.c static u8 mac_read(struct i2c_adapter *a, u8 command)
command          1041 arch/sh/boards/mach-ecovec24/setup.c 	msg[0].buf   = &command;
command             2 arch/sh/boot/compressed/cache.c int cache_control(unsigned int command)
command            32 arch/sh/boot/compressed/misc.c int cache_control(unsigned int command);
command            20 arch/sparc/include/uapi/asm/oradax.h 	__u16 command;		/* CCB_KILL/INFO/DEQUEUE */
command            50 arch/um/drivers/mconsole.h 	char *command;
command            66 arch/um/drivers/mconsole_user.c 		if (!strncmp(req->request.data, cmd->command,
command            67 arch/um/drivers/mconsole_user.c 			    strlen(cmd->command))) {
command            95 arch/x86/boot/main.c 	boot_params.ist_info.command    = oreg.ebx;
command           269 arch/x86/include/asm/uv/uv_bau.h 	unsigned int	command:8;		/* message type */
command           404 arch/x86/include/asm/uv/uv_bau.h 	unsigned int	command:8;		/* message type */
command            25 arch/x86/include/uapi/asm/ist.h 	__u32 command;
command           678 arch/x86/kernel/ftrace.c void arch_ftrace_update_code(int command)
command           683 arch/x86/kernel/ftrace.c 	ftrace_modify_all_code(command);
command           252 arch/x86/pci/i386.c 	u16 command;
command           262 arch/x86/pci/i386.c 	pci_read_config_word(dev, PCI_COMMAND, &command);
command           271 arch/x86/pci/i386.c 				disabled = !(command & PCI_COMMAND_IO);
command           273 arch/x86/pci/i386.c 				disabled = !(command & PCI_COMMAND_MEMORY);
command           459 arch/x86/platform/intel/iosf_mbi.c 	u8 command = ((u32)val & 0xFF000000) >> 24,
command           469 arch/x86/platform/intel/iosf_mbi.c 	if (command & 1u)
command           471 arch/x86/platform/intel/iosf_mbi.c 			       command,
command           476 arch/x86/platform/intel/iosf_mbi.c 			      command,
command          1762 arch/x86/platform/uv/tlb_uv.c 			uv1_hdr->command         = UV_NET_ENDPOINT_INTD;
command          1778 arch/x86/platform/uv/tlb_uv.c 			uv2_3_hdr->command         = UV_NET_ENDPOINT_INTD;
command            21 drivers/acpi/acpica/dbhistry.c 	char *command;
command            56 drivers/acpi/acpica/dbhistry.c 	if (acpi_gbl_history_buffer[acpi_gbl_next_history_index].command !=
command            61 drivers/acpi/acpica/dbhistry.c 			   command);
command            65 drivers/acpi/acpica/dbhistry.c 				     [acpi_gbl_next_history_index].command);
command            67 drivers/acpi/acpica/dbhistry.c 			    command = acpi_os_allocate(cmd_len + 1);
command            70 drivers/acpi/acpica/dbhistry.c 		acpi_gbl_history_buffer[acpi_gbl_next_history_index].command =
command            74 drivers/acpi/acpica/dbhistry.c 	strcpy(acpi_gbl_history_buffer[acpi_gbl_next_history_index].command,
command           123 drivers/acpi/acpica/dbhistry.c 		if (acpi_gbl_history_buffer[history_index].command) {
command           128 drivers/acpi/acpica/dbhistry.c 				       command);
command           192 drivers/acpi/acpica/dbhistry.c 			return (acpi_gbl_history_buffer[history_index].command);
command            24 drivers/acpi/acpica/dbinput.c static void acpi_db_display_command_info(const char *command, u8 display_all);
command            26 drivers/acpi/acpica/dbinput.c static void acpi_db_display_help(char *command);
command            29 drivers/acpi/acpica/dbinput.c acpi_db_match_command_help(const char *command,
command           333 drivers/acpi/acpica/dbinput.c acpi_db_match_command_help(const char *command,
command           351 drivers/acpi/acpica/dbinput.c 	while ((*command) && (*invocation) && (*invocation != ' ')) {
command           352 drivers/acpi/acpica/dbinput.c 		if (tolower((int)*command) != tolower((int)*invocation)) {
command           357 drivers/acpi/acpica/dbinput.c 		command++;
command           387 drivers/acpi/acpica/dbinput.c static void acpi_db_display_command_info(const char *command, u8 display_all)
command           394 drivers/acpi/acpica/dbinput.c 		matched = acpi_db_match_command_help(command, next);
command           417 drivers/acpi/acpica/dbinput.c static void acpi_db_display_help(char *command)
command           421 drivers/acpi/acpica/dbinput.c 	if (!command) {
command           437 drivers/acpi/acpica/dbinput.c 		acpi_db_display_command_info(command, TRUE);
command           298 drivers/acpi/cppc_acpi.c 	writew_relaxed(cmd, &generic_comm_base->command);
command           158 drivers/acpi/ec.c 	u8 command;
command           301 drivers/acpi/ec.c static inline void acpi_ec_write_cmd(struct acpi_ec *ec, u8 command)
command           303 drivers/acpi/ec.c 	ec_dbg_raw("EC_SC(W) = 0x%2.2x", command);
command           304 drivers/acpi/ec.c 	outb(command, ec->command_addr);
command           583 drivers/acpi/ec.c 	    (ec->curr && ec->curr->command == ACPI_EC_COMMAND_QUERY))
command           616 drivers/acpi/ec.c 	if (ec->curr->command == ACPI_EC_COMMAND_QUERY) {
command           670 drivers/acpi/ec.c 					if (t->command == ACPI_EC_COMMAND_QUERY)
command           686 drivers/acpi/ec.c 		    (t->command == ACPI_EC_COMMAND_QUERY)) {
command           694 drivers/acpi/ec.c 			acpi_ec_write_cmd(ec, t->command);
command           801 drivers/acpi/ec.c 	ec_dbg_req("Command(%s) started", acpi_ec_cmd_string(t->command));
command           810 drivers/acpi/ec.c 	ec_dbg_req("Command(%s) stopped", acpi_ec_cmd_string(t->command));
command           851 drivers/acpi/ec.c 	struct transaction t = {.command = ACPI_EC_BURST_ENABLE,
command           860 drivers/acpi/ec.c 	struct transaction t = {.command = ACPI_EC_BURST_DISABLE,
command           872 drivers/acpi/ec.c 	struct transaction t = {.command = ACPI_EC_COMMAND_READ,
command           884 drivers/acpi/ec.c 	struct transaction t = {.command = ACPI_EC_COMMAND_WRITE,
command           922 drivers/acpi/ec.c int ec_transaction(u8 command,
command           926 drivers/acpi/ec.c 	struct transaction t = {.command = command,
command          1140 drivers/acpi/ec.c 	t->command = ACPI_EC_COMMAND_QUERY;
command           301 drivers/acpi/sbs.c 	u8 command;		/* command for battery */
command           350 drivers/acpi/sbs.c 					 info_readers[i].command,
command           371 drivers/acpi/sbs.c 					 state_readers[i].command,
command           106 drivers/acpi/sbshc.c 				  u8 address, u8 command, u8 *data, u8 length)
command           124 drivers/acpi/sbshc.c 	smb_hc_write(hc, ACPI_SMB_COMMAND, command);
command           163 drivers/acpi/sbshc.c 		    u8 command, u8 *data)
command           165 drivers/acpi/sbshc.c 	return acpi_smbus_transaction(hc, protocol, address, command, data, 0);
command           171 drivers/acpi/sbshc.c 		     u8 command, u8 *data, u8 length)
command           173 drivers/acpi/sbshc.c 	return acpi_smbus_transaction(hc, protocol, address, command, data, length);
command            27 drivers/acpi/sbshc.h 	       u8 command, u8 * data);
command            29 drivers/acpi/sbshc.h 		u8 command, u8 * data, u8 length);
command           270 drivers/ata/acard-ahci.c 		qc->result_tf.command = (rx_fis + RX_FIS_PIO_SETUP)[15];
command           708 drivers/ata/ahci.c 	tf.command = ATA_BUSY;
command           779 drivers/ata/ahci.c 		tf.command = ATA_BUSY;
command           121 drivers/ata/ahci_qoriq.c 	tf.command = ATA_BUSY;
command           217 drivers/ata/ahci_xgene.c 	ctx->last_cmd[ap->port_no] = qc->tf.command;
command           368 drivers/ata/ahci_xgene.c 		tf.command = ATA_BUSY;
command           165 drivers/ata/ata_generic.c 	u16 command;
command           196 drivers/ata/ata_generic.c 	pci_read_config_word(dev, PCI_COMMAND, &command);
command           197 drivers/ata/ata_generic.c 	if (!(command & PCI_COMMAND_IO))
command          1549 drivers/ata/libahci.c 	tf.command = ATA_BUSY;
command          2033 drivers/ata/libahci.c 		qc->result_tf.command = (rx_fis + RX_FIS_PIO_SETUP)[15];
command           563 drivers/ata/libata-acpi.c 	tf->command = gtf->tf[6];	/* 0x1f7 */
command           574 drivers/ata/libata-acpi.c 		if (tf->command == ATA_CMD_SET_FEATURES &&
command           585 drivers/ata/libata-acpi.c 		if (tf->command == ATA_CMD_CONF_OVERLAY &&
command           590 drivers/ata/libata-acpi.c 		if (tf->command == ATA_CMD_SEC_FREEZE_LOCK)
command           594 drivers/ata/libata-acpi.c 		if ((!ptf || ptf->command != ATA_CMD_READ_NATIVE_MAX) &&
command           595 drivers/ata/libata-acpi.c 		    tf->command == ATA_CMD_SET_MAX &&
command           601 drivers/ata/libata-acpi.c 	if (tf->command == ATA_CMD_SET_FEATURES &&
command           684 drivers/ata/libata-acpi.c 				 rtf.command, rtf.feature);
command           692 drivers/ata/libata-acpi.c 				 err_mask, rtf.command, rtf.feature);
command           701 drivers/ata/libata-acpi.c 	descr = ata_get_cmd_descript(tf.command);
command           705 drivers/ata/libata-acpi.c 		       tf.command, tf.feature, tf.nsect, tf.lbal,
command           545 drivers/ata/libata-core.c 	fis[2] = tf->command;
command           582 drivers/ata/libata-core.c 	tf->command	= fis[2];	/* status */
command           663 drivers/ata/libata-core.c 		tf->command = cmd;
command           755 drivers/ata/libata-core.c 			tf->command = ATA_CMD_FPDMA_WRITE;
command           757 drivers/ata/libata-core.c 			tf->command = ATA_CMD_FPDMA_READ;
command          1228 drivers/ata/libata-core.c 		tf.command = ATA_CMD_READ_NATIVE_MAX_EXT;
command          1231 drivers/ata/libata-core.c 		tf.command = ATA_CMD_READ_NATIVE_MAX;
command          1280 drivers/ata/libata-core.c 		tf.command = ATA_CMD_SET_MAX_EXT;
command          1287 drivers/ata/libata-core.c 		tf.command = ATA_CMD_SET_MAX;
command          1554 drivers/ata/libata-core.c 	u8 command = tf->command;
command          1627 drivers/ata/libata-core.c 			timeout = ata_internal_cmd_timeout(dev, command);
command          1660 drivers/ata/libata-core.c 					     command);
command          1672 drivers/ata/libata-core.c 		if (qc->result_tf.command & (ATA_ERR | ATA_DF))
command          1680 drivers/ata/libata-core.c 	} else if (qc->tf.command == ATA_CMD_REQ_SENSE_DATA) {
command          1681 drivers/ata/libata-core.c 		qc->result_tf.command |= ATA_SENSE;
command          1699 drivers/ata/libata-core.c 		ata_internal_cmd_timed_out(dev, command);
command          1860 drivers/ata/libata-core.c 		tf.command = ATA_CMD_ID_ATA;
command          1863 drivers/ata/libata-core.c 		tf.command = ATA_CMD_ID_ATAPI;
command          2063 drivers/ata/libata-core.c 		tf.command = ATA_CMD_READ_LOG_DMA_EXT;
command          2067 drivers/ata/libata-core.c 		tf.command = ATA_CMD_READ_LOG_EXT;
command          4818 drivers/ata/libata-core.c 	tf.command = ATA_CMD_SET_FEATURES;
command          4863 drivers/ata/libata-core.c 	tf.command = ATA_CMD_SET_FEATURES;
command          4905 drivers/ata/libata-core.c 	tf.command = ATA_CMD_INIT_DEV_PARAMS;
command          5292 drivers/ata/libata-core.c 		switch (qc->tf.command) {
command          1461 drivers/ata/libata-eh.c 	tf->command = buf[2];
command          1500 drivers/ata/libata-eh.c 	tf.command = ATA_CMD_PACKET;
command          1545 drivers/ata/libata-eh.c 	tf.command = ATA_CMD_REQ_SENSE_DATA;
command          1550 drivers/ata/libata-eh.c 	if (tf.command & ATA_SENSE) {
command          1555 drivers/ata/libata-eh.c 			     tf.command, err_mask);
command          1596 drivers/ata/libata-eh.c 	tf.command = ATA_CMD_PACKET;
command          1720 drivers/ata/libata-eh.c 	    ((qc->result_tf.command & ATA_SENSE) || qc->result_tf.auxiliary)) {
command          1754 drivers/ata/libata-eh.c 	u8 stat = tf->command, err = tf->feature;
command          2289 drivers/ata/libata-eh.c const char *ata_get_cmd_descript(u8 command)
command          2294 drivers/ata/libata-eh.c 		u8 command;
command          2393 drivers/ata/libata-eh.c 		if (cmd_descr[i].command == command)
command          2549 drivers/ata/libata-eh.c 			const char *descr = ata_get_cmd_descript(cmd->command);
command          2560 drivers/ata/libata-eh.c 			cmd->command, cmd->feature, cmd->nsect,
command          2565 drivers/ata/libata-eh.c 			res->command, res->feature, res->nsect,
command          2573 drivers/ata/libata-eh.c 		if (res->command & (ATA_BUSY | ATA_DRDY | ATA_DF | ATA_DRQ |
command          2575 drivers/ata/libata-eh.c 			if (res->command & ATA_BUSY)
command          2579 drivers/ata/libata-eh.c 				  res->command & ATA_DRDY ? "DRDY " : "",
command          2580 drivers/ata/libata-eh.c 				  res->command & ATA_DF ? "DF " : "",
command          2581 drivers/ata/libata-eh.c 				  res->command & ATA_DRQ ? "DRQ " : "",
command          2582 drivers/ata/libata-eh.c 				  res->command & ATA_SENSE ? "SENSE " : "",
command          2583 drivers/ata/libata-eh.c 				  res->command & ATA_ERR ? "ERR " : "");
command          2586 drivers/ata/libata-eh.c 		if (cmd->command != ATA_CMD_PACKET &&
command          3085 drivers/ata/libata-eh.c 		tf.command = ATA_CMD_IDLEIMMEDIATE;
command          3092 drivers/ata/libata-eh.c 		tf.command = ATA_CMD_CHK_POWER;
command          3364 drivers/ata/libata-eh.c 	if (qc->dev != dev || (qc->tf.command != ATA_CMD_FLUSH_EXT &&
command          3365 drivers/ata/libata-eh.c 			       qc->tf.command != ATA_CMD_FLUSH))
command          3375 drivers/ata/libata-eh.c 	tf.command = qc->tf.command;
command          3380 drivers/ata/libata-eh.c 		       tf.command, qc->err_mask);
command            46 drivers/ata/libata-pmp.c 	tf.command = ATA_CMD_PMP_READ;
command            82 drivers/ata/libata-pmp.c 	tf.command = ATA_CMD_PMP_WRITE;
command           888 drivers/ata/libata-scsi.c 	u8 stat = tf->command, err = tf->feature;
command          1086 drivers/ata/libata-scsi.c 	    tf->command & (ATA_BUSY | ATA_DF | ATA_ERR | ATA_DRQ)) {
command          1087 drivers/ata/libata-scsi.c 		ata_to_sense_error(qc->ap->print_id, tf->command, tf->feature,
command          1123 drivers/ata/libata-scsi.c 		desc[13] = tf->command; /* == status reg */
command          1139 drivers/ata/libata-scsi.c 		desc[1] = tf->command; /* status */
command          1190 drivers/ata/libata-scsi.c 	    tf->command & (ATA_BUSY | ATA_DF | ATA_ERR | ATA_DRQ)) {
command          1191 drivers/ata/libata-scsi.c 		ata_to_sense_error(qc->ap->print_id, tf->command, tf->feature,
command          1197 drivers/ata/libata-scsi.c 			     tf->command, qc->err_mask);
command          1504 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_VERIFY;	/* READ VERIFY */
command          1518 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_STANDBYNOW1;
command          1560 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_FLUSH_EXT;
command          1562 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_FLUSH;
command          1716 drivers/ata/libata-scsi.c 			tf->command = ATA_CMD_VERIFY;
command          1724 drivers/ata/libata-scsi.c 			tf->command = ATA_CMD_VERIFY_EXT;
command          1765 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_VERIFY;
command          2362 drivers/ata/libata-scsi.c 	tf.command = ATA_DRDY;		/* really, this is Status reg */
command          2839 drivers/ata/libata-scsi.c 	qc->tf.command = ATA_CMD_PACKET;
command          2968 drivers/ata/libata-scsi.c 	qc->tf.command = ATA_CMD_PACKET;
command          3196 drivers/ata/libata-scsi.c 		tf->command = cdb[14];
command          3209 drivers/ata/libata-scsi.c 		tf->command = cdb[9];
command          3232 drivers/ata/libata-scsi.c 		tf->command = cdb[25];
command          3244 drivers/ata/libata-scsi.c 	switch (tf->command) {
command          3351 drivers/ata/libata-scsi.c 	if (tf->command == ATA_CMD_SET_FEATURES &&
command          3372 drivers/ata/libata-scsi.c 	if (tf->command >= 0x5C && tf->command <= 0x5F && !libata_allow_tpm) {
command          3516 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_FPDMA_SEND;
command          3529 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_DSM;
command          3736 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_FPDMA_RECV;
command          3743 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_ZAC_MGMT_IN;
command          3825 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_NCQ_NON_DATA;
command          3831 drivers/ata/libata-scsi.c 		tf->command = ATA_CMD_ZAC_MGMT_OUT;
command          3907 drivers/ata/libata-scsi.c 	tf->command = ATA_CMD_SET_FEATURES;
command          4173 drivers/ata/libata-scsi.c 	tf->command = ata_scsi_trusted_op(len, send, dma);
command           464 drivers/ata/libata-sff.c 	tf->command = ata_sff_check_status(ap);
command           501 drivers/ata/libata-sff.c 	DPRINTK("ata%u: cmd 0x%X\n", ap->print_id, tf->command);
command           503 drivers/ata/libata-sff.c 	iowrite8(tf->command, ap->ioaddr.command_addr);
command            46 drivers/ata/libata-zpodd.c 	tf.command = ATA_CMD_PACKET;
command            74 drivers/ata/libata-zpodd.c 	tf.command = ATA_CMD_PACKET;
command           150 drivers/ata/libata.h const char *ata_get_cmd_descript(u8 command);
command           419 drivers/ata/pata_ep93xx.c 	tf->command = ep93xx_pata_check_status(ap);
command           451 drivers/ata/pata_ep93xx.c 	ep93xx_pata_write_reg(drv_data, tf->command,
command           412 drivers/ata/pata_it821x.c 	switch(qc->tf.command)
command           434 drivers/ata/pata_it821x.c 	printk(KERN_DEBUG "it821x: can't process command 0x%02X\n", qc->tf.command);
command           546 drivers/ata/pata_macio.c 			table->command = cpu_to_le16(write ? OUTPUT_MORE: INPUT_MORE);
command           563 drivers/ata/pata_macio.c 	table->command = cpu_to_le16(write ? OUTPUT_LAST: INPUT_LAST);
command           568 drivers/ata/pata_macio.c 	table->command = cpu_to_le16(DBDMA_STOP);
command           268 drivers/ata/pata_ns87415.c 	tf->command = ns87560_check_status(ap);
command           401 drivers/ata/pata_octeon_cf.c 	tf->command = blob >> 8;
command           528 drivers/ata/pata_octeon_cf.c 	DPRINTK("ata%u: cmd 0x%X\n", ap->print_id, tf->command);
command           529 drivers/ata/pata_octeon_cf.c 	blob |= (tf->command << 8);
command            41 drivers/ata/pata_pdc202xx_old.c 	DPRINTK("ata%u: cmd 0x%X\n", ap->print_id, tf->command);
command            43 drivers/ata/pata_pdc202xx_old.c 	iowrite8(tf->command, ap->ioaddr.command_addr);
command           241 drivers/ata/pata_samsung_cf.c 	ata_outb(ap->host, tf->command, ap->ioaddr.command_addr);
command           214 drivers/ata/pata_sil680.c 	DPRINTK("ata%u: cmd 0x%X\n", ap->print_id, tf->command);
command           215 drivers/ata/pata_sil680.c 	iowrite8(tf->command, ap->ioaddr.command_addr);
command           350 drivers/ata/pdc_adma.c 	buf[i++] = qc->tf.command;
command           318 drivers/ata/sata_dwc_460ex.c 		tf->command, get_prot_descript(tf->protocol), tf->flags,
command           760 drivers/ata/sata_dwc_460ex.c 			 __func__, qc->hw_tag, qc->tf.command,
command           800 drivers/ata/sata_dwc_460ex.c 		qc->tf.command, status, ap->print_id, qc->tf.protocol);
command           973 drivers/ata/sata_dwc_460ex.c 	dev_dbg(ap->dev, "%s cmd(0x%02x): %s tag=%d\n", __func__, tf->command,
command           974 drivers/ata/sata_dwc_460ex.c 		ata_get_cmd_descript(tf->command), tag);
command          1032 drivers/ata/sata_dwc_460ex.c 		__func__, qc, tag, qc->tf.command,
command          1081 drivers/ata/sata_dwc_460ex.c 			 __func__, ap->print_id, qc->tf.command,
command          1082 drivers/ata/sata_dwc_460ex.c 			 ata_get_cmd_descript(qc->tf.command),
command           403 drivers/ata/sata_highbank.c 	tf.command = ATA_BUSY;
command           212 drivers/ata/sata_inic162x.c 	u8		command;	/* ATA Command */
command           416 drivers/ata/sata_inic162x.c 		      qc ? qc->tf.command : 0xff, irq_stat, idma_stat);
command           521 drivers/ata/sata_inic162x.c 	cpb->command = qc->tf.command;
command           566 drivers/ata/sata_inic162x.c 	tf->command	= readb(port_base + PORT_TF_COMMAND);
command           583 drivers/ata/sata_inic162x.c 	if (!(tf.command & ATA_ERR))
command           586 drivers/ata/sata_inic162x.c 	rtf->command = tf.command;
command          2007 drivers/ata/sata_mv.c 			switch (tf->command) {
command          2009 drivers/ata/sata_mv.c 				tf->command = ATA_CMD_PIO_WRITE;
command          2015 drivers/ata/sata_mv.c 				tf->command = ATA_CMD_PIO_WRITE_EXT;
command          2045 drivers/ata/sata_mv.c 		if (tf->command == ATA_CMD_DSM)
command          2083 drivers/ata/sata_mv.c 	switch (tf->command) {
command          2105 drivers/ata/sata_mv.c 		BUG_ON(tf->command);
command          2116 drivers/ata/sata_mv.c 	mv_crqb_pack_cmd(cw++, tf->command, ATA_REG_CMD, 1);	/* last */
command          2147 drivers/ata/sata_mv.c 	if (tf->command == ATA_CMD_DSM)
command          2168 drivers/ata/sata_mv.c 			(tf->command << 16) |
command          2343 drivers/ata/sata_mv.c 		if (qc->tf.command == ATA_CMD_DSM) {
command          2400 drivers/ata/sata_mv.c 	if (qc->tf.command == ATA_CMD_READ_LOG_EXT) {
command           792 drivers/ata/sata_nv.c 	cpb[idx++] = cpu_to_le16((ATA_REG_CMD    << 8) | tf->command | CMDEND);
command           547 drivers/ata/sata_promise.c 	buf[27] = qc->tf.command;
command            84 drivers/ata/sata_promise.h 	buf[i++] = tf->command;
command           420 drivers/ata/sata_rcar.c 	tf->command = sata_rcar_check_status(ap);
command           443 drivers/ata/sata_rcar.c 	DPRINTK("ata%u: cmd 0x%X\n", ap->print_id, tf->command);
command           445 drivers/ata/sata_rcar.c 	iowrite32(tf->command, ap->ioaddr.command_addr);
command           199 drivers/ata/sata_svw.c 	tf->command = k2_stat_check_status(ap);
command           383 drivers/ata/sata_via.c 	if ((qc->tf.command == ATA_CMD_PACKET) &&
command           188 drivers/ata/sata_vsc.c 	tf->command = ata_sff_check_status(ap);
command           362 drivers/atm/ambassador.c 	   lb, be32_to_cpu (lb->result), be32_to_cpu (lb->command));
command           372 drivers/atm/ambassador.c static inline void dump_command (command * cmd) {
command           541 drivers/atm/ambassador.c static int command_do (amb_dev * dev, command * cmd) {
command           544 drivers/atm/ambassador.c   command * my_slot;
command           742 drivers/atm/ambassador.c     command cmd;
command          1138 drivers/atm/ambassador.c     command cmd;
command          1172 drivers/atm/ambassador.c     command cmd;
command          1225 drivers/atm/ambassador.c     command cmd;
command          1247 drivers/atm/ambassador.c     command cmd;
command          1505 drivers/atm/ambassador.c   total += cmds * sizeof(command);
command          1529 drivers/atm/ambassador.c     command * cmd = memory;
command          1743 drivers/atm/ambassador.c   lb->command = cpu_to_be32 (cmd);
command          2023 drivers/atm/ambassador.c   command cmd;
command          2039 drivers/atm/ambassador.c   command cmd;
command           336 drivers/atm/ambassador.h   __be32 command;
command           529 drivers/atm/ambassador.h   command * start;
command           530 drivers/atm/ambassador.h   command * in;
command           531 drivers/atm/ambassador.h   command * out;
command           532 drivers/atm/ambassador.h   command * limit;
command           979 drivers/atm/he.c 	u16 command;
command          1008 drivers/atm/he.c 	if (pci_read_config_word(pci_dev, PCI_COMMAND, &command) != 0) {
command          1013 drivers/atm/he.c 	command |= (PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER | PCI_COMMAND_INVALIDATE);
command          1014 drivers/atm/he.c 	if (pci_write_config_word(pci_dev, PCI_COMMAND, command) != 0) {
command          1532 drivers/atm/he.c 	u16 command;
command          1599 drivers/atm/he.c 		pci_read_config_word(he_dev->pci_dev, PCI_COMMAND, &command);
command          1600 drivers/atm/he.c 		command &= ~(PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER);
command          1601 drivers/atm/he.c 		pci_write_config_word(he_dev->pci_dev, PCI_COMMAND, command);
command          2316 drivers/atm/iphase.c 	unsigned short command;  
command          2331 drivers/atm/iphase.c 	error = pci_read_config_word(iadev->pci, PCI_COMMAND, &command);
command          1190 drivers/atm/zatm.c 	unsigned short command;
command          1200 drivers/atm/zatm.c 	if ((error = pci_read_config_word(pci_dev,PCI_COMMAND,&command))) {
command          1206 drivers/atm/zatm.c 	    command | PCI_COMMAND_IO | PCI_COMMAND_MASTER))) {
command           576 drivers/block/drbd/drbd_main.c 	h->command = cpu_to_be16(cmd);
command           584 drivers/block/drbd/drbd_main.c 	h->command = cpu_to_be16(cmd);
command           594 drivers/block/drbd/drbd_main.c 	h->command = cpu_to_be16(cmd);
command           105 drivers/block/drbd/drbd_protocol.h 	u16	  command;
command           112 drivers/block/drbd/drbd_protocol.h 	u16	  command;
command           119 drivers/block/drbd/drbd_protocol.h 	u16	  command;
command          1165 drivers/block/drbd/drbd_receiver.c 		pi->cmd = be16_to_cpu(h->command);
command          1170 drivers/block/drbd/drbd_receiver.c 		pi->cmd = be16_to_cpu(h->command);
command          1176 drivers/block/drbd/drbd_receiver.c 		pi->cmd = be16_to_cpu(h->command);
command           608 drivers/block/mtip32xx/mtip32xx.c 			fis = (struct host_to_dev_fis *)cmd->command;
command           612 drivers/block/mtip32xx/mtip32xx.c 			    fis->command == ATA_CMD_SET_FEATURES)
command           617 drivers/block/mtip32xx/mtip32xx.c 					fis->command == ATA_CMD_FPDMA_WRITE)) {
command           620 drivers/block/mtip32xx/mtip32xx.c 					fis->command == ATA_CMD_FPDMA_WRITE ?
command           662 drivers/block/mtip32xx/mtip32xx.c 	struct mtip_cmd *command;
command           680 drivers/block/mtip32xx/mtip32xx.c 			command = mtip_cmd_from_tag(dd, tag);
command           681 drivers/block/mtip32xx/mtip32xx.c 			mtip_complete_command(command, 0);
command           851 drivers/block/mtip32xx/mtip32xx.c 	if (fis->command == ATA_CMD_SEC_ERASE_PREP) {
command           854 drivers/block/mtip32xx/mtip32xx.c 	} else if ((fis->command == ATA_CMD_DOWNLOAD_MICRO) &&
command           859 drivers/block/mtip32xx/mtip32xx.c 	} else if ((fis->command == ATA_CMD_SEC_ERASE_UNIT) ||
command           860 drivers/block/mtip32xx/mtip32xx.c 		((fis->command == 0xFC) &&
command           993 drivers/block/mtip32xx/mtip32xx.c 	if (fis->command == ATA_CMD_SEC_ERASE_PREP)
command           998 drivers/block/mtip32xx/mtip32xx.c 	if (fis->command != ATA_CMD_STANDBYNOW1) {
command          1012 drivers/block/mtip32xx/mtip32xx.c 	memcpy(int_cmd->command, fis, fis_len*4);
command          1021 drivers/block/mtip32xx/mtip32xx.c 				fis->command, int_cmd->status);
command          1029 drivers/block/mtip32xx/mtip32xx.c 				fis->command);
command          1083 drivers/block/mtip32xx/mtip32xx.c 	switch (fis->command) {
command          1141 drivers/block/mtip32xx/mtip32xx.c 	fis.command	= ATA_CMD_ID_ATA;
command          1222 drivers/block/mtip32xx/mtip32xx.c 	fis.command	= ATA_CMD_STANDBYNOW1;
command          1263 drivers/block/mtip32xx/mtip32xx.c 	fis.command	= ATA_CMD_READ_LOG_EXT;
command          1299 drivers/block/mtip32xx/mtip32xx.c 	fis.command	= ATA_CMD_SMART;
command          1458 drivers/block/mtip32xx/mtip32xx.c 				struct mtip_cmd *command,
command          1466 drivers/block/mtip32xx/mtip32xx.c 	command_sg = command->command + AHCI_CMD_TBL_HDR_SZ;
command          1468 drivers/block/mtip32xx/mtip32xx.c 	for_each_sg(command->sg, sg, nents, n) {
command          1487 drivers/block/mtip32xx/mtip32xx.c static int exec_drive_task(struct mtip_port *port, u8 *command)
command          1497 drivers/block/mtip32xx/mtip32xx.c 	fis.command	= command[0];
command          1498 drivers/block/mtip32xx/mtip32xx.c 	fis.features	= command[1];
command          1499 drivers/block/mtip32xx/mtip32xx.c 	fis.sect_count	= command[2];
command          1500 drivers/block/mtip32xx/mtip32xx.c 	fis.sector	= command[3];
command          1501 drivers/block/mtip32xx/mtip32xx.c 	fis.cyl_low	= command[4];
command          1502 drivers/block/mtip32xx/mtip32xx.c 	fis.cyl_hi	= command[5];
command          1503 drivers/block/mtip32xx/mtip32xx.c 	fis.device	= command[6] & ~0x10; /* Clear the dev bit*/
command          1509 drivers/block/mtip32xx/mtip32xx.c 		command[0],
command          1510 drivers/block/mtip32xx/mtip32xx.c 		command[1],
command          1511 drivers/block/mtip32xx/mtip32xx.c 		command[2],
command          1512 drivers/block/mtip32xx/mtip32xx.c 		command[3],
command          1513 drivers/block/mtip32xx/mtip32xx.c 		command[4],
command          1514 drivers/block/mtip32xx/mtip32xx.c 		command[5],
command          1515 drivers/block/mtip32xx/mtip32xx.c 		command[6]);
command          1528 drivers/block/mtip32xx/mtip32xx.c 	command[0] = reply->command; /* Status*/
command          1529 drivers/block/mtip32xx/mtip32xx.c 	command[1] = reply->features; /* Error*/
command          1530 drivers/block/mtip32xx/mtip32xx.c 	command[4] = reply->cyl_low;
command          1531 drivers/block/mtip32xx/mtip32xx.c 	command[5] = reply->cyl_hi;
command          1535 drivers/block/mtip32xx/mtip32xx.c 		command[0],
command          1536 drivers/block/mtip32xx/mtip32xx.c 		command[1],
command          1537 drivers/block/mtip32xx/mtip32xx.c 		command[4],
command          1538 drivers/block/mtip32xx/mtip32xx.c 		command[5]);
command          1556 drivers/block/mtip32xx/mtip32xx.c static int exec_drive_command(struct mtip_port *port, u8 *command,
command          1563 drivers/block/mtip32xx/mtip32xx.c 	int rv = 0, xfer_sz = command[3];
command          1586 drivers/block/mtip32xx/mtip32xx.c 	fis.command	= command[0];
command          1587 drivers/block/mtip32xx/mtip32xx.c 	fis.features	= command[2];
command          1588 drivers/block/mtip32xx/mtip32xx.c 	fis.sect_count	= command[3];
command          1589 drivers/block/mtip32xx/mtip32xx.c 	if (fis.command == ATA_CMD_SMART) {
command          1590 drivers/block/mtip32xx/mtip32xx.c 		fis.sector	= command[1];
command          1606 drivers/block/mtip32xx/mtip32xx.c 		command[0],
command          1607 drivers/block/mtip32xx/mtip32xx.c 		command[1],
command          1608 drivers/block/mtip32xx/mtip32xx.c 		command[2],
command          1609 drivers/block/mtip32xx/mtip32xx.c 		command[3]);
command          1625 drivers/block/mtip32xx/mtip32xx.c 	command[0] = reply->command; /* Status*/
command          1626 drivers/block/mtip32xx/mtip32xx.c 	command[1] = reply->features; /* Error*/
command          1627 drivers/block/mtip32xx/mtip32xx.c 	command[2] = reply->sect_count;
command          1633 drivers/block/mtip32xx/mtip32xx.c 		command[0],
command          1634 drivers/block/mtip32xx/mtip32xx.c 		command[1],
command          1635 drivers/block/mtip32xx/mtip32xx.c 		command[2]);
command          1640 drivers/block/mtip32xx/mtip32xx.c 				 ATA_SECT_SIZE * command[3])) {
command          1664 drivers/block/mtip32xx/mtip32xx.c static unsigned int implicit_sector(unsigned char command,
command          1670 drivers/block/mtip32xx/mtip32xx.c 	switch (command) {
command          1784 drivers/block/mtip32xx/mtip32xx.c 	fis.command	= req_task->io_ports[7];
command          1807 drivers/block/mtip32xx/mtip32xx.c 	force_single_sector = implicit_sector(fis.command, fis.features);
command          1828 drivers/block/mtip32xx/mtip32xx.c 		fis.command,
command          1837 drivers/block/mtip32xx/mtip32xx.c 	if ((fis.command == ATA_CMD_SEC_ERASE_UNIT) && outbuf &&
command          1869 drivers/block/mtip32xx/mtip32xx.c 		req_task->io_ports[7] = reply->command;
command          2057 drivers/block/mtip32xx/mtip32xx.c 			      struct mtip_cmd *command,
command          2070 drivers/block/mtip32xx/mtip32xx.c 	nents = blk_rq_map_sg(hctx->queue, rq, command->sg);
command          2071 drivers/block/mtip32xx/mtip32xx.c 	nents = dma_map_sg(&dd->pdev->dev, command->sg, nents, dma_dir);
command          2075 drivers/block/mtip32xx/mtip32xx.c 	command->scatter_ents = nents;
command          2081 drivers/block/mtip32xx/mtip32xx.c 	command->retries = MTIP_MAX_RETRIES;
command          2084 drivers/block/mtip32xx/mtip32xx.c 	fis = command->command;
command          2088 drivers/block/mtip32xx/mtip32xx.c 		fis->command = ATA_CMD_FPDMA_READ;
command          2090 drivers/block/mtip32xx/mtip32xx.c 		fis->command = ATA_CMD_FPDMA_WRITE;
command          2105 drivers/block/mtip32xx/mtip32xx.c 	fill_command_sg(dd, command, nents);
command          2107 drivers/block/mtip32xx/mtip32xx.c 	if (unlikely(command->unaligned))
command          2111 drivers/block/mtip32xx/mtip32xx.c 	hdr->ctba = cpu_to_le32(command->command_dma & 0xFFFFFFFF);
command          2113 drivers/block/mtip32xx/mtip32xx.c 		hdr->ctbau = cpu_to_le32((command->command_dma >> 16) >> 16);
command          2117 drivers/block/mtip32xx/mtip32xx.c 	command->direction = dma_dir;
command          3465 drivers/block/mtip32xx/mtip32xx.c 		command_sg = cmd->command + AHCI_CMD_TBL_HDR_SZ;
command          3511 drivers/block/mtip32xx/mtip32xx.c 	if (!cmd->command)
command          3514 drivers/block/mtip32xx/mtip32xx.c 	dma_free_coherent(&dd->pdev->dev, CMD_DMA_ALLOC_SZ, cmd->command,
command          3524 drivers/block/mtip32xx/mtip32xx.c 	cmd->command = dma_alloc_coherent(&dd->pdev->dev, CMD_DMA_ALLOC_SZ,
command          3526 drivers/block/mtip32xx/mtip32xx.c 	if (!cmd->command)
command           201 drivers/block/mtip32xx/mtip32xx.h 	unsigned char command;
command           303 drivers/block/mtip32xx/mtip32xx.h 	void *command; /* ptr to command table entry */
command          2873 drivers/block/pktcdvd.c 	switch (ctrl_cmd.command) {
command            52 drivers/block/ps3disk.c 	u8	command;
command           361 drivers/block/ps3disk.c 	ata_cmnd.command = ATA_CMD_ID_ATA;
command            47 drivers/block/rsxx/dma.c 	u8	command;
command           451 drivers/block/rsxx/dma.c 		hw_cmd_buf[ctrl->cmd.idx].command  = dma->cmd;
command           144 drivers/block/sunvdc.c 		     unsigned command, unsigned long argument)
command           149 drivers/block/sunvdc.c 	switch (command) {
command           165 drivers/block/sunvdc.c 		pr_debug(PFX "ioctl %08x not supported\n", command);
command           411 drivers/block/swim3.c 	cp->command = cpu_to_le16(cmd);
command           456 drivers/block/swim3.c 	out_le16(&cp->command, DBDMA_STOP);
command          1143 drivers/block/swim3.c 	fs->dma_cmd[1].command = cpu_to_le16(DBDMA_STOP);
command           493 drivers/block/xen-blkfront.c 		       unsigned command, unsigned long argument)
command           499 drivers/block/xen-blkfront.c 		command, (long)argument);
command           501 drivers/block/xen-blkfront.c 	switch (command) {
command           235 drivers/bluetooth/bluecard_cs.c 		unsigned char command;
command           249 drivers/bluetooth/bluecard_cs.c 			command = REG_COMMAND_TX_BUF_TWO;
command           255 drivers/bluetooth/bluecard_cs.c 			command = REG_COMMAND_TX_BUF_ONE;
command           276 drivers/bluetooth/bluecard_cs.c 		outb_p(command, iobase + REG_COMMAND);
command           121 drivers/cdrom/gdrom.c 	struct packet_command *command);
command           400 drivers/cdrom/gdrom.c 	struct packet_command *command)
command           402 drivers/cdrom/gdrom.c 	gdrom_spicommand(&command->cmd, command->buflen);
command           208 drivers/char/agp/agp.h u32 agp_collect_device_status(struct agp_bridge_data *bridge, u32 mode, u32 command);
command           209 drivers/char/agp/agp.h void agp_device_command(u32 command, bool agp_v3);
command           406 drivers/char/agp/hp-agp.c 	u32 command;
command           408 drivers/char/agp/hp-agp.c 	command = readl(hp->lba_regs+hp->lba_cap_offset+PCI_AGP_STATUS);
command           409 drivers/char/agp/hp-agp.c 	command = agp_collect_device_status(bridge, mode, command);
command           410 drivers/char/agp/hp-agp.c 	command |= 0x00000100;
command           412 drivers/char/agp/hp-agp.c 	writel(command, hp->lba_regs+hp->lba_cap_offset+PCI_AGP_COMMAND);
command           414 drivers/char/agp/hp-agp.c 	agp_device_command(command, (mode & AGP8X_MODE) != 0);
command           201 drivers/char/agp/parisc-agp.c 	u32 command;
command           203 drivers/char/agp/parisc-agp.c 	command = readl(info->lba_regs + info->lba_cap_offset + PCI_AGP_STATUS);
command           205 drivers/char/agp/parisc-agp.c 	command = agp_collect_device_status(bridge, mode, command);
command           206 drivers/char/agp/parisc-agp.c 	command |= 0x00000100;
command           208 drivers/char/agp/parisc-agp.c 	writel(command, info->lba_regs + info->lba_cap_offset + PCI_AGP_COMMAND);
command           210 drivers/char/agp/parisc-agp.c 	agp_device_command(command, (mode & AGP8X_MODE) != 0);
command            78 drivers/char/agp/sis-agp.c 	u32 command;
command            84 drivers/char/agp/sis-agp.c 	pci_read_config_dword(agp_bridge->dev, agp_bridge->capndx + PCI_AGP_STATUS, &command);
command            85 drivers/char/agp/sis-agp.c 	command = agp_collect_device_status(bridge, mode, command);
command            86 drivers/char/agp/sis-agp.c 	command |= AGPSTAT_AGP_ENABLE;
command            87 drivers/char/agp/sis-agp.c 	rate = (command & 0x7) << 2;
command            97 drivers/char/agp/sis-agp.c 		pci_write_config_dword(device, agp + PCI_AGP_COMMAND, command);
command           403 drivers/char/agp/sworks-agp.c 	u32 command;
command           407 drivers/char/agp/sworks-agp.c 			      &command);
command           409 drivers/char/agp/sworks-agp.c 	command = agp_collect_device_status(bridge, mode, command);
command           411 drivers/char/agp/sworks-agp.c 	command &= ~0x10;	/* disable FW */
command           412 drivers/char/agp/sworks-agp.c 	command &= ~0x08;
command           414 drivers/char/agp/sworks-agp.c 	command |= 0x100;
command           418 drivers/char/agp/sworks-agp.c 			       command);
command           420 drivers/char/agp/sworks-agp.c 	agp_device_command(command, false);
command           229 drivers/char/agp/uninorth-agp.c 	u32 command, scratch, status;
command           236 drivers/char/agp/uninorth-agp.c 	command = agp_collect_device_status(bridge, mode, status);
command           237 drivers/char/agp/uninorth-agp.c 	command |= PCI_AGP_COMMAND_AGP;
command           244 drivers/char/agp/uninorth-agp.c 		command &= ~AGPSTAT2_4X;
command           252 drivers/char/agp/uninorth-agp.c 		if ((command >> AGPSTAT_RQ_DEPTH_SHIFT) > 7)
command           253 drivers/char/agp/uninorth-agp.c 			command = (command & ~AGPSTAT_RQ_DEPTH)
command           263 drivers/char/agp/uninorth-agp.c 				       command);
command           274 drivers/char/agp/uninorth-agp.c 		agp_device_command(command, (status & AGPSTAT_MODE_3_0) != 0);
command           277 drivers/char/agp/uninorth-agp.c 		agp_device_command(command, false);
command           347 drivers/char/agp/uninorth-agp.c 	u32 command;
command           353 drivers/char/agp/uninorth-agp.c 	command = (long)bridge->dev_private_data;
command           355 drivers/char/agp/uninorth-agp.c 	if (!(command & PCI_AGP_COMMAND_AGP))
command           358 drivers/char/agp/uninorth-agp.c 	uninorth_agp_enable(bridge, command);
command           520 drivers/char/ipmi/ipmi_ssif.c 			int read_write, int command,
command           526 drivers/char/ipmi/ipmi_ssif.c 	ssif_info->i2c_command = command;
command          1021 drivers/char/ipmi/ipmi_ssif.c 	int command;
command          1026 drivers/char/ipmi/ipmi_ssif.c 		command = SSIF_IPMI_MULTI_PART_REQUEST_START;
command          1038 drivers/char/ipmi/ipmi_ssif.c 		command = SSIF_IPMI_REQUEST;
command          1043 drivers/char/ipmi/ipmi_ssif.c 			  command, ssif_info->data, I2C_SMBUS_BLOCK_DATA);
command           122 drivers/char/raw.c raw_ioctl(struct file *filp, unsigned int command, unsigned long arg)
command           125 drivers/char/raw.c 	return blkdev_ioctl(bdev, 0, command, arg);
command           209 drivers/char/raw.c static long raw_ctl_ioctl(struct file *filp, unsigned int command,
command           216 drivers/char/raw.c 	switch (command) {
command           491 drivers/char/sonypi.c #define wait_on_command(quiet, command, iterations) { \
command           493 drivers/char/sonypi.c 	while (--n && (command)) \
command            26 drivers/char/tb0219.c static void (*old_machine_restart)(char *command);
command           121 drivers/char/tb0219.c static inline int set_led(char command)
command           123 drivers/char/tb0219.c 	tb0219_write(TB0219_LED, command);
command           128 drivers/char/tb0219.c static inline int set_gpio_output_pin(unsigned int pin, char command)
command           133 drivers/char/tb0219.c 	if (command != '0' && command != '1')
command           138 drivers/char/tb0219.c 	if (command == '0')
command           255 drivers/char/tb0219.c static void tb0219_restart(char *command)
command            82 drivers/cpufreq/pcc-cpufreq.c 	u16 command;
command           157 drivers/cpufreq/pcc-cpufreq.c 	iowrite16(CMD_GET_FREQ, &pcch_hdr->command);
command           224 drivers/cpufreq/pcc-cpufreq.c 	iowrite16(CMD_SET_FREQ, &pcch_hdr->command);
command           465 drivers/cpufreq/pcc-cpufreq.c 		ioread16(&pcch_hdr->command), ioread16(&pcch_hdr->status),
command            64 drivers/cpufreq/speedstep-smi.c 	u32 command, result, magic, dummy;
command            68 drivers/cpufreq/speedstep-smi.c 	command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff);
command            72 drivers/cpufreq/speedstep-smi.c 			command, smi_port);
command            81 drivers/cpufreq/speedstep-smi.c 		: "a" (command), "b" (function), "c" (0), "d" (smi_port),
command           102 drivers/cpufreq/speedstep-smi.c 	u32 command, result = 0, edi, high_mhz, low_mhz, dummy;
command           111 drivers/cpufreq/speedstep-smi.c 	command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff);
command           114 drivers/cpufreq/speedstep-smi.c 			command, smi_port);
command           124 drivers/cpufreq/speedstep-smi.c 		: "a" (command),
command           150 drivers/cpufreq/speedstep-smi.c 	unsigned int result = 0, command, new_state, dummy;
command           162 drivers/cpufreq/speedstep-smi.c 	command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff);
command           166 drivers/cpufreq/speedstep-smi.c 		state, command, smi_port);
command           192 drivers/cpufreq/speedstep-smi.c 			: "a" (command), "b" (function), "c" (state),
command           342 drivers/cpufreq/speedstep-smi.c 		ist_info.signature, ist_info.command,
command           360 drivers/cpufreq/speedstep-smi.c 		smi_port = ist_info.command & 0xff;
command           365 drivers/cpufreq/speedstep-smi.c 		smi_cmd = (ist_info.command >> 16) & 0xff;
command           173 drivers/crypto/caam/desc_constr.h static inline void append_cmd(u32 * const desc, u32 command)
command           177 drivers/crypto/caam/desc_constr.h 	*cmd = cpu_to_caam32(command);
command           201 drivers/crypto/caam/desc_constr.h static inline u32 *write_cmd(u32 * const desc, u32 command)
command           203 drivers/crypto/caam/desc_constr.h 	*desc = cpu_to_caam32(command);
command           209 drivers/crypto/caam/desc_constr.h 				  u32 command)
command           211 drivers/crypto/caam/desc_constr.h 	append_cmd(desc, command | len);
command           217 drivers/crypto/caam/desc_constr.h 					 unsigned int len, u32 command)
command           219 drivers/crypto/caam/desc_constr.h 	append_cmd(desc, command);
command           220 drivers/crypto/caam/desc_constr.h 	if (!(command & (SQIN_RTO | SQIN_PRE)))
command           226 drivers/crypto/caam/desc_constr.h 				   u32 command)
command           228 drivers/crypto/caam/desc_constr.h 	append_cmd(desc, command | IMMEDIATE | len);
command           191 drivers/dma/imx-sdma.c 	u32 command :  8; /* command mostly used for channel 0 */
command           705 drivers/dma/imx-sdma.c 	bd0->mode.command = C0_SETPM;
command          1027 drivers/dma/imx-sdma.c 	bd0->mode.command = C0_SETDM;
command          1414 drivers/dma/imx-sdma.c 		bd->mode.command = 0;
command          1483 drivers/dma/imx-sdma.c 			bd->mode.command = 0;
command          1488 drivers/dma/imx-sdma.c 			bd->mode.command = 2;
command          1493 drivers/dma/imx-sdma.c 			bd->mode.command = 1;
command          1565 drivers/dma/imx-sdma.c 			bd->mode.command = 0;
command          1567 drivers/dma/imx-sdma.c 			bd->mode.command = sdmac->word_size;
command          1039 drivers/dma/ste_dma40.c 				     enum d40_command command)
command          1048 drivers/dma/ste_dma40.c 	if (command == D40_DMA_STOP) {
command          1061 drivers/dma/ste_dma40.c 	if (command == D40_DMA_SUSPEND_REQ) {
command          1071 drivers/dma/ste_dma40.c 	writel(wmask | (command << D40_CHAN_POS(d40c->phy_chan->num)),
command          1074 drivers/dma/ste_dma40.c 	if (command == D40_DMA_SUSPEND_REQ) {
command          1266 drivers/dma/ste_dma40.c __d40_execute_command_log(struct d40_chan *d40c, enum d40_command command)
command          1281 drivers/dma/ste_dma40.c 	switch (command) {
command          1294 drivers/dma/ste_dma40.c 		if (!d40_chan_has_events(d40c) && (command == D40_DMA_STOP))
command          1295 drivers/dma/ste_dma40.c 			ret = __d40_execute_command_phy(d40c, command);
command          1302 drivers/dma/ste_dma40.c 		ret = __d40_execute_command_phy(d40c, command);
command          1315 drivers/dma/ste_dma40.c 				       enum d40_command command)
command          1318 drivers/dma/ste_dma40.c 		return __d40_execute_command_log(d40c, command);
command          1320 drivers/dma/ste_dma40.c 		return __d40_execute_command_phy(d40c, command);
command            61 drivers/extcon/extcon-usbc-cros-ec.c 			      unsigned int command,
command            76 drivers/extcon/extcon-usbc-cros-ec.c 	msg->command = command;
command           263 drivers/firmware/arm_scpi.c 	__le32 command;
command           416 drivers/firmware/arm_scpi.c 		cmd = ioread32(&mem->command);
command           445 drivers/firmware/arm_scpi.c 		iowrite32(t->cmd, &mem->command);
command           371 drivers/firmware/efi/cper.c 		       pcie->command, pcie->status);
command           157 drivers/firmware/stratix10-rsu.c 			enum stratix10_svc_command_code command,
command           168 drivers/firmware/stratix10-rsu.c 	msg.command = command;
command           112 drivers/firmware/stratix10-svc.c 	u32 command;
command           295 drivers/firmware/stratix10-svc.c 	switch (p_data->command) {
command           372 drivers/firmware/stratix10-svc.c 			 (unsigned int)pdata->paddr, pdata->command,
command           375 drivers/firmware/stratix10-svc.c 		switch (pdata->command) {
command           431 drivers/firmware/stratix10-svc.c 		if (pdata->command == COMMAND_RSU_STATUS) {
command           449 drivers/firmware/stratix10-svc.c 			switch (pdata->command) {
command           469 drivers/firmware/stratix10-svc.c 			switch (pdata->command) {
command           827 drivers/firmware/stratix10-svc.c 		 p_msg->payload, p_msg->command,
command           831 drivers/firmware/stratix10-svc.c 		if (p_msg->command == COMMAND_RECONFIG) {
command           845 drivers/firmware/stratix10-svc.c 	p_data->command = p_msg->command;
command           852 drivers/firmware/stratix10-svc.c 	       (unsigned int)p_data->paddr, p_data->command,
command           181 drivers/firmware/turris-mox-rwtm.c 	msg.command = MBOX_CMD_BOARD_INFO;
command           214 drivers/firmware/turris-mox-rwtm.c 	msg.command = MBOX_CMD_ECDSA_PUB_KEY;
command           250 drivers/firmware/turris-mox-rwtm.c 	msg.command = MBOX_CMD_GET_RANDOM;
command            46 drivers/fpga/stratix10-soc.c 			    enum stratix10_svc_command_code command,
command            55 drivers/fpga/stratix10-soc.c 		__func__, command, payload, payload_length);
command            57 drivers/fpga/stratix10-soc.c 	msg.command = command;
command           474 drivers/fsi/fsi-sbefifo.c 				const __be32 *command, size_t cmd_len)
command           483 drivers/fsi/fsi-sbefifo.c 		 cmd_len, be32_to_cpu(command[1]));
command           502 drivers/fsi/fsi-sbefifo.c 			rc = sbefifo_up_write(sbefifo, *(command++));
command           611 drivers/fsi/fsi-sbefifo.c 			      const __be32 *command, size_t cmd_len,
command           615 drivers/fsi/fsi-sbefifo.c 	int rc = sbefifo_send_command(sbefifo, command, cmd_len);
command           665 drivers/fsi/fsi-sbefifo.c 			    const __be32 *command, size_t cmd_len,
command           674 drivers/fsi/fsi-sbefifo.c 	if (cmd_len < 2 || be32_to_cpu(command[0]) != cmd_len) {
command           676 drivers/fsi/fsi-sbefifo.c 			 cmd_len, be32_to_cpu(command[0]));
command           689 drivers/fsi/fsi-sbefifo.c 	rc = sbefifo_do_command(sbefifo, command, cmd_len, response);
command           715 drivers/fsi/fsi-sbefifo.c int sbefifo_submit(struct device *dev, const __be32 *command, size_t cmd_len,
command           731 drivers/fsi/fsi-sbefifo.c 	if (!resp_len || !command || !response)
command           742 drivers/fsi/fsi-sbefifo.c 	rc = __sbefifo_submit(sbefifo, command, cmd_len, &resp_iter);
command           290 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v10.c 	packet->bitfields2.command =
command           333 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v9.c 	packet->bitfields2.command =
command           320 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 	packet->bitfields2.command =
command           340 drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_ai.h 			enum mes_query_status_command_enum command:2;
command           297 drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_vi.h 			enum mes_query_status_command_enum command:2;
command            37 drivers/gpu/drm/amd/display/dc/bios/command_table.c #define EXEC_BIOS_CMD_TABLE(command, params)\
command            39 drivers/gpu/drm/amd/display/dc/bios/command_table.c 		GetIndexIntoMasterTable(COMMAND, command), \
command            42 drivers/gpu/drm/amd/display/dc/bios/command_table.c #define BIOS_CMD_TABLE_REVISION(command, frev, crev)\
command            44 drivers/gpu/drm/amd/display/dc/bios/command_table.c 		GetIndexIntoMasterTable(COMMAND, command), &frev, &crev)
command            46 drivers/gpu/drm/amd/display/dc/bios/command_table.c #define BIOS_CMD_TABLE_PARA_REVISION(command)\
command            48 drivers/gpu/drm/amd/display/dc/bios/command_table.c 		GetIndexIntoMasterTable(COMMAND, command))
command            51 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 		GET_INDEX_INTO_MASTER_TABLE(command, fname), \
command            56 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 		GET_INDEX_INTO_MASTER_TABLE(command, fname), &frev, &crev)
command            60 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 			GET_INDEX_INTO_MASTER_TABLE(command, fname))
command           721 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 	smu_input.command = GET_SMU_CLOCK_INFO_V3_1_GET_PLLVCO_FREQ;
command           356 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c 	struct i2c_command command = {
command           365 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c 			&command);
command           562 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c 		struct i2c_command command = {
command           574 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c 		command.number_of_payloads =
command           580 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c 				&command);
command           153 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c #define COMPOSE_AUX_SW_DATA_16_20(command, address) \
command           154 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 	((command) | ((0xF0000 & (address)) >> 16))
command          2439 drivers/gpu/drm/amd/include/atomfirmware.h   uint8_t  command;                    /* Indicate action: Set voltage level, enum atom_set_voltage_command */
command          2524 drivers/gpu/drm/amd/include/atomfirmware.h   uint8_t command;            // enum of atom_get_smu_clock_info_command
command          2625 drivers/gpu/drm/amd/include/atomfirmware.h   uint32_t  command:8;             //command enum of atom_dynamic_memory_setting_command
command          2633 drivers/gpu/drm/amd/include/atomfirmware.h   uint32_t  command:8;             //command enum of atom_dynamic_memory_setting_command
command            44 drivers/gpu/drm/amd/powerplay/hwmgr/common_baco.c static bool baco_cmd_handler(struct pp_hwmgr *hwmgr, u32 command, u32 reg, u32 mask,
command            51 drivers/gpu/drm/amd/powerplay/hwmgr/common_baco.c 	switch (command) {
command           502 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c 	parameters.command = GET_SMU_CLOCK_INFO_V3_1_GET_CLOCK_FREQ;
command           587 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	input.command = GET_SMU_CLOCK_INFO_V3_1_GET_CLOCK_FREQ;
command           601 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	input.command = GET_SMU_CLOCK_INFO_V3_1_GET_CLOCK_FREQ;
command           615 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	input.command = GET_SMU_CLOCK_INFO_V3_1_GET_CLOCK_FREQ;
command           629 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	input.command = GET_SMU_CLOCK_INFO_V3_1_GET_CLOCK_FREQ;
command           643 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	input.command = GET_SMU_CLOCK_INFO_V3_1_GET_CLOCK_FREQ;
command           660 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 		input.command = GET_SMU_CLOCK_INFO_V3_1_GET_CLOCK_FREQ;
command           358 drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c 		pIHReg_restore->command =
command            75 drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.h 	uint32_t command;
command           163 drivers/gpu/drm/drm_mipi_dbi.c 	ret = dbi->command(dbi, cmdbuf, data, len);
command           509 drivers/gpu/drm/drm_mipi_dbi.c 	if (!dbidev->dbi.command)
command          1113 drivers/gpu/drm/drm_mipi_dbi.c 		dbi->command = mipi_dbi_typec3_command;
command          1118 drivers/gpu/drm/drm_mipi_dbi.c 		dbi->command = mipi_dbi_typec1_command;
command           226 drivers/gpu/drm/panel/panel-truly-nt35597.c static int truly_dcs_write(struct drm_panel *panel, u32 command)
command           232 drivers/gpu/drm/panel/panel-truly-nt35597.c 		ret = mipi_dsi_dcs_write(ctx->dsi[i], command, NULL, 0);
command           236 drivers/gpu/drm/panel/panel-truly-nt35597.c 				command, i);
command           169 drivers/gpu/drm/qxl/qxl_ioctl.c 	if (!access_ok(u64_to_user_ptr(cmd->command),
command           191 drivers/gpu/drm/qxl/qxl_ioctl.c 		 u64_to_user_ptr(cmd->command), cmd->command_size);
command          2114 drivers/gpu/drm/radeon/evergreen_cs.c 		u32 command, size, info;
command          2120 drivers/gpu/drm/radeon/evergreen_cs.c 		command = radeon_get_ib_value(p, idx+4);
command          2121 drivers/gpu/drm/radeon/evergreen_cs.c 		size = command & 0x1fffff;
command          2126 drivers/gpu/drm/radeon/evergreen_cs.c 		     (command & PACKET3_CP_DMA_CMD_DAS)) || /* dst = register */
command          2128 drivers/gpu/drm/radeon/evergreen_cs.c 		     (command & PACKET3_CP_DMA_CMD_SAS))) { /* src = register */
command          2135 drivers/gpu/drm/radeon/evergreen_cs.c 		if (command & PACKET3_CP_DMA_CMD_SAS) {
command          2143 drivers/gpu/drm/radeon/evergreen_cs.c 			if (command & PACKET3_CP_DMA_CMD_SAIC) {
command          2173 drivers/gpu/drm/radeon/evergreen_cs.c 		if (command & PACKET3_CP_DMA_CMD_DAS) {
command          2182 drivers/gpu/drm/radeon/evergreen_cs.c 			if (command & PACKET3_CP_DMA_CMD_DAIC) {
command          3354 drivers/gpu/drm/radeon/evergreen_cs.c 	u32 command, info;
command          3437 drivers/gpu/drm/radeon/evergreen_cs.c 		command = ib[idx + 4];
command          3442 drivers/gpu/drm/radeon/evergreen_cs.c 		     (command & PACKET3_CP_DMA_CMD_DAS)) || /* dst = register */
command          3444 drivers/gpu/drm/radeon/evergreen_cs.c 		     (command & PACKET3_CP_DMA_CMD_SAS))) { /* src = register */
command          3446 drivers/gpu/drm/radeon/evergreen_cs.c 			if ((command & 0x1fffff) % 4) {
command          3451 drivers/gpu/drm/radeon/evergreen_cs.c 		if (command & PACKET3_CP_DMA_CMD_SAS) {
command          3455 drivers/gpu/drm/radeon/evergreen_cs.c 				if (command & PACKET3_CP_DMA_CMD_SAIC) {
command          3462 drivers/gpu/drm/radeon/evergreen_cs.c 					for (i = 0; i < (command & 0x1fffff); i++) {
command          3472 drivers/gpu/drm/radeon/evergreen_cs.c 		if (command & PACKET3_CP_DMA_CMD_DAS) {
command          3476 drivers/gpu/drm/radeon/evergreen_cs.c 				if (command & PACKET3_CP_DMA_CMD_DAIC) {
command          3483 drivers/gpu/drm/radeon/evergreen_cs.c 					for (i = 0; i < (command & 0x1fffff); i++) {
command          1779 drivers/gpu/drm/radeon/r600_cs.c 		u32 command, size;
command          1785 drivers/gpu/drm/radeon/r600_cs.c 		command = radeon_get_ib_value(p, idx+4);
command          1786 drivers/gpu/drm/radeon/r600_cs.c 		size = command & 0x1fffff;
command          1787 drivers/gpu/drm/radeon/r600_cs.c 		if (command & PACKET3_CP_DMA_CMD_SAS) {
command          1792 drivers/gpu/drm/radeon/r600_cs.c 			if (command & PACKET3_CP_DMA_CMD_SAIC) {
command          1817 drivers/gpu/drm/radeon/r600_cs.c 		if (command & PACKET3_CP_DMA_CMD_DAS) {
command          1823 drivers/gpu/drm/radeon/r600_cs.c 			if (command & PACKET3_CP_DMA_CMD_DAIC) {
command          4482 drivers/gpu/drm/radeon/si.c 	u32 command = ib[idx + 4];
command          4485 drivers/gpu/drm/radeon/si.c 	if (command & PACKET3_CP_DMA_CMD_SAS) {
command          4489 drivers/gpu/drm/radeon/si.c 			if (command & PACKET3_CP_DMA_CMD_SAIC) {
command          4496 drivers/gpu/drm/radeon/si.c 				for (i = 0; i < (command & 0x1fffff); i++) {
command          4506 drivers/gpu/drm/radeon/si.c 	if (command & PACKET3_CP_DMA_CMD_DAS) {
command          4510 drivers/gpu/drm/radeon/si.c 			if (command & PACKET3_CP_DMA_CMD_DAIC) {
command          4517 drivers/gpu/drm/radeon/si.c 				for (i = 0; i < (command & 0x1fffff); i++) {
command           421 drivers/gpu/drm/tiny/ili9225.c 	dbi->command = ili9225_dbi_command;
command           522 drivers/gpu/drm/via/via_dma.c 	uint32_t command;
command           536 drivers/gpu/drm/via/via_dma.c 	command = ((HC_SubA_HAGPCMNT << 24) | (start_addr >> 24) |
command           547 drivers/gpu/drm/via/via_dma.c 	via_write(dev_priv, VIA_REG_TRANSPACE, command);
command           554 drivers/gpu/drm/via/via_dma.c 	via_write(dev_priv, VIA_REG_TRANSPACE, command | HC_HAGPCMNT_MASK);
command           200 drivers/gpu/drm/virtio/virtgpu_ioctl.c 	buf = memdup_user(u64_to_user_ptr(exbuf->command), exbuf->size);
command            83 drivers/gpu/drm/vmwgfx/device_include/svga_escape.h    uint32 command;
command            92 drivers/gpu/drm/vmwgfx/device_include/svga_overlay.h    uint32 command;
command          1132 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c 					  const void *command,
command          1142 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c 	memcpy(cmd, command, size);
command           451 drivers/hid/hid-cp2112.c 				 u8 command, u8 *data, u8 data_length)
command           463 drivers/hid/hid-cp2112.c 	report->target_address[0] = command;
command           468 drivers/hid/hid-cp2112.c static int cp2112_write_req(void *buf, u8 slave_address, u8 command, u8 *data,
command           479 drivers/hid/hid-cp2112.c 	report->data[0] = command;
command           635 drivers/hid/hid-cp2112.c 		       unsigned short flags, char read_write, u8 command,
command           649 drivers/hid/hid-cp2112.c 		addr, flags, command, size);
command           658 drivers/hid/hid-cp2112.c 			count = cp2112_write_req(buf, addr, command, NULL,
command           666 drivers/hid/hid-cp2112.c 						      command, NULL, 0);
command           668 drivers/hid/hid-cp2112.c 			count = cp2112_write_req(buf, addr, command,
command           677 drivers/hid/hid-cp2112.c 						      command, NULL, 0);
command           679 drivers/hid/hid-cp2112.c 			count = cp2112_write_req(buf, addr, command,
command           688 drivers/hid/hid-cp2112.c 		count = cp2112_write_read_req(buf, addr, read_length, command,
command           695 drivers/hid/hid-cp2112.c 						      command, NULL, 0);
command           697 drivers/hid/hid-cp2112.c 			count = cp2112_write_req(buf, addr, command,
command           706 drivers/hid/hid-cp2112.c 						      command, NULL, 0);
command           708 drivers/hid/hid-cp2112.c 			count = cp2112_write_req(buf, addr, command,
command           718 drivers/hid/hid-cp2112.c 					      command, data->block,
command           106 drivers/hid/hid-elo.c static int elo_smartset_send_get(struct usb_device *dev, u8 command,
command           112 drivers/hid/hid-elo.c 	if (command == ELO_SEND_SMARTSET_COMMAND) {
command           115 drivers/hid/hid-elo.c 	} else if (command == ELO_GET_SMARTSET_RESPONSE) {
command           121 drivers/hid/hid-elo.c 	return usb_control_msg(dev, pipe, command,
command            64 drivers/hid/hid-google-hammer.c 	msg->command = EC_CMD_MKBP_INFO;
command          1697 drivers/hid/hid-logitech-hidpp.c 	u8 command;
command          1774 drivers/hid/hid-logitech-hidpp.c 		wd->command, wd->params, wd->size, &response);
command          1782 drivers/hid/hid-logitech-hidpp.c 	switch (wd->command) {
command          1818 drivers/hid/hid-logitech-hidpp.c static int hidpp_ff_queue_work(struct hidpp_ff_private_data *data, int effect_id, u8 command, u8 *params, u8 size)
command          1830 drivers/hid/hid-logitech-hidpp.c 	wd->command = command;
command            63 drivers/hid/hid-roccat-arvo.c 	temp_buf.command = ARVO_COMMAND_MODE_KEY;
command           113 drivers/hid/hid-roccat-arvo.c 	temp_buf.command = ARVO_COMMAND_KEY_MASK;
command           170 drivers/hid/hid-roccat-arvo.c 	temp_buf.command = ARVO_COMMAND_ACTUAL_PROFILE;
command           189 drivers/hid/hid-roccat-arvo.c 		loff_t off, size_t count, size_t real_size, uint command)
command           200 drivers/hid/hid-roccat-arvo.c 	retval = roccat_common2_send(usb_dev, command, buf, real_size);
command           208 drivers/hid/hid-roccat-arvo.c 		size_t count, size_t real_size, uint command)
command           222 drivers/hid/hid-roccat-arvo.c 	retval = roccat_common2_receive(usb_dev, command, buf, real_size);
command            15 drivers/hid/hid-roccat-arvo.h 	uint8_t command; /* ARVO_COMMAND_MODE_KEY */
command            28 drivers/hid/hid-roccat-arvo.h 	uint8_t command; /* ARVO_COMMAND_KEY_MASK */
command            34 drivers/hid/hid-roccat-arvo.h 	uint8_t command; /* ARVO_COMMAND_ACTUAL_PROFILE */
command           108 drivers/hid/hid-roccat-common.c 		uint command, void const *buf, uint size)
command           112 drivers/hid/hid-roccat-common.c 	retval = roccat_common2_send(usb_dev, command, buf, size);
command           132 drivers/hid/hid-roccat-common.c 		size_t real_size, uint command)
command           146 drivers/hid/hid-roccat-common.c 	retval = roccat_common2_receive(usb_dev, command, buf, real_size);
command           155 drivers/hid/hid-roccat-common.c 		size_t real_size, uint command)
command           166 drivers/hid/hid-roccat-common.c 	retval = roccat_common2_send_with_status(usb_dev, command, buf, real_size);
command            20 drivers/hid/hid-roccat-common.h 	uint8_t command;
command            30 drivers/hid/hid-roccat-common.h 		uint command, void const *buf, uint size);
command            42 drivers/hid/hid-roccat-common.h 		size_t real_size, uint command);
command            45 drivers/hid/hid-roccat-common.h 		size_t real_size, uint command);
command            33 drivers/hid/hid-roccat-isku.c static int isku_receive(struct usb_device *usb_dev, uint command,
command            36 drivers/hid/hid-roccat-isku.c 	return roccat_common2_receive(usb_dev, command, buf, size);
command            53 drivers/hid/hid-roccat-isku.c 	buf.command = ISKU_COMMAND_ACTUAL_PROFILE;
command           119 drivers/hid/hid-roccat-isku.c 		size_t real_size, uint command)
command           133 drivers/hid/hid-roccat-isku.c 	retval = isku_receive(usb_dev, command, buf, count);
command           141 drivers/hid/hid-roccat-isku.c 		size_t real_size, uint command)
command           152 drivers/hid/hid-roccat-isku.c 	retval = roccat_common2_send_with_status(usb_dev, command,
command            38 drivers/hid/hid-roccat-isku.h 	uint8_t command; /* ISKU_COMMAND_ACTUAL_PROFILE */
command            47 drivers/hid/hid-roccat-koneplus.c 	control.command = ROCCAT_COMMON_COMMAND_CONTROL;
command            74 drivers/hid/hid-roccat-koneplus.c 	buf.command = KONEPLUS_COMMAND_ACTUAL_PROFILE;
command            85 drivers/hid/hid-roccat-koneplus.c 		size_t real_size, uint command)
command            99 drivers/hid/hid-roccat-koneplus.c 	retval = roccat_common2_receive(usb_dev, command, buf, real_size);
command           110 drivers/hid/hid-roccat-koneplus.c 		size_t real_size, uint command)
command           121 drivers/hid/hid-roccat-koneplus.c 	retval = roccat_common2_send_with_status(usb_dev, command,
command            34 drivers/hid/hid-roccat-koneplus.h 	uint8_t command; /* KONEPLUS_COMMAND_ACTUAL_PROFILE */
command            40 drivers/hid/hid-roccat-koneplus.h 	uint8_t command; /* KONEPLUS_COMMAND_INFO */
command            56 drivers/hid/hid-roccat-kovaplus.c 	control.command = ROCCAT_COMMON_COMMAND_CONTROL;
command           117 drivers/hid/hid-roccat-kovaplus.c 	buf.command = KOVAPLUS_COMMAND_ACTUAL_PROFILE;
command           128 drivers/hid/hid-roccat-kovaplus.c 		size_t real_size, uint command)
command           142 drivers/hid/hid-roccat-kovaplus.c 	retval = roccat_common2_receive(usb_dev, command, buf, real_size);
command           153 drivers/hid/hid-roccat-kovaplus.c 		size_t real_size, uint command)
command           164 drivers/hid/hid-roccat-kovaplus.c 	retval = roccat_common2_send_with_status(usb_dev, command,
command            29 drivers/hid/hid-roccat-kovaplus.h 	uint8_t command; /* KOVAPLUS_COMMAND_ACTUAL_PROFILE */
command            35 drivers/hid/hid-roccat-kovaplus.h 	uint8_t command; /* KOVAPLUS_COMMAND_PROFILE_SETTINGS */
command            47 drivers/hid/hid-roccat-kovaplus.h 	uint8_t command; /* KOVAPLUS_COMMAND_PROFILE_BUTTONS */
command            54 drivers/hid/hid-roccat-kovaplus.h 	uint8_t command; /* KOVAPLUS_COMMAND_INFO */
command            28 drivers/hid/hid-roccat-lua.c 		size_t real_size, uint command)
command            42 drivers/hid/hid-roccat-lua.c 	retval = roccat_common2_receive(usb_dev, command, buf, real_size);
command            50 drivers/hid/hid-roccat-lua.c 		size_t real_size, uint command)
command            61 drivers/hid/hid-roccat-lua.c 	retval = roccat_common2_send(usb_dev, command, buf, real_size);
command            51 drivers/hid/hid-roccat-pyra.c 	control.command = ROCCAT_COMMON_COMMAND_CONTROL;
command            88 drivers/hid/hid-roccat-pyra.c 		size_t real_size, uint command)
command           102 drivers/hid/hid-roccat-pyra.c 	retval = roccat_common2_receive(usb_dev, command, buf, real_size);
command           113 drivers/hid/hid-roccat-pyra.c 		size_t real_size, uint command)
command           124 drivers/hid/hid-roccat-pyra.c 	retval = roccat_common2_send_with_status(usb_dev, command, (void *)buf, real_size);
command            28 drivers/hid/hid-roccat-pyra.h 	uint8_t command; /* PYRA_COMMAND_SETTINGS */
command            34 drivers/hid/hid-roccat-pyra.h 	uint8_t command; /* PYRA_COMMAND_PROFILE_SETTINGS */
command            49 drivers/hid/hid-roccat-pyra.h 	uint8_t command; /* PYRA_COMMAND_INFO */
command           211 drivers/hid/i2c-hid/i2c-hid-core.c 		const struct i2c_hid_cmd *command, u8 reportID,
command           216 drivers/hid/i2c-hid/i2c-hid-core.c 	union command *cmd = (union command *)ihid->cmdbuf;
command           221 drivers/hid/i2c-hid/i2c-hid-core.c 	int length = command->length;
command           222 drivers/hid/i2c-hid/i2c-hid-core.c 	bool wait = command->wait;
command           223 drivers/hid/i2c-hid/i2c-hid-core.c 	unsigned int registerIndex = command->registerIndex;
command           226 drivers/hid/i2c-hid/i2c-hid-core.c 	if (command == &hid_descr_cmd) {
command           234 drivers/hid/i2c-hid/i2c-hid-core.c 		cmd->c.opcode = command->opcode;
command           285 drivers/hid/i2c-hid/i2c-hid-core.c 		const struct i2c_hid_cmd *command,
command           288 drivers/hid/i2c-hid/i2c-hid-core.c 	return __i2c_hid_command(client, command, 0, 0, NULL, 0,
command           589 drivers/hid/i2c-hid/i2c-hid-core.c 	ihid->cmdbuf = kzalloc(sizeof(union command) + args_len, GFP_KERNEL);
command           105 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 	u8 command;
command           289 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 		out_hdr->command & CMD_MASK,
command           290 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 		out_hdr->command & IS_RESPONSE ? 1 : 0,
command           312 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 			out_hdr->command & CMD_MASK);
command           376 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 		hdr->command & CMD_MASK,
command           377 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 		hdr->command & IS_RESPONSE ? 1 : 0,
command           380 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 	if (((hdr->command & CMD_MASK) != LOADER_CMD_XFER_QUERY) &&
command           381 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 	    ((hdr->command & CMD_MASK) != LOADER_CMD_XFER_FRAGMENT) &&
command           382 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 	    ((hdr->command & CMD_MASK) != LOADER_CMD_START)) {
command           385 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 			hdr->command & CMD_MASK);
command           399 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 	if (!(hdr->command & IS_RESPONSE)) {
command           474 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 	ldr_xfer_query.hdr.command = LOADER_CMD_XFER_QUERY;
command           564 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 	ldr_xfer_ipc_frag->fragment.hdr.command = LOADER_CMD_XFER_FRAGMENT;
command           672 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 	ldr_xfer_dma_frag.fragment.hdr.command = LOADER_CMD_XFER_FRAGMENT;
command           748 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 	ldr_start.hdr.command = LOADER_CMD_START;
command            41 drivers/hid/intel-ish-hid/ishtp-hid-client.c 		recv_msg->hdr.command, client_data->bad_recv_cnt,
command            46 drivers/hid/intel-ish-hid/ishtp-hid-client.c 		recv_msg->hdr.command & ~CMD_MASK);
command           104 drivers/hid/intel-ish-hid/ishtp-hid-client.c 				__func__, recv_msg->hdr.command & CMD_MASK);
command           106 drivers/hid/intel-ish-hid/ishtp-hid-client.c 		switch (recv_msg->hdr.command & CMD_MASK) {
command           108 drivers/hid/intel-ish-hid/ishtp-hid-client.c 			if ((!(recv_msg->hdr.command & ~CMD_MASK) ||
command           157 drivers/hid/intel-ish-hid/ishtp-hid-client.c 			if ((!(recv_msg->hdr.command & ~CMD_MASK) ||
command           182 drivers/hid/intel-ish-hid/ishtp-hid-client.c 			if ((!(recv_msg->hdr.command & ~CMD_MASK) ||
command           380 drivers/hid/intel-ish-hid/ishtp-hid-client.c 	msg->hdr.command = HOSTIF_SET_FEATURE_REPORT;
command           424 drivers/hid/intel-ish-hid/ishtp-hid-client.c 	msg.hdr.command = (report_type == HID_FEATURE_REPORT) ?
command           492 drivers/hid/intel-ish-hid/ishtp-hid-client.c 	msg.hdr.command = HOSTIF_DM_ENUM_DEVICES;
command           548 drivers/hid/intel-ish-hid/ishtp-hid-client.c 	msg.hdr.command = HOSTIF_GET_HID_DESCRIPTOR;
command           595 drivers/hid/intel-ish-hid/ishtp-hid-client.c 	msg.hdr.command = HOSTIF_GET_REPORT_DESCRIPTOR;
command            30 drivers/hid/intel-ish-hid/ishtp-hid.h 	uint8_t	command; /* Bit 7: is_response */
command           130 drivers/hwmon/lineage-pem.c static int pem_read_block(struct i2c_client *client, u8 command, u8 *data,
command           136 drivers/hwmon/lineage-pem.c 	result = i2c_smbus_read_block_data(client, command, block_buffer);
command           107 drivers/hwmon/pmbus/max31785.c 	int command;
command           113 drivers/hwmon/pmbus/max31785.c 	command = pmbus_read_word_data(client, page, PMBUS_FAN_COMMAND_1);
command           114 drivers/hwmon/pmbus/max31785.c 	if (command < 0)
command           115 drivers/hwmon/pmbus/max31785.c 		return command;
command           118 drivers/hwmon/pmbus/max31785.c 		return (command >= 0x8000) ? 3 : 2;
command           120 drivers/hwmon/pmbus/max31785.c 	if (command >= 0x8000)
command           122 drivers/hwmon/pmbus/max31785.c 	else if (command >= 0x2711)
command           468 drivers/hwmon/pmbus/pmbus.h 		     u8 config, u8 mask, u16 command);
command           265 drivers/hwmon/pmbus/pmbus_core.c 		     u8 config, u8 mask, u16 command)
command           285 drivers/hwmon/pmbus/pmbus_core.c 				      pmbus_fan_command_registers[id], command);
command           520 drivers/hwmon/sht15.c 			     int command,
command           526 drivers/hwmon/sht15.c 	ret = sht15_send_cmd(data, command);
command           135 drivers/hwmon/sht3x.c 	const unsigned char *command;
command           171 drivers/hwmon/sht3x.c 				   const char *command,
command           177 drivers/hwmon/sht3x.c 	ret = i2c_master_send(client, command, SHT3X_CMD_LENGTH);
command           239 drivers/hwmon/sht3x.c 		ret = sht3x_read_from_command(client, data, data->command, buf,
command           442 drivers/hwmon/sht3x.c 		data->command = sht3x_cmd_measure_periodic_mode;
command           445 drivers/hwmon/sht3x.c 		data->command = data->setup.high_precision ?
command           451 drivers/hwmon/sht3x.c 			data->command = sht3x_cmd_measure_nonblocking_hpm;
command           454 drivers/hwmon/sht3x.c 			data->command = sht3x_cmd_measure_nonblocking_lpm;
command           565 drivers/hwmon/sht3x.c 	const char *command;
command           599 drivers/hwmon/sht3x.c 			command = periodic_measure_commands_hpm[mode - 1];
command           601 drivers/hwmon/sht3x.c 			command = periodic_measure_commands_lpm[mode - 1];
command           604 drivers/hwmon/sht3x.c 		ret = i2c_master_send(client, command, SHT3X_CMD_LENGTH);
command            60 drivers/hwmon/shtc1.c 	const unsigned char *command;
command            74 drivers/hwmon/shtc1.c 	int ret = i2c_master_send(client, data->command, SHTC1_CMD_LENGTH);
command           172 drivers/hwmon/shtc1.c 		data->command = data->setup.blocking_io ?
command           179 drivers/hwmon/shtc1.c 		data->command = data->setup.blocking_io ?
command           147 drivers/hwmon/xgene-hwmon.c 	WRITE_ONCE(generic_comm_base->command,
command           342 drivers/i2c/busses/i2c-ali1535.c 			  unsigned short flags, char read_write, u8 command,
command           377 drivers/i2c/busses/i2c-ali1535.c 			outb_p(command, SMBHSTCMD);
command           384 drivers/i2c/busses/i2c-ali1535.c 		outb_p(command, SMBHSTCMD);
command           393 drivers/i2c/busses/i2c-ali1535.c 		outb_p(command, SMBHSTCMD);
command           404 drivers/i2c/busses/i2c-ali1535.c 		outb_p(command, SMBHSTCMD);
command           333 drivers/i2c/busses/i2c-ali15x3.c 		   unsigned short flags, char read_write, u8 command,
command           364 drivers/i2c/busses/i2c-ali15x3.c 			outb_p(command, SMBHSTCMD);
command           370 drivers/i2c/busses/i2c-ali15x3.c 		outb_p(command, SMBHSTCMD);
command           378 drivers/i2c/busses/i2c-ali15x3.c 		outb_p(command, SMBHSTCMD);
command           388 drivers/i2c/busses/i2c-ali15x3.c 		outb_p(command, SMBHSTCMD);
command            40 drivers/i2c/busses/i2c-amd756-s4882.c 			       u8 command, int size,
command            53 drivers/i2c/busses/i2c-amd756-s4882.c 					      command, size, data);
command            68 drivers/i2c/busses/i2c-amd756-s4882.c 					u8 command, int size,
command            93 drivers/i2c/busses/i2c-amd756-s4882.c 					      command, size, data);
command           102 drivers/i2c/busses/i2c-amd756-s4882.c 			       u8 command, int size,
command           106 drivers/i2c/busses/i2c-amd756-s4882.c 	return amd756_access_channel(adap, addr, flags, read_write, command,
command           112 drivers/i2c/busses/i2c-amd756-s4882.c 			       u8 command, int size,
command           116 drivers/i2c/busses/i2c-amd756-s4882.c 	return amd756_access_channel(adap, addr, flags, read_write, command,
command           122 drivers/i2c/busses/i2c-amd756-s4882.c 			       u8 command, int size,
command           126 drivers/i2c/busses/i2c-amd756-s4882.c 	return amd756_access_channel(adap, addr, flags, read_write, command,
command           132 drivers/i2c/busses/i2c-amd756-s4882.c 			       u8 command, int size,
command           136 drivers/i2c/busses/i2c-amd756-s4882.c 	return amd756_access_channel(adap, addr, flags, read_write, command,
command           183 drivers/i2c/busses/i2c-amd756.c 		  u8 command, int size, union i2c_smbus_data * data)
command           198 drivers/i2c/busses/i2c-amd756.c 			outb_p(command, SMB_HOST_DATA);
command           204 drivers/i2c/busses/i2c-amd756.c 		outb_p(command, SMB_HOST_COMMAND);
command           212 drivers/i2c/busses/i2c-amd756.c 		outb_p(command, SMB_HOST_COMMAND);
command           220 drivers/i2c/busses/i2c-amd756.c 		outb_p(command, SMB_HOST_COMMAND);
command           190 drivers/i2c/busses/i2c-amd8111.c 		unsigned short flags, char read_write, u8 command, int size,
command           210 drivers/i2c/busses/i2c-amd8111.c 						      command);
command           218 drivers/i2c/busses/i2c-amd8111.c 			status = amd_ec_write(smbus, AMD_SMB_CMD, command);
command           231 drivers/i2c/busses/i2c-amd8111.c 			status = amd_ec_write(smbus, AMD_SMB_CMD, command);
command           248 drivers/i2c/busses/i2c-amd8111.c 			status = amd_ec_write(smbus, AMD_SMB_CMD, command);
command           271 drivers/i2c/busses/i2c-amd8111.c 			status = amd_ec_write(smbus, AMD_SMB_CMD, command);
command           289 drivers/i2c/busses/i2c-amd8111.c 			status = amd_ec_write(smbus, AMD_SMB_CMD, command);
command           307 drivers/i2c/busses/i2c-amd8111.c 			status = amd_ec_write(smbus, AMD_SMB_CMD, command);
command           178 drivers/i2c/busses/i2c-aspeed.c 	u32 command;
command           181 drivers/i2c/busses/i2c-aspeed.c 	command = readl(bus->base + ASPEED_I2C_CMD_REG);
command           183 drivers/i2c/busses/i2c-aspeed.c 	if (command & ASPEED_I2CD_SDA_LINE_STS) {
command           185 drivers/i2c/busses/i2c-aspeed.c 		if (command & ASPEED_I2CD_SCL_LINE_STS)
command           188 drivers/i2c/busses/i2c-aspeed.c 			command);
command           209 drivers/i2c/busses/i2c-aspeed.c 			command);
command           245 drivers/i2c/busses/i2c-aspeed.c 	u32 command, irq_handled = 0;
command           252 drivers/i2c/busses/i2c-aspeed.c 	command = readl(bus->base + ASPEED_I2C_CMD_REG);
command           265 drivers/i2c/busses/i2c-aspeed.c 		irq_status, command);
command           341 drivers/i2c/busses/i2c-aspeed.c 	u32 command = ASPEED_I2CD_M_START_CMD | ASPEED_I2CD_M_TX_CMD;
command           361 drivers/i2c/busses/i2c-aspeed.c 		command |= ASPEED_I2CD_M_RX_CMD;
command           364 drivers/i2c/busses/i2c-aspeed.c 			command |= ASPEED_I2CD_M_S_RX_CMD_LAST;
command           368 drivers/i2c/busses/i2c-aspeed.c 	writel(command, bus->base + ASPEED_I2C_CMD_REG);
command           404 drivers/i2c/busses/i2c-aspeed.c 	u32 irq_handled = 0, command = 0;
command           547 drivers/i2c/busses/i2c-aspeed.c 			command = ASPEED_I2CD_M_RX_CMD;
command           549 drivers/i2c/busses/i2c-aspeed.c 				command |= ASPEED_I2CD_M_S_RX_CMD_LAST;
command           550 drivers/i2c/busses/i2c-aspeed.c 			writel(command, bus->base + ASPEED_I2C_CMD_REG);
command           171 drivers/i2c/busses/i2c-cbus-gpio.c 			       u8			command,
command           182 drivers/i2c/busses/i2c-cbus-gpio.c 			    command, data->word);
command           123 drivers/i2c/busses/i2c-cht-wc.c 				      u8 command, int size,
command           144 drivers/i2c/busses/i2c-cht-wc.c 	ret = regmap_write(adap->regmap, CHT_WC_I2C_REG_OFFSET, command);
command           210 drivers/i2c/busses/i2c-cros-ec-tunnel.c 	msg->command = EC_CMD_I2C_PASSTHRU;
command           166 drivers/i2c/busses/i2c-diolan-u2c.c static int diolan_usb_cmd(struct i2c_diolan_u2c *dev, u8 command, bool flush)
command           168 drivers/i2c/busses/i2c-diolan-u2c.c 	dev->obuffer[dev->olen++] = command;
command           174 drivers/i2c/busses/i2c-diolan-u2c.c static int diolan_usb_cmd_data(struct i2c_diolan_u2c *dev, u8 command, u8 data,
command           177 drivers/i2c/busses/i2c-diolan-u2c.c 	dev->obuffer[dev->olen++] = command;
command           184 drivers/i2c/busses/i2c-diolan-u2c.c static int diolan_usb_cmd_data2(struct i2c_diolan_u2c *dev, u8 command, u8 d1,
command           187 drivers/i2c/busses/i2c-diolan-u2c.c 	dev->obuffer[dev->olen++] = command;
command           112 drivers/i2c/busses/i2c-highlander.c 				   u8 command, int len)
command           115 drivers/i2c/busses/i2c-highlander.c 	u16 cmd = (command << 8) | command;
command           119 drivers/i2c/busses/i2c-highlander.c 			cmd = command << 8;
command           277 drivers/i2c/busses/i2c-highlander.c 				  u8 command, int size,
command           286 drivers/i2c/busses/i2c-highlander.c 		addr, command, read_write, size);
command           337 drivers/i2c/busses/i2c-highlander.c 	highlander_i2c_command(dev, command, dev->buf_len);
command           515 drivers/i2c/busses/i2c-i801.c 					   char read_write, int command,
command           522 drivers/i2c/busses/i2c-i801.c 	switch (command) {
command           548 drivers/i2c/busses/i2c-i801.c 	    command == I2C_SMBUS_BLOCK_PROC_CALL) {
command           677 drivers/i2c/busses/i2c-i801.c 					       char read_write, int command,
command           686 drivers/i2c/busses/i2c-i801.c 	if (command == I2C_SMBUS_BLOCK_PROC_CALL)
command           700 drivers/i2c/busses/i2c-i801.c 	if (command == I2C_SMBUS_I2C_BLOCK_DATA &&
command           742 drivers/i2c/busses/i2c-i801.c 		 && command != I2C_SMBUS_I2C_BLOCK_DATA) {
command           785 drivers/i2c/busses/i2c-i801.c 				  int command, int hwpec)
command           790 drivers/i2c/busses/i2c-i801.c 	if (command == I2C_SMBUS_I2C_BLOCK_DATA) {
command           804 drivers/i2c/busses/i2c-i801.c 	 || command == I2C_SMBUS_I2C_BLOCK_DATA) {
command           817 drivers/i2c/busses/i2c-i801.c 	 && command != I2C_SMBUS_I2C_BLOCK_DATA
command           821 drivers/i2c/busses/i2c-i801.c 							 command, hwpec);
command           825 drivers/i2c/busses/i2c-i801.c 							     command, hwpec);
command           827 drivers/i2c/busses/i2c-i801.c 	if (command == I2C_SMBUS_I2C_BLOCK_DATA
command           837 drivers/i2c/busses/i2c-i801.c 		       unsigned short flags, char read_write, u8 command,
command           867 drivers/i2c/busses/i2c-i801.c 			outb_p(command, SMBHSTCMD(priv));
command           873 drivers/i2c/busses/i2c-i801.c 		outb_p(command, SMBHSTCMD(priv));
command           881 drivers/i2c/busses/i2c-i801.c 		outb_p(command, SMBHSTCMD(priv));
command           891 drivers/i2c/busses/i2c-i801.c 		outb_p(command, SMBHSTCMD(priv));
command           908 drivers/i2c/busses/i2c-i801.c 			outb_p(command, SMBHSTDAT1(priv));
command           910 drivers/i2c/busses/i2c-i801.c 			outb_p(command, SMBHSTCMD(priv));
command           919 drivers/i2c/busses/i2c-i801.c 		outb_p(command, SMBHSTCMD(priv));
command           140 drivers/i2c/busses/i2c-isch.c 		 u8 command, int size, union i2c_smbus_data *data)
command           173 drivers/i2c/busses/i2c-isch.c 			outb(command, SMBHSTCMD);
command           178 drivers/i2c/busses/i2c-isch.c 		outb(command, SMBHSTCMD);
command           185 drivers/i2c/busses/i2c-isch.c 		outb(command, SMBHSTCMD);
command           194 drivers/i2c/busses/i2c-isch.c 		outb(command, SMBHSTCMD);
command           389 drivers/i2c/busses/i2c-ismt.c 		       unsigned short flags, char read_write, u8 command,
command           434 drivers/i2c/busses/i2c-ismt.c 			desc->wr_len_cmd = command;
command           454 drivers/i2c/busses/i2c-ismt.c 			dma_buffer[0] = command;
command           460 drivers/i2c/busses/i2c-ismt.c 			desc->wr_len_cmd = command;
command           474 drivers/i2c/busses/i2c-ismt.c 			dma_buffer[0] = command;
command           480 drivers/i2c/busses/i2c-ismt.c 			desc->wr_len_cmd = command;
command           494 drivers/i2c/busses/i2c-ismt.c 		dma_buffer[0] = command;
command           507 drivers/i2c/busses/i2c-ismt.c 			dma_buffer[0] = command;
command           515 drivers/i2c/busses/i2c-ismt.c 			desc->wr_len_cmd = command;
command           535 drivers/i2c/busses/i2c-ismt.c 			dma_buffer[0] = command;
command           543 drivers/i2c/busses/i2c-ismt.c 			desc->wr_len_cmd = command;
command            38 drivers/i2c/busses/i2c-nforce2-s4985.c 				u8 command, int size,
command            50 drivers/i2c/busses/i2c-nforce2-s4985.c 						command, size, data);
command            64 drivers/i2c/busses/i2c-nforce2-s4985.c 					 u8 command, int size,
command            88 drivers/i2c/busses/i2c-nforce2-s4985.c 						command, size, data);
command            97 drivers/i2c/busses/i2c-nforce2-s4985.c 				u8 command, int size,
command           101 drivers/i2c/busses/i2c-nforce2-s4985.c 	return nforce2_access_channel(adap, addr, flags, read_write, command,
command           107 drivers/i2c/busses/i2c-nforce2-s4985.c 				u8 command, int size,
command           111 drivers/i2c/busses/i2c-nforce2-s4985.c 	return nforce2_access_channel(adap, addr, flags, read_write, command,
command           117 drivers/i2c/busses/i2c-nforce2-s4985.c 				u8 command, int size,
command           121 drivers/i2c/busses/i2c-nforce2-s4985.c 	return nforce2_access_channel(adap, addr, flags, read_write, command,
command           127 drivers/i2c/busses/i2c-nforce2-s4985.c 				u8 command, int size,
command           131 drivers/i2c/busses/i2c-nforce2-s4985.c 	return nforce2_access_channel(adap, addr, flags, read_write, command,
command           180 drivers/i2c/busses/i2c-nforce2.c 		u8 command, int size, union i2c_smbus_data *data)
command           199 drivers/i2c/busses/i2c-nforce2.c 			outb_p(command, NVIDIA_SMB_CMD);
command           204 drivers/i2c/busses/i2c-nforce2.c 		outb_p(command, NVIDIA_SMB_CMD);
command           211 drivers/i2c/busses/i2c-nforce2.c 		outb_p(command, NVIDIA_SMB_CMD);
command           220 drivers/i2c/busses/i2c-nforce2.c 		outb_p(command, NVIDIA_SMB_CMD);
command           114 drivers/i2c/busses/i2c-opal.c 			       u8 command, int size, union i2c_smbus_data *data)
command           136 drivers/i2c/busses/i2c-opal.c 		req.subaddr = cpu_to_be32(command);
command           148 drivers/i2c/busses/i2c-opal.c 		req.subaddr = cpu_to_be32(command);
command           156 drivers/i2c/busses/i2c-opal.c 		req.subaddr = cpu_to_be32(command);
command           167 drivers/i2c/busses/i2c-pasemi.c 		u16 addr, unsigned short flags, char read_write, u8 command,
command           191 drivers/i2c/busses/i2c-pasemi.c 			TXFIFO_WR(smbus, MTXFIFO_STOP | command);
command           195 drivers/i2c/busses/i2c-pasemi.c 		TXFIFO_WR(smbus, command);
command           205 drivers/i2c/busses/i2c-pasemi.c 		TXFIFO_WR(smbus, command);
command           216 drivers/i2c/busses/i2c-pasemi.c 		TXFIFO_WR(smbus, command);
command           236 drivers/i2c/busses/i2c-pasemi.c 		TXFIFO_WR(smbus, command);
command           246 drivers/i2c/busses/i2c-pasemi.c 		TXFIFO_WR(smbus, command);
command           516 drivers/i2c/busses/i2c-piix4.c 		 u8 command, int size, union i2c_smbus_data * data)
command           533 drivers/i2c/busses/i2c-piix4.c 			outb_p(command, SMBHSTCMD);
command           539 drivers/i2c/busses/i2c-piix4.c 		outb_p(command, SMBHSTCMD);
command           547 drivers/i2c/busses/i2c-piix4.c 		outb_p(command, SMBHSTCMD);
command           557 drivers/i2c/busses/i2c-piix4.c 		outb_p(command, SMBHSTCMD);
command           675 drivers/i2c/busses/i2c-piix4.c 		 u8 command, int size, union i2c_smbus_data *data)
command           750 drivers/i2c/busses/i2c-piix4.c 			      command, size, data);
command            32 drivers/i2c/busses/i2c-powermac.c 					u8			command,
command            52 drivers/i2c/busses/i2c-powermac.c 		subaddr = command;
command            82 drivers/i2c/busses/i2c-scmi.c 		   char read_write, u8 command, int size,
command           102 drivers/i2c/busses/i2c-scmi.c 		command = 0;
command           119 drivers/i2c/busses/i2c-scmi.c 			command = 0;
command           178 drivers/i2c/busses/i2c-scmi.c 	mt_params[2].integer.value = command;
command            29 drivers/i2c/busses/i2c-sibyte.c 		      u8 command, int size, union i2c_smbus_data * data)
command            50 drivers/i2c/busses/i2c-sibyte.c 			csr_out32(V_SMB_CMD(command), SMB_CSR(adap, R_SMB_CMD));
command            56 drivers/i2c/busses/i2c-sibyte.c 		csr_out32(V_SMB_CMD(command), SMB_CSR(adap, R_SMB_CMD));
command            69 drivers/i2c/busses/i2c-sibyte.c 		csr_out32(V_SMB_CMD(command), SMB_CSR(adap, R_SMB_CMD));
command           280 drivers/i2c/busses/i2c-sis5595.c 			  u8 command, int size, union i2c_smbus_data *data)
command           292 drivers/i2c/busses/i2c-sis5595.c 			sis5595_write(SMB_CMD, command);
command           297 drivers/i2c/busses/i2c-sis5595.c 		sis5595_write(SMB_CMD, command);
command           305 drivers/i2c/busses/i2c-sis5595.c 		sis5595_write(SMB_CMD, command);
command           325 drivers/i2c/busses/i2c-sis630.c 			 u8 command, int size, union i2c_smbus_data *data)
command           339 drivers/i2c/busses/i2c-sis630.c 			sis630_write(SMB_CMD, command);
command           345 drivers/i2c/busses/i2c-sis630.c 		sis630_write(SMB_CMD, command);
command           354 drivers/i2c/busses/i2c-sis630.c 		sis630_write(SMB_CMD, command);
command           365 drivers/i2c/busses/i2c-sis630.c 		sis630_write(SMB_CMD, command);
command           152 drivers/i2c/busses/i2c-sis96x.c 			 u8 command, int size, union i2c_smbus_data * data)
command           165 drivers/i2c/busses/i2c-sis96x.c 			sis96x_write(SMB_CMD, command);
command           171 drivers/i2c/busses/i2c-sis96x.c 		sis96x_write(SMB_CMD, command);
command           180 drivers/i2c/busses/i2c-sis96x.c 		sis96x_write(SMB_CMD, command);
command           859 drivers/i2c/busses/i2c-stm32f7.c 				      unsigned short flags, u8 command,
command           883 drivers/i2c/busses/i2c-stm32f7.c 	f7_msg->smbus_buf[0] = command;
command          1598 drivers/i2c/busses/i2c-stm32f7.c 				  u8 command, int size,
command          1621 drivers/i2c/busses/i2c-stm32f7.c 	ret = stm32f7_i2c_smbus_xfer_msg(i2c_dev, flags, command, data);
command           119 drivers/i2c/busses/i2c-sun6i-p2wi.c 			   u8 command, int size, union i2c_smbus_data *data)
command           132 drivers/i2c/busses/i2c-sun6i-p2wi.c 	writel(command, p2wi->regs + P2WI_DADDR0);
command            59 drivers/i2c/busses/i2c-taos-evm.c 			   unsigned short flags, char read_write, u8 command,
command            78 drivers/i2c/busses/i2c-taos-evm.c 			sprintf(p, "$#%02X", command);
command            84 drivers/i2c/busses/i2c-taos-evm.c 			sprintf(p, "$%02X#%02X", command, data->byte);
command            86 drivers/i2c/busses/i2c-taos-evm.c 			sprintf(p, "$%02X", command);
command           191 drivers/i2c/busses/i2c-viapro.c 		unsigned short flags, char read_write, u8 command,
command           203 drivers/i2c/busses/i2c-viapro.c 			outb_p(command, SMBHSTCMD);
command           207 drivers/i2c/busses/i2c-viapro.c 		outb_p(command, SMBHSTCMD);
command           213 drivers/i2c/busses/i2c-viapro.c 		outb_p(command, SMBHSTCMD);
command           221 drivers/i2c/busses/i2c-viapro.c 		outb_p(command, SMBHSTCMD);
command           233 drivers/i2c/busses/i2c-viapro.c 		outb_p(command, SMBHSTCMD);
command           188 drivers/i2c/busses/i2c-xgene-slimpro.c 	WRITE_ONCE(generic_comm_base->command,
command           338 drivers/i2c/busses/i2c-xgene-slimpro.c 				  u8 command, int size,
command           353 drivers/i2c/busses/i2c-xgene-slimpro.c 			ret = slimpro_i2c_wr(ctx, addr, command, SMBUS_CMD_LEN,
command           360 drivers/i2c/busses/i2c-xgene-slimpro.c 			ret = slimpro_i2c_rd(ctx, addr, command, SMBUS_CMD_LEN,
command           366 drivers/i2c/busses/i2c-xgene-slimpro.c 			ret = slimpro_i2c_wr(ctx, addr, command, SMBUS_CMD_LEN,
command           373 drivers/i2c/busses/i2c-xgene-slimpro.c 			ret = slimpro_i2c_rd(ctx, addr, command, SMBUS_CMD_LEN,
command           379 drivers/i2c/busses/i2c-xgene-slimpro.c 			ret = slimpro_i2c_wr(ctx, addr, command, SMBUS_CMD_LEN,
command           386 drivers/i2c/busses/i2c-xgene-slimpro.c 			ret = slimpro_i2c_blkrd(ctx, addr, command,
command           394 drivers/i2c/busses/i2c-xgene-slimpro.c 			ret = slimpro_i2c_blkwr(ctx, addr, command,
command           404 drivers/i2c/busses/i2c-xgene-slimpro.c 						command,
command           411 drivers/i2c/busses/i2c-xgene-slimpro.c 			ret = slimpro_i2c_blkwr(ctx, addr, command,
command           325 drivers/i2c/busses/i2c-zx2967.c 			  char read_write, u8 command, int size,
command           340 drivers/i2c/busses/i2c-zx2967.c 		zx2967_i2c_writel(i2c, command, REG_DATA);
command           343 drivers/i2c/busses/i2c-zx2967.c 		zx2967_i2c_writel(i2c, command, REG_DATA);
command           348 drivers/i2c/busses/i2c-zx2967.c 		zx2967_i2c_writel(i2c, command, REG_DATA);
command           425 drivers/i2c/busses/i2c-zx2967.c 			     u8 command, int size, union i2c_smbus_data *data)
command           438 drivers/i2c/busses/i2c-zx2967.c 					  command, size, data);
command            73 drivers/i2c/busses/scx200_acb.c 	u8 command;
command           144 drivers/i2c/busses/scx200_acb.c 		outb(iface->command, ACBSDA);
command           270 drivers/i2c/busses/scx200_acb.c 				 char rw, u8 command, int size,
command           287 drivers/i2c/busses/scx200_acb.c 		buffer = rw ? &data->byte : &command;
command           314 drivers/i2c/busses/scx200_acb.c 		size, address, command, len, rw);
command           324 drivers/i2c/busses/scx200_acb.c 	iface->command = command;
command           586 drivers/i2c/i2c-core-acpi.c i2c_acpi_space_handler(u32 function, acpi_physical_address command,
command           638 drivers/i2c/i2c-core-acpi.c 			status = i2c_smbus_read_byte_data(client, command);
command           644 drivers/i2c/i2c-core-acpi.c 			status = i2c_smbus_write_byte_data(client, command,
command           651 drivers/i2c/i2c-core-acpi.c 			status = i2c_smbus_read_word_data(client, command);
command           657 drivers/i2c/i2c-core-acpi.c 			status = i2c_smbus_write_word_data(client, command,
command           664 drivers/i2c/i2c-core-acpi.c 			status = i2c_smbus_read_block_data(client, command,
command           671 drivers/i2c/i2c-core-acpi.c 			status = i2c_smbus_write_block_data(client, command,
command           678 drivers/i2c/i2c-core-acpi.c 			status = acpi_gsb_i2c_read_bytes(client, command,
command           681 drivers/i2c/i2c-core-acpi.c 			status = acpi_gsb_i2c_write_bytes(client, command,
command          1804 drivers/i2c/i2c-core-base.c 	if (driver->command)
command          1805 drivers/i2c/i2c-core-base.c 		driver->command(client, arg->cmd, arg->arg);
command           128 drivers/i2c/i2c-core-smbus.c s32 i2c_smbus_read_byte_data(const struct i2c_client *client, u8 command)
command           134 drivers/i2c/i2c-core-smbus.c 				I2C_SMBUS_READ, command,
command           149 drivers/i2c/i2c-core-smbus.c s32 i2c_smbus_write_byte_data(const struct i2c_client *client, u8 command,
command           155 drivers/i2c/i2c-core-smbus.c 			      I2C_SMBUS_WRITE, command,
command           168 drivers/i2c/i2c-core-smbus.c s32 i2c_smbus_read_word_data(const struct i2c_client *client, u8 command)
command           174 drivers/i2c/i2c-core-smbus.c 				I2C_SMBUS_READ, command,
command           189 drivers/i2c/i2c-core-smbus.c s32 i2c_smbus_write_word_data(const struct i2c_client *client, u8 command,
command           195 drivers/i2c/i2c-core-smbus.c 			      I2C_SMBUS_WRITE, command,
command           215 drivers/i2c/i2c-core-smbus.c s32 i2c_smbus_read_block_data(const struct i2c_client *client, u8 command,
command           222 drivers/i2c/i2c-core-smbus.c 				I2C_SMBUS_READ, command,
command           242 drivers/i2c/i2c-core-smbus.c s32 i2c_smbus_write_block_data(const struct i2c_client *client, u8 command,
command           252 drivers/i2c/i2c-core-smbus.c 			      I2C_SMBUS_WRITE, command,
command           258 drivers/i2c/i2c-core-smbus.c s32 i2c_smbus_read_i2c_block_data(const struct i2c_client *client, u8 command,
command           268 drivers/i2c/i2c-core-smbus.c 				I2C_SMBUS_READ, command,
command           278 drivers/i2c/i2c-core-smbus.c s32 i2c_smbus_write_i2c_block_data(const struct i2c_client *client, u8 command,
command           288 drivers/i2c/i2c-core-smbus.c 			      I2C_SMBUS_WRITE, command,
command           315 drivers/i2c/i2c-core-smbus.c 				   char read_write, u8 command, int size,
command           344 drivers/i2c/i2c-core-smbus.c 	msgbuf0[0] = command;
command           400 drivers/i2c/i2c-core-smbus.c 			i2c_smbus_try_get_dmabuf(&msg[0], command);
command           416 drivers/i2c/i2c-core-smbus.c 		i2c_smbus_try_get_dmabuf(&msg[0], command);
command           439 drivers/i2c/i2c-core-smbus.c 			i2c_smbus_try_get_dmabuf(&msg[0], command);
command           527 drivers/i2c/i2c-core-smbus.c 		   u8 command, int protocol, union i2c_smbus_data *data)
command           536 drivers/i2c/i2c-core-smbus.c 			       command, protocol, data);
command           545 drivers/i2c/i2c-core-smbus.c 		     u8 command, int protocol, union i2c_smbus_data *data)
command           549 drivers/i2c/i2c-core-smbus.c 			 u8 command, int size, union i2c_smbus_data *data);
command           562 drivers/i2c/i2c-core-smbus.c 			  command, protocol, data);
command           564 drivers/i2c/i2c-core-smbus.c 			 command, protocol);
command           581 drivers/i2c/i2c-core-smbus.c 					command, protocol, data);
command           598 drivers/i2c/i2c-core-smbus.c 				      command, protocol, data);
command           603 drivers/i2c/i2c-core-smbus.c 			  command, protocol, data, res);
command           605 drivers/i2c/i2c-core-smbus.c 			   command, protocol, res);
command           631 drivers/i2c/i2c-core-smbus.c 					      u8 command, u8 length, u8 *values)
command           640 drivers/i2c/i2c-core-smbus.c 		return i2c_smbus_read_i2c_block_data(client, command, length, values);
command           647 drivers/i2c/i2c-core-smbus.c 			status = i2c_smbus_read_word_data(client, command + i);
command           657 drivers/i2c/i2c-core-smbus.c 		status = i2c_smbus_read_byte_data(client, command + i);
command           312 drivers/i2c/i2c-dev.c 		u8 read_write, u8 command, u32 size,
command           350 drivers/i2c/i2c-dev.c 				      command, size, NULL);
command           382 drivers/i2c/i2c-dev.c 	      read_write, command, size, &temp);
command           463 drivers/i2c/i2c-dev.c 					  data_arg.command,
command           497 drivers/i2c/i2c-dev.c 	u8 command;
command           565 drivers/i2c/i2c-dev.c 					  data32.command,
command            79 drivers/i2c/i2c-mux.c 				char read_write, u8 command,
command            92 drivers/i2c/i2c-mux.c 				       read_write, command, size, data);
command           101 drivers/i2c/i2c-mux.c 			      char read_write, u8 command,
command           114 drivers/i2c/i2c-mux.c 				     read_write, command, size, data);
command            65 drivers/i2c/i2c-stub.c 	u8 command;
command            92 drivers/i2c/i2c-stub.c 						u8 command, bool create)
command            97 drivers/i2c/i2c-stub.c 		if (b->command == command) {
command           106 drivers/i2c/i2c-stub.c 		rb->command = command;
command           125 drivers/i2c/i2c-stub.c 	char read_write, u8 command, int size, union i2c_smbus_data *data)
command           152 drivers/i2c/i2c-stub.c 			chip->pointer = command;
command           155 drivers/i2c/i2c-stub.c 				addr, command);
command           168 drivers/i2c/i2c-stub.c 		wordp = stub_get_wordp(chip, command);
command           174 drivers/i2c/i2c-stub.c 				addr, data->byte, command);
command           177 drivers/i2c/i2c-stub.c 			if (chip->bank_words && command == chip->bank_reg) {
command           189 drivers/i2c/i2c-stub.c 				addr, data->byte, command);
command           191 drivers/i2c/i2c-stub.c 		chip->pointer = command + 1;
command           197 drivers/i2c/i2c-stub.c 		wordp = stub_get_wordp(chip, command);
command           202 drivers/i2c/i2c-stub.c 				addr, data->word, command);
command           207 drivers/i2c/i2c-stub.c 				addr, data->word, command);
command           218 drivers/i2c/i2c-stub.c 		if (data->block[0] > 256 - command)	/* Avoid overrun */
command           219 drivers/i2c/i2c-stub.c 			data->block[0] = 256 - command;
command           223 drivers/i2c/i2c-stub.c 				chip->words[command + i] &= 0xff00;
command           224 drivers/i2c/i2c-stub.c 				chip->words[command + i] |= data->block[1 + i];
command           228 drivers/i2c/i2c-stub.c 				addr, len, command);
command           232 drivers/i2c/i2c-stub.c 					chip->words[command + i] & 0xff;
command           236 drivers/i2c/i2c-stub.c 				addr, len, command);
command           247 drivers/i2c/i2c-stub.c 		b = stub_find_block(&adap->dev, chip, command, false);
command           255 drivers/i2c/i2c-stub.c 				b = stub_find_block(&adap->dev, chip, command,
command           268 drivers/i2c/i2c-stub.c 			chip->words[command] = (b->block[0] << 8) | b->len;
command           271 drivers/i2c/i2c-stub.c 				addr, len, command);
command           285 drivers/i2c/i2c-stub.c 				addr, len, command);
command            98 drivers/i2c/muxes/i2c-mux-pca9541.c static int pca9541_reg_write(struct i2c_client *client, u8 command, u8 val)
command           104 drivers/i2c/muxes/i2c-mux-pca9541.c 				I2C_SMBUS_WRITE, command,
command           112 drivers/i2c/muxes/i2c-mux-pca9541.c static int pca9541_reg_read(struct i2c_client *client, u8 command)
command           119 drivers/i2c/muxes/i2c-mux-pca9541.c 			       I2C_SMBUS_READ, command,
command           564 drivers/ide/ide-atapi.c 	cmd->tf.command = ATA_CMD_PACKET;
command            75 drivers/ide/ide-disk.c 	cmd->tf.command = ide_rw_cmds[index + lba48 + write];
command           214 drivers/ide/ide-disk.c 		tf->command = ATA_CMD_READ_NATIVE_MAX_EXT;
command           216 drivers/ide/ide-disk.c 		tf->command = ATA_CMD_READ_NATIVE_MAX;
command           256 drivers/ide/ide-disk.c 		tf->command  = ATA_CMD_SET_MAX_EXT;
command           259 drivers/ide/ide-disk.c 		tf->command  = ATA_CMD_SET_MAX;
command           449 drivers/ide/ide-disk.c 		cmd->tf.command = ATA_CMD_FLUSH_EXT;
command           451 drivers/ide/ide-disk.c 		cmd->tf.command = ATA_CMD_FLUSH;
command           515 drivers/ide/ide-disk.c 	cmd.tf.command = ATA_CMD_SET_FEATURES;
command           588 drivers/ide/ide-disk.c 		cmd.tf.command = ATA_CMD_FLUSH_EXT;
command           590 drivers/ide/ide-disk.c 		cmd.tf.command = ATA_CMD_FLUSH;
command           775 drivers/ide/ide-disk.c 	cmd.tf.command = on ? ATA_CMD_MEDIA_LOCK : ATA_CMD_MEDIA_UNLOCK;
command            19 drivers/ide/ide-disk_proc.c 	tf->command = ATA_CMD_SMART;
command            36 drivers/ide/ide-disk_proc.c 	tf->command = ATA_CMD_SMART;
command            89 drivers/ide/ide-io.c 	u8 tf_cmd = tf->command;
command           172 drivers/ide/ide-io.c 	tf->command = ATA_CMD_INIT_DEV_PARAMS;
command           178 drivers/ide/ide-io.c 	tf->command = ATA_CMD_RESTORE;
command           184 drivers/ide/ide-io.c 	tf->command = ATA_CMD_SET_MULTI;
command           155 drivers/ide/ide-ioctls.c 	tf->command = args[0];
command           166 drivers/ide/ide-ioctls.c 	if (tf->command == ATA_CMD_SET_FEATURES &&
command           206 drivers/ide/ide-ioctls.c 	cmd.tf.command = args[0];
command           212 drivers/ide/ide-ioctls.c 	args[0] = cmd.tf.command;
command           498 drivers/ide/ide-iops.c 	hwif->tp_ops->exec_command(hwif, cmd->tf.command);
command           142 drivers/ide/ide-lib.c 		drive->name, drive->hwif->cmd.tf.command);
command            74 drivers/ide/ide-park.c 		tf->command = ATA_CMD_IDLEIMMEDIATE;
command            82 drivers/ide/ide-park.c 		tf->command = ATA_CMD_CHK_POWER;
command           139 drivers/ide/ide-pci-generic.c 		u16 command;
command           140 drivers/ide/ide-pci-generic.c 		pci_read_config_word(dev, PCI_COMMAND, &command);
command           141 drivers/ide/ide-pci-generic.c 		if (!(command & PCI_COMMAND_IO)) {
command           145 drivers/ide/ide-pm.c 			cmd.tf.command = ATA_CMD_FLUSH_EXT;
command           147 drivers/ide/ide-pm.c 			cmd.tf.command = ATA_CMD_FLUSH;
command           150 drivers/ide/ide-pm.c 		cmd.tf.command = ATA_CMD_STANDBYNOW1;
command           163 drivers/ide/ide-pm.c 		cmd.tf.command = ATA_CMD_IDLEIMMEDIATE;
command           196 drivers/ide/ide-proc.c 	cmd.tf.command = ATA_CMD_SET_FEATURES;
command            53 drivers/ide/ide-taskfile.c 	       cmd->tf.device, cmd->tf.command);
command            66 drivers/ide/ide-taskfile.c 		cmd.tf.command = ATA_CMD_ID_ATA;
command            68 drivers/ide/ide-taskfile.c 		cmd.tf.command = ATA_CMD_ID_ATAPI;
command           127 drivers/ide/ide-taskfile.c 			tp_ops->exec_command(hwif, tf->command);
command           157 drivers/ide/ide-taskfile.c 	int retries = (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) ? 5 : 1;
command           170 drivers/ide/ide-taskfile.c 		if (custom && tf->command == ATA_CMD_SET_MULTI) {
command           175 drivers/ide/ide-taskfile.c 		} else if (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) {
command           185 drivers/ide/ide-taskfile.c 	if (custom && tf->command == ATA_CMD_SET_MULTI)
command           188 drivers/ide/ide-taskfile.c 	if (custom == 0 || tf->command == ATA_CMD_IDLEIMMEDIATE ||
command           189 drivers/ide/ide-taskfile.c 	    tf->command == ATA_CMD_CHK_POWER) {
command          1496 drivers/ide/pmac.c 			table->command = cpu_to_le16(wr? OUTPUT_MORE: INPUT_MORE);
command          1512 drivers/ide/pmac.c 		table[-1].command = cpu_to_le16(wr? OUTPUT_LAST: INPUT_LAST);
command          1515 drivers/ide/pmac.c 		table->command = cpu_to_le16(DBDMA_STOP);
command           109 drivers/iio/accel/mma9551_core.c 			    u8 app_id, u8 command, u16 offset,
command           127 drivers/iio/accel/mma9551_core.c 	req.cmd_off = command | (offset >> 8);
command           130 drivers/iio/accel/mma9551_core.c 	if (command == MMA9551_CMD_WRITE_CONFIG)
command            84 drivers/iio/adc/ad7291.c 	u16			command;
command           115 drivers/iio/adc/ad7291.c 	u16 command;
command           128 drivers/iio/adc/ad7291.c 	command = chip->command | AD7291_ALERT_CLEAR;
command           129 drivers/iio/adc/ad7291.c 	ad7291_i2c_write(chip, AD7291_COMMAND, command);
command           131 drivers/iio/adc/ad7291.c 	command = chip->command & ~AD7291_ALERT_CLEAR;
command           132 drivers/iio/adc/ad7291.c 	ad7291_i2c_write(chip, AD7291_COMMAND, command);
command           282 drivers/iio/adc/ad7291.c 	regval = chip->command;
command           309 drivers/iio/adc/ad7291.c 		chip->command = regval;
command           336 drivers/iio/adc/ad7291.c 			if (chip->command & AD7291_AUTOCYCLE) {
command           341 drivers/iio/adc/ad7291.c 			regval = chip->command & (~AD7291_VOLTAGE_MASK);
command           494 drivers/iio/adc/ad7291.c 	chip->command = AD7291_NOISE_DELAY |
command           499 drivers/iio/adc/ad7291.c 		chip->command |= AD7291_EXT_REF;
command           516 drivers/iio/adc/ad7291.c 	ret = ad7291_i2c_write(chip, AD7291_COMMAND, chip->command);
command           109 drivers/iio/adc/ad7298.c 	unsigned short command;
command           115 drivers/iio/adc/ad7298.c 	command = AD7298_WRITE | st->ext_ref;
command           119 drivers/iio/adc/ad7298.c 			command |= m;
command           121 drivers/iio/adc/ad7298.c 	st->tx_buf[0] = cpu_to_be16(command);
command           152 drivers/iio/adc/ti-ads124s08.c static int ads124s_write_cmd(struct iio_dev *indio_dev, u8 command)
command           156 drivers/iio/adc/ti-ads124s08.c 	priv->data[0] = command;
command            41 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 			.command = EC_CMD_GET_CMD_VERSIONS + cmd_offset,
command           118 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 	state->msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset;
command           230 drivers/iio/common/ssp_sensors/ssp.h int ssp_command(struct ssp_data *data, char command, int arg);
command           314 drivers/iio/common/ssp_sensors/ssp_dev.c 	__le32 command;
command           317 drivers/iio/common/ssp_sensors/ssp_dev.c 		command = cpu_to_le32(data->delay_buf[type]);
command           321 drivers/iio/common/ssp_sensors/ssp_dev.c 					   type, (u8 *)&command,
command           322 drivers/iio/common/ssp_sensors/ssp_dev.c 					   sizeof(command));
command           456 drivers/iio/common/ssp_sensors/ssp_spi.c int ssp_command(struct ssp_data *data, char command, int arg)
command           461 drivers/iio/common/ssp_sensors/ssp_spi.c 	msg = ssp_create_msg(command, 0, SSP_AP2HUB_WRITE, arg);
command           465 drivers/iio/common/ssp_sensors/ssp_spi.c 	ssp_dbg("%s - command 0x%x %d\n", __func__, command, arg);
command           260 drivers/iio/light/tcs3472.c 	u8 command;
command           269 drivers/iio/light/tcs3472.c 			command = TCS3472_AIHT;
command           272 drivers/iio/light/tcs3472.c 			command = TCS3472_AILT;
command           278 drivers/iio/light/tcs3472.c 		ret = i2c_smbus_write_word_data(data->client, command, val);
command            98 drivers/iio/temperature/mlx90614.c static s32 mlx90614_write_word(const struct i2c_client *client, u8 command,
command           109 drivers/iio/temperature/mlx90614.c 	dev_dbg(&client->dev, "Writing 0x%x to address 0x%x", value, command);
command           114 drivers/iio/temperature/mlx90614.c 			     I2C_SMBUS_WRITE, command,
command           124 drivers/iio/temperature/mlx90614.c 			     I2C_SMBUS_WRITE, command,
command           202 drivers/infiniband/core/rdma_core.h uapi_get_method(const struct uverbs_api *uapi, u32 command)
command           204 drivers/infiniband/core/rdma_core.h 	u32 cmd_idx = command & IB_USER_VERBS_CMD_COMMAND_MASK;
command           206 drivers/infiniband/core/rdma_core.h 	if (command & ~(u32)(IB_USER_VERBS_CMD_FLAG_EXTENDED |
command           210 drivers/infiniband/core/rdma_core.h 	if (command & IB_USER_VERBS_CMD_FLAG_EXTENDED) {
command           646 drivers/infiniband/core/uverbs_main.c 		if (hdr->command == IB_USER_VERBS_CMD_DESTROY_CQ &&
command           683 drivers/infiniband/core/uverbs_main.c 	method_elm = uapi_get_method(uapi, hdr.command);
command            71 drivers/infiniband/hw/efa/efa_admin_defs.h 	u16 command;
command           283 drivers/infiniband/hw/efa/efa_com.c 	u16 cmd_id = comp_ctx->user_cqe->acq_common_descriptor.command &
command           430 drivers/infiniband/hw/efa/efa_com.c 	cmd_id = cqe->acq_common_descriptor.command &
command           716 drivers/infiniband/hw/hfi1/chip.h 		  u8 receiver_addr, u8 data_addr, u8 command, u32 data_in);
command           718 drivers/infiniband/hw/hfi1/chip.h 		      u8 receiver_addr, u8 data_addr, u8 command, u32 data_in);
command          1077 drivers/infiniband/hw/hfi1/firmware.c 		  u8 receiver_addr, u8 data_addr, u8 command, u32 data_in)
command          1081 drivers/infiniband/hw/hfi1/firmware.c 		  ((u64)command << ASIC_CFG_SBUS_REQUEST_COMMAND_SHIFT) |
command          1215 drivers/infiniband/hw/hfi1/firmware.c 		      u8 receiver_addr, u8 data_addr, u8 command, u32 data_in)
command          1222 drivers/infiniband/hw/hfi1/firmware.c 	sbus_request(dd, receiver_addr, data_addr, command, data_in);
command          2217 drivers/infiniband/hw/mlx5/main.c 	unsigned long command;
command          2220 drivers/infiniband/hw/mlx5/main.c 	command = get_command(vma->vm_pgoff);
command          2221 drivers/infiniband/hw/mlx5/main.c 	switch (command) {
command          2226 drivers/infiniband/hw/mlx5/main.c 		return uar_mmap(dev, command, vma, context);
command          1360 drivers/input/joystick/xpad.c static void xpad_send_led_command(struct usb_xpad *xpad, int command)
command          1366 drivers/input/joystick/xpad.c 	command %= 16;
command          1374 drivers/input/joystick/xpad.c 		packet->data[2] = command;
command          1383 drivers/input/joystick/xpad.c 		packet->data[3] = 0x40 + command;
command           344 drivers/input/keyboard/cros_ec_keyb.c 	msg->command = EC_CMD_MKBP_INFO;
command           510 drivers/input/misc/ims-pcu.c 				  u8 command, int chunk, int len)
command           522 drivers/input/misc/ims-pcu.c 			command, chunk, error);
command           530 drivers/input/misc/ims-pcu.c 				u8 command, const u8 *data, int len)
command           543 drivers/input/misc/ims-pcu.c 	pcu->urb_out_buf[count++] = command;
command           544 drivers/input/misc/ims-pcu.c 	csum += command;
command           560 drivers/input/misc/ims-pcu.c 			error = ims_pcu_send_cmd_chunk(pcu, command,
command           579 drivers/input/misc/ims-pcu.c 		error = ims_pcu_send_cmd_chunk(pcu, command, ++chunk, count);
command           592 drivers/input/misc/ims-pcu.c 	return ims_pcu_send_cmd_chunk(pcu, command, ++chunk, count);
command           596 drivers/input/misc/ims-pcu.c 				     u8 command, const void *data, size_t len,
command           604 drivers/input/misc/ims-pcu.c 	error = ims_pcu_send_command(pcu, command, data, len);
command           611 drivers/input/misc/ims-pcu.c 		dev_dbg(pcu->dev, "Command 0x%02x timed out\n", command);
command           650 drivers/input/misc/ims-pcu.c 				        u8 command, const void *data, size_t len,
command           655 drivers/input/misc/ims-pcu.c 	pcu->cmd_buf[0] = command;
command           255 drivers/input/misc/powermate.c 	unsigned int command = (unsigned int)_value;
command           266 drivers/input/misc/powermate.c 		int static_brightness = command & 0xFF;   // bits 0-7
command           267 drivers/input/misc/powermate.c 		int pulse_speed = (command >> 8) & 0x1FF; // bits 8-16
command           268 drivers/input/misc/powermate.c 		int pulse_table = (command >> 17) & 0x3;  // bits 17-18
command           269 drivers/input/misc/powermate.c 		int pulse_asleep = (command >> 19) & 0x1; // bit 19
command           270 drivers/input/misc/powermate.c 		int pulse_awake  = (command >> 20) & 0x1; // bit 20
command          1690 drivers/input/mouse/alps.c 	int command;
command          1696 drivers/input/mouse/alps.c 	command = priv->nibble_commands[nibble].command;
command          1697 drivers/input/mouse/alps.c 	param = (command & 0x0f00) ?
command          1700 drivers/input/mouse/alps.c 	if (ps2_command(ps2dev, param, command))
command           206 drivers/input/mouse/alps.h 	int command;
command           346 drivers/input/mouse/byd.c 		u16 command;
command           390 drivers/input/mouse/byd.c 		if (ps2_command(ps2dev, param, seq[i].command))
command            69 drivers/input/mouse/elantech.c 				unsigned char *param, int command)
command            77 drivers/input/mouse/elantech.c 		rc = ps2_command(ps2dev, param, command);
command            82 drivers/input/mouse/elantech.c 				command, tries);
command            87 drivers/input/mouse/elantech.c 		psmouse_err(psmouse, "ps2 command 0x%02x failed.\n", command);
command           113 drivers/input/mouse/logips2pp.c static int ps2pp_cmd(struct psmouse *psmouse, u8 *param, u8 command)
command           117 drivers/input/mouse/logips2pp.c 	error = ps2_sliced_command(&psmouse->ps2dev, command);
command            60 drivers/input/mouse/touchkit_ps2.c 	int command;
command            64 drivers/input/mouse/touchkit_ps2.c 	command = TOUCHKIT_SEND_PARMS(2, 3, TOUCHKIT_CMD);
command            66 drivers/input/mouse/touchkit_ps2.c 	if (ps2_command(&psmouse->ps2dev, param, command))
command            96 drivers/input/mouse/trackpoint.c 	u8 command;
command           129 drivers/input/mouse/trackpoint.c 	err = trackpoint_write(&psmouse->ps2dev, attr->command, value);
command           137 drivers/input/mouse/trackpoint.c 		.command = _command,						\
command           163 drivers/input/mouse/trackpoint.c 					    attr->command, attr->mask);
command           174 drivers/input/mouse/trackpoint.c 	.command		= _command,				\
command           254 drivers/input/mouse/trackpoint.c 					 _attr->command, _tp->_name);	\
command           257 drivers/input/mouse/trackpoint.c 					_attr->command, _attr->mask,	\
command           629 drivers/input/mousedev.c 					int command)
command           633 drivers/input/mousedev.c 	switch (command) {
command            45 drivers/input/rmi4/rmi_f34.c static int rmi_f34_command(struct f34_data *f34, u8 command,
command            64 drivers/input/rmi4/rmi_f34.c 			__func__, ret, command);
command            68 drivers/input/rmi4/rmi_f34.c 	f34->v5.status |= command & 0x0f;
command            74 drivers/input/rmi4/rmi_f34.c 			command, ret);
command            85 drivers/input/rmi4/rmi_f34.c 				__func__, command, ret);
command            92 drivers/input/rmi4/rmi_f34.c 				__func__, command, f34->v5.status);
command           131 drivers/input/rmi4/rmi_f34.c 				int block_count, u8 command)
command           156 drivers/input/rmi4/rmi_f34.c 		ret = rmi_f34_command(f34, command, F34_IDLE_WAIT_MS, false);
command           136 drivers/input/rmi4/rmi_f34.h 	u8 command;
command           269 drivers/input/rmi4/rmi_f34.h 	u8 command;
command            24 drivers/input/rmi4/rmi_f34v7.c 	u8 command;
command            42 drivers/input/rmi4/rmi_f34v7.c 			__func__, f34->v7.flash_status, f34->v7.command);
command            47 drivers/input/rmi4/rmi_f34v7.c 			&command,
command            48 drivers/input/rmi4/rmi_f34v7.c 			sizeof(command));
command            55 drivers/input/rmi4/rmi_f34v7.c 	f34->v7.command = command;
command            89 drivers/input/rmi4/rmi_f34v7.c 		data_1_5.command = CMD_V7_ERASE_AP;
command            93 drivers/input/rmi4/rmi_f34v7.c 		data_1_5.command = CMD_V7_ERASE;
command            97 drivers/input/rmi4/rmi_f34v7.c 		data_1_5.command = CMD_V7_ERASE;
command           101 drivers/input/rmi4/rmi_f34v7.c 		data_1_5.command = CMD_V7_ERASE;
command           105 drivers/input/rmi4/rmi_f34v7.c 		data_1_5.command = CMD_V7_ERASE;
command           109 drivers/input/rmi4/rmi_f34v7.c 		data_1_5.command = CMD_V7_ERASE;
command           113 drivers/input/rmi4/rmi_f34v7.c 		data_1_5.command = CMD_V7_ERASE;
command           117 drivers/input/rmi4/rmi_f34v7.c 		data_1_5.command = CMD_V7_ENTER_BL;
command           141 drivers/input/rmi4/rmi_f34v7.c 	u8 command;
command           149 drivers/input/rmi4/rmi_f34v7.c 		command = CMD_V7_WRITE;
command           152 drivers/input/rmi4/rmi_f34v7.c 		command = CMD_V7_READ;
command           155 drivers/input/rmi4/rmi_f34v7.c 		command = CMD_V7_ERASE_AP;
command           163 drivers/input/rmi4/rmi_f34v7.c 		command = CMD_V7_ERASE;
command           166 drivers/input/rmi4/rmi_f34v7.c 		command = CMD_V7_ENTER_BL;
command           174 drivers/input/rmi4/rmi_f34v7.c 	f34->v7.command = command;
command           195 drivers/input/rmi4/rmi_f34v7.c 		__func__, command);
command           199 drivers/input/rmi4/rmi_f34v7.c 			&command, sizeof(command));
command           326 drivers/input/rmi4/rmi_f34v7.c 		if (f34->v7.command == v7_CMD_IDLE &&
command           741 drivers/input/rmi4/rmi_f34v7.c 				 u16 block_cnt, u8 command)
command           754 drivers/input/rmi4/rmi_f34v7.c 	ret = rmi_f34v7_write_partition_id(f34, command);
command           786 drivers/input/rmi4/rmi_f34v7.c 		ret = rmi_f34v7_write_command(f34, command);
command           814 drivers/input/rmi4/rmi_f34v7.c 					u8 command)
command           826 drivers/input/rmi4/rmi_f34v7.c 	ret = rmi_f34v7_write_partition_id(f34, command);
command           860 drivers/input/rmi4/rmi_f34v7.c 		ret = rmi_f34v7_write_command(f34, command);
command           521 drivers/input/rmi4/rmi_f54.c 	u8 command;
command           543 drivers/input/rmi4/rmi_f54.c 			 &command);
command           548 drivers/input/rmi4/rmi_f54.c 	if (command & F54_GET_REPORT) {
command            28 drivers/input/serio/i8042-ip22io.h #define I8042_COMMAND_REG	((unsigned long)&sgioc->kbdmouse.command)
command            29 drivers/input/serio/i8042-ip22io.h #define I8042_STATUS_REG	((unsigned long)&sgioc->kbdmouse.command)
command            39 drivers/input/serio/i8042-ip22io.h 	return sgioc->kbdmouse.command;
command            49 drivers/input/serio/i8042-ip22io.h 	sgioc->kbdmouse.command = val;
command            23 drivers/input/serio/i8042-jazzio.h #define I8042_COMMAND_REG	((unsigned long)&jazz_kh->command)
command            24 drivers/input/serio/i8042-jazzio.h #define I8042_STATUS_REG	((unsigned long)&jazz_kh->command)
command            34 drivers/input/serio/i8042-jazzio.h 	return jazz_kh->command;
command            44 drivers/input/serio/i8042-jazzio.h 	jazz_kh->command = val;
command           295 drivers/input/serio/i8042.c static int __i8042_command(unsigned char *param, int command)
command           299 drivers/input/serio/i8042.c 	if (i8042_noloop && command == I8042_CMD_AUX_LOOP)
command           306 drivers/input/serio/i8042.c 	dbg("%02x -> i8042 (command)\n", command & 0xff);
command           307 drivers/input/serio/i8042.c 	i8042_write_command(command & 0xff);
command           309 drivers/input/serio/i8042.c 	for (i = 0; i < ((command >> 12) & 0xf); i++) {
command           319 drivers/input/serio/i8042.c 	for (i = 0; i < ((command >> 8) & 0xf); i++) {
command           326 drivers/input/serio/i8042.c 		if (command == I8042_CMD_AUX_LOOP &&
command           339 drivers/input/serio/i8042.c int i8042_command(unsigned char *param, int command)
command           345 drivers/input/serio/i8042.c 	retval = __i8042_command(param, command);
command           171 drivers/input/serio/libps2.c 			      unsigned int command, unsigned int timeout)
command           173 drivers/input/serio/libps2.c 	switch (command) {
command           226 drivers/input/serio/libps2.c int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command)
command           229 drivers/input/serio/libps2.c 	unsigned int send = (command >> 12) & 0xf;
command           230 drivers/input/serio/libps2.c 	unsigned int receive = (command >> 8) & 0xf;
command           249 drivers/input/serio/libps2.c 	ps2dev->flags = command == PS2_CMD_GETID ? PS2_FLAG_WAITID : 0;
command           263 drivers/input/serio/libps2.c 	timeout = command == PS2_CMD_RESET_BAT ? 1000 : 200;
command           265 drivers/input/serio/libps2.c 	rc = ps2_do_sendbyte(ps2dev, command & 0xff, timeout, 2);
command           283 drivers/input/serio/libps2.c 	timeout = msecs_to_jiffies(command == PS2_CMD_RESET_BAT ? 4000 : 500);
command           290 drivers/input/serio/libps2.c 		timeout = ps2_adjust_timeout(ps2dev, command, timeout);
command           302 drivers/input/serio/libps2.c 	    (command != PS2_CMD_RESET_BAT || ps2dev->cmdcnt != 1)) {
command           315 drivers/input/serio/libps2.c 		command & 0xff, send, send_param,
command           327 drivers/input/serio/libps2.c int ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command)
command           332 drivers/input/serio/libps2.c 	rc = __ps2_command(ps2dev, param, command);
command           347 drivers/input/serio/libps2.c int ps2_sliced_command(struct ps2dev *ps2dev, u8 command)
command           359 drivers/input/serio/libps2.c 		u8 d = (command >> i) & 3;
command           366 drivers/input/serio/libps2.c 	dev_dbg(&ps2dev->serio->dev, "%02x - %d\n", command, retval);
command           884 drivers/input/tablet/aiptek.c aiptek_command(struct aiptek *aiptek, unsigned char command, unsigned char data)
command           895 drivers/input/tablet/aiptek.c 	buf[1] = command;
command           902 drivers/input/tablet/aiptek.c 			command, data);
command           914 drivers/input/tablet/aiptek.c aiptek_query(struct aiptek *aiptek, unsigned char command, unsigned char data)
command           925 drivers/input/tablet/aiptek.c 	buf[1] = command;
command           928 drivers/input/tablet/aiptek.c 	if (aiptek_command(aiptek, command, data) != 0) {
command           421 drivers/input/tablet/wacom_serial4.c static int wacom_send(struct serio *serio, const u8 *command)
command           425 drivers/input/tablet/wacom_serial4.c 	for (; !err && *command; command++)
command           426 drivers/input/tablet/wacom_serial4.c 		err = serio_write(serio, *command);
command           145 drivers/input/touchscreen/ad7877.c 	u16			command;
command           210 drivers/input/touchscreen/ad7877.c 	req->command = (u16) (AD7877_WRITEADD(AD7877_REG_CTRL1) |
command           212 drivers/input/touchscreen/ad7877.c 	req->xfer[0].tx_buf = &req->command;
command           241 drivers/input/touchscreen/ad7877.c 	req->command = (u16) (AD7877_WRITEADD(reg) | (val & MAX_12BIT));
command           242 drivers/input/touchscreen/ad7877.c 	req->xfer[0].tx_buf = &req->command;
command           254 drivers/input/touchscreen/ad7877.c static int ad7877_read_adc(struct spi_device *spi, unsigned command)
command           276 drivers/input/touchscreen/ad7877.c 	req->command = (u16) command;
command           287 drivers/input/touchscreen/ad7877.c 	req->xfer[2].tx_buf = &req->command;
command           289 drivers/input/touchscreen/ads7846.c 	u8			command;
command           302 drivers/input/touchscreen/ads7846.c 	u8			command[3];
command           312 drivers/input/touchscreen/ads7846.c static int ads7846_read12_ser(struct device *dev, unsigned command)
command           340 drivers/input/touchscreen/ads7846.c 		command |= ADS_PD10_REF_ON;
command           344 drivers/input/touchscreen/ads7846.c 	command |= ADS_PD10_ADC_ON;
command           347 drivers/input/touchscreen/ads7846.c 	req->command = (u8) command;
command           348 drivers/input/touchscreen/ads7846.c 	req->xfer[2].tx_buf = &req->command;
command           386 drivers/input/touchscreen/ads7846.c static int ads7845_read12_ser(struct device *dev, unsigned command)
command           399 drivers/input/touchscreen/ads7846.c 	req->command[0] = (u8) command;
command           400 drivers/input/touchscreen/ads7846.c 	req->xfer[0].tx_buf = req->command;
command            70 drivers/input/touchscreen/cyttsp_core.c static int ttsp_read_block_data(struct cyttsp *ts, u8 command,
command            77 drivers/input/touchscreen/cyttsp_core.c 		error = ts->bus_ops->read(ts->dev, ts->xfer_buf, command,
command            88 drivers/input/touchscreen/cyttsp_core.c static int ttsp_write_block_data(struct cyttsp *ts, u8 command,
command            95 drivers/input/touchscreen/cyttsp_core.c 		error = ts->bus_ops->write(ts->dev, ts->xfer_buf, command,
command           256 drivers/input/touchscreen/sur40.c 			 u8 command, u16 index, void *buffer, u16 size)
command           259 drivers/input/touchscreen/sur40.c 			       command,
command           359 drivers/input/touchscreen/wacom_w8001.c static int w8001_command(struct w8001 *w8001, unsigned char command,
command           367 drivers/input/touchscreen/wacom_w8001.c 	rc = serio_write(w8001->serio, command);
command           285 drivers/iommu/rockchip-iommu.c static void rk_iommu_command(struct rk_iommu *iommu, u32 command)
command           290 drivers/iommu/rockchip-iommu.c 		writel(command, iommu->bases[i] + RK_MMU_COMMAND);
command           293 drivers/iommu/rockchip-iommu.c static void rk_iommu_base_command(void __iomem *base, u32 command)
command           295 drivers/iommu/rockchip-iommu.c 	writel(command, base + RK_MMU_COMMAND);
command            41 drivers/isdn/hardware/mISDN/hfcsusb.c static void hfcsusb_ph_command(struct hfcsusb *hw, u_char command);
command           755 drivers/isdn/hardware/mISDN/hfcsusb.c hfcsusb_ph_command(struct hfcsusb *hw, u_char command)
command           759 drivers/isdn/hardware/mISDN/hfcsusb.c 		       hw->name, __func__, command);
command           761 drivers/isdn/hardware/mISDN/hfcsusb.c 	switch (command) {
command            34 drivers/isdn/hardware/mISDN/mISDNipac.c ph_command(struct isac_hw *isac, u8 command)
command            36 drivers/isdn/hardware/mISDN/mISDNipac.c 	pr_debug("%s: ph_command %x\n", isac->name, command);
command            38 drivers/isdn/hardware/mISDN/mISDNipac.c 		WriteISAC(isac, ISACX_CIX0, (command << 4) | 0xE);
command            40 drivers/isdn/hardware/mISDN/mISDNipac.c 		WriteISAC(isac, ISAC_CIX0, (command << 2) | 3);
command           184 drivers/macintosh/rack-meter.c 	cmd->command = cpu_to_le16(STORE_WORD | INTR_ALWAYS | KEY_SYSTEM);
command           191 drivers/macintosh/rack-meter.c 	cmd->command = cpu_to_le16(OUTPUT_MORE);
command           197 drivers/macintosh/rack-meter.c 	cmd->command = cpu_to_le16(STORE_WORD | INTR_ALWAYS | KEY_SYSTEM);
command           204 drivers/macintosh/rack-meter.c 	cmd->command = cpu_to_le16(OUTPUT_MORE | BR_ALWAYS);
command           289 drivers/macintosh/smu.c int smu_queue_simple(struct smu_simple_cmd *scmd, u8 command,
command           302 drivers/macintosh/smu.c 	cmd->cmd = command;
command            98 drivers/mailbox/armada-37xx-rwtm-mailbox.c 	writel(msg->command, mbox->base + RWTM_MBOX_COMMAND);
command          1841 drivers/md/dm-ioctl.c static int ctl_ioctl(struct file *file, uint command, struct dm_ioctl __user *user)
command          1856 drivers/md/dm-ioctl.c 	if (_IOC_TYPE(command) != DM_IOCTL)
command          1859 drivers/md/dm-ioctl.c 	cmd = _IOC_NR(command);
command          1877 drivers/md/dm-ioctl.c 		DMWARN("dm_ctl_ioctl: unknown command 0x%x", command);
command          1915 drivers/md/dm-ioctl.c static long dm_ctl_ioctl(struct file *file, uint command, ulong u)
command          1917 drivers/md/dm-ioctl.c 	return (long)ctl_ioctl(file, command, (struct dm_ioctl __user *)u);
command          1921 drivers/md/dm-ioctl.c static long dm_compat_ctl_ioctl(struct file *file, uint command, ulong u)
command          1923 drivers/md/dm-ioctl.c 	return (long)dm_ctl_ioctl(file, command, (ulong) compat_ptr(u));
command            79 drivers/media/common/b2c2/flexcop-sram.c 	u32 command;
command            82 drivers/media/common/b2c2/flexcop-sram.c 		command = bank | addr | 0x04000000 | (*buf << 0x10);
command            94 drivers/media/common/b2c2/flexcop-sram.c 		write_reg_dw(adapter, 0x700, command);
command           104 drivers/media/common/b2c2/flexcop-sram.c 	u32 command, value;
command           107 drivers/media/common/b2c2/flexcop-sram.c 		command = bank | addr | 0x04008000;
command           119 drivers/media/common/b2c2/flexcop-sram.c 		write_reg_dw(adapter, 0x700, command);
command          4039 drivers/media/dvb-frontends/drx39xyj/drxj.c 	rc = drxj_dap_write_reg16(dev_addr, SCU_RAM_COMMAND__A, cmd->command, 0);
command          4165 drivers/media/dvb-frontends/drx39xyj/drxj.c 	scu_cmd.command =
command          5410 drivers/media/dvb-frontends/drx39xyj/drxj.c 	cmd_scu.command = SCU_RAM_COMMAND_STANDARD_VSB |
command          5789 drivers/media/dvb-frontends/drx39xyj/drxj.c 	cmd_scu.command = SCU_RAM_COMMAND_STANDARD_VSB
command          6119 drivers/media/dvb-frontends/drx39xyj/drxj.c 	cmd_scu.command = SCU_RAM_COMMAND_STANDARD_VSB
command          6173 drivers/media/dvb-frontends/drx39xyj/drxj.c 	cmd_scu.command = SCU_RAM_COMMAND_STANDARD_VSB
command          6383 drivers/media/dvb-frontends/drx39xyj/drxj.c 	cmd_scu.command = SCU_RAM_COMMAND_STANDARD_QAM |
command          8095 drivers/media/dvb-frontends/drx39xyj/drxj.c 		cmd_scu.command = SCU_RAM_COMMAND_STANDARD_QAM |
command          8114 drivers/media/dvb-frontends/drx39xyj/drxj.c 		cmd_scu.command = SCU_RAM_COMMAND_STANDARD_QAM |
command          8126 drivers/media/dvb-frontends/drx39xyj/drxj.c 		cmd_scu.command = SCU_RAM_COMMAND_STANDARD_QAM |
command          8631 drivers/media/dvb-frontends/drx39xyj/drxj.c 		cmd_scu.command = SCU_RAM_COMMAND_STANDARD_QAM |
command          9754 drivers/media/dvb-frontends/drx39xyj/drxj.c 	cmd_scu.command = SCU_RAM_COMMAND_STANDARD_ATV |
command          9948 drivers/media/dvb-frontends/drx39xyj/drxj.c 		scu_cmd.command = SCU_RAM_COMMAND_STANDARD_OOB
command          10000 drivers/media/dvb-frontends/drx39xyj/drxj.c 	scu_cmd.command = SCU_RAM_COMMAND_STANDARD_OOB
command          10013 drivers/media/dvb-frontends/drx39xyj/drxj.c 	scu_cmd.command = SCU_RAM_COMMAND_STANDARD_OOB
command          10027 drivers/media/dvb-frontends/drx39xyj/drxj.c 	scu_cmd.command = SCU_RAM_COMMAND_STANDARD_OOB
command          10385 drivers/media/dvb-frontends/drx39xyj/drxj.c 	scu_cmd.command = SCU_RAM_COMMAND_STANDARD_OOB
command          10811 drivers/media/dvb-frontends/drx39xyj/drxj.c 		cmd_scu.command = SCU_RAM_COMMAND_STANDARD_VSB |
command          10819 drivers/media/dvb-frontends/drx39xyj/drxj.c 		cmd_scu.command = SCU_RAM_COMMAND_STANDARD_QAM |
command            71 drivers/media/dvb-frontends/drx39xyj/drxj.h 		u16 command;
command           159 drivers/media/i2c/adv7511-v4l2.c 					  u8 command, bool check)
command           164 drivers/media/i2c/adv7511-v4l2.c 			    I2C_SMBUS_READ, command,
command           169 drivers/media/i2c/adv7511-v4l2.c 			client->addr, command);
command           173 drivers/media/i2c/adv7511-v4l2.c static s32 adv_smbus_read_byte_data(struct i2c_client *client, u8 command)
command           177 drivers/media/i2c/adv7511-v4l2.c 		int ret = adv_smbus_read_byte_data_check(client, command, true);
command           218 drivers/media/i2c/adv7511-v4l2.c 					 u8 command, unsigned length, u8 *values)
command           228 drivers/media/i2c/adv7511-v4l2.c 			     I2C_SMBUS_READ, command,
command           281 drivers/media/i2c/adv7842.c 					  u8 command, bool check)
command           286 drivers/media/i2c/adv7842.c 			    I2C_SMBUS_READ, command,
command           291 drivers/media/i2c/adv7842.c 			client->addr, command);
command           295 drivers/media/i2c/adv7842.c static s32 adv_smbus_read_byte_data(struct i2c_client *client, u8 command)
command           300 drivers/media/i2c/adv7842.c 		int ret = adv_smbus_read_byte_data_check(client, command, true);
command           313 drivers/media/i2c/adv7842.c 				     u8 command, u8 value)
command           323 drivers/media/i2c/adv7842.c 				     I2C_SMBUS_WRITE, command,
command           330 drivers/media/i2c/adv7842.c 			client->addr, command, value);
command           335 drivers/media/i2c/adv7842.c 					  u8 command, u8 value)
command           342 drivers/media/i2c/adv7842.c 		       I2C_SMBUS_WRITE, command,
command           347 drivers/media/i2c/adv7842.c 				  u8 command, unsigned length, const u8 *values)
command           356 drivers/media/i2c/adv7842.c 			      I2C_SMBUS_WRITE, command,
command           150 drivers/media/i2c/mt9t112.c static int __mt9t112_reg_read(const struct i2c_client *client, u16 command)
command           156 drivers/media/i2c/mt9t112.c 	command = swab16(command);
command           161 drivers/media/i2c/mt9t112.c 	msg[0].buf   = (u8 *)&command;
command           182 drivers/media/i2c/mt9t112.c 			       u16 command, u16 data)
command           188 drivers/media/i2c/mt9t112.c 	command = swab16(command);
command           191 drivers/media/i2c/mt9t112.c 	memcpy(buf + 0, &command, 2);
command           209 drivers/media/i2c/mt9t112.c 				  u16  command, u16  mask, u16  set)
command           211 drivers/media/i2c/mt9t112.c 	int val = __mt9t112_reg_read(client, command);
command           219 drivers/media/i2c/mt9t112.c 	return __mt9t112_reg_write(client, command, val);
command           223 drivers/media/i2c/mt9t112.c static int __mt9t112_mcu_read(const struct i2c_client *client, u16 command)
command           227 drivers/media/i2c/mt9t112.c 	ret = __mt9t112_reg_write(client, 0x098E, command);
command           235 drivers/media/i2c/mt9t112.c 			       u16 command, u16 data)
command           239 drivers/media/i2c/mt9t112.c 	ret = __mt9t112_reg_write(client, 0x098E, command);
command           247 drivers/media/i2c/mt9t112.c 				  u16  command, u16  mask, u16  set)
command           249 drivers/media/i2c/mt9t112.c 	int val = __mt9t112_mcu_read(client, command);
command           257 drivers/media/i2c/mt9t112.c 	return __mt9t112_mcu_write(client, command, val);
command           277 drivers/media/i2c/s5c73m3/s5c73m3-core.c int s5c73m3_isp_command(struct s5c73m3 *state, u16 command, u16 data)
command           285 drivers/media/i2c/s5c73m3/s5c73m3-core.c 	ret = s5c73m3_write(state, 0x00095000, command);
command           296 drivers/media/i2c/s5c73m3/s5c73m3-core.c static int s5c73m3_isp_comm_result(struct s5c73m3 *state, u16 command,
command           299 drivers/media/i2c/s5c73m3/s5c73m3-core.c 	return s5c73m3_read(state, COMM_RESULT_OFFSET + command, data);
command           437 drivers/media/i2c/s5c73m3/s5c73m3.h int s5c73m3_isp_command(struct s5c73m3 *state, u16 command, u16 data);
command           223 drivers/media/i2c/saa6752hs.c 				  enum saa6752hs_command command)
command           230 drivers/media/i2c/saa6752hs.c 	switch(command) {
command           338 drivers/media/i2c/tw9910.c static int tw9910_mask_set(struct i2c_client *client, u8 command,
command           341 drivers/media/i2c/tw9910.c 	s32 val = i2c_smbus_read_byte_data(client, command);
command           349 drivers/media/i2c/tw9910.c 	return i2c_smbus_write_byte_data(client, command, val);
command           494 drivers/media/pci/bt8xx/bt878.c 	u8 command;
command           508 drivers/media/pci/bt8xx/bt878.c 	pci_read_config_byte(bt->dev, PCI_COMMAND, &command);
command           510 drivers/media/pci/bt8xx/bt878.c 	command &= ~PCI_COMMAND_MASTER;
command           511 drivers/media/pci/bt8xx/bt878.c 	pci_write_config_byte(bt->dev, PCI_COMMAND, command);
command          4913 drivers/media/pci/bt8xx/bttv-cards.c 	unsigned char command;
command          4935 drivers/media/pci/bt8xx/bttv-cards.c 		pci_read_config_byte(btv->c.pci, BT878_DEVCTRL, &command);
command          4937 drivers/media/pci/bt8xx/bttv-cards.c 			command |= BT878_EN_TBFX;
command          4939 drivers/media/pci/bt8xx/bttv-cards.c 			command |= BT878_EN_VSFX;
command          4940 drivers/media/pci/bt8xx/bttv-cards.c 		pci_write_config_byte(btv->c.pci, BT878_DEVCTRL, command);
command           188 drivers/media/pci/bt8xx/bttv-input.c 	u8 toggle, command, system;
command           218 drivers/media/pci/bt8xx/bttv-input.c 	command = RC5_INSTR(rc5);
command           224 drivers/media/pci/bt8xx/bttv-input.c 		command += 0x40;
command           230 drivers/media/pci/bt8xx/bttv-input.c 	scancode = RC_SCANCODE_RC5(system, command);
command            48 drivers/media/pci/bt8xx/dst_ca.c static void put_command_and_length(u8 *data, int command, int length)
command            50 drivers/media/pci/bt8xx/dst_ca.c 	data[0] = (command >> 16) & 0xff;
command            51 drivers/media/pci/bt8xx/dst_ca.c 	data[1] = (command >> 8) & 0xff;
command            52 drivers/media/pci/bt8xx/dst_ca.c 	data[2] = command & 0xff;
command           131 drivers/media/pci/bt8xx/dst_ca.c 	static u8 command[8] = {0x07, 0x40, 0x01, 0x00, 0x01, 0x00, 0x00, 0xff};
command           133 drivers/media/pci/bt8xx/dst_ca.c 	put_checksum(&command[0], command[0]);
command           134 drivers/media/pci/bt8xx/dst_ca.c 	if ((dst_put_ci(state, command, sizeof(command), state->messages, GET_REPLY)) < 0) {
command           292 drivers/media/pci/bt8xx/dst_ca.c 	u32 command = 0;
command           301 drivers/media/pci/bt8xx/dst_ca.c 		command = command | p_ca_message->msg[i];
command           303 drivers/media/pci/bt8xx/dst_ca.c 			command = command << 8;
command           305 drivers/media/pci/bt8xx/dst_ca.c 	dprintk(verbose, DST_CA_NOTICE, 1, " Command=[0x%x]", command);
command           307 drivers/media/pci/bt8xx/dst_ca.c 	switch (command) {
command           453 drivers/media/pci/bt8xx/dst_ca.c 	u32 command;
command           468 drivers/media/pci/bt8xx/dst_ca.c 	command = 0;
command           471 drivers/media/pci/bt8xx/dst_ca.c 		command = command | p_ca_message->msg[i];
command           473 drivers/media/pci/bt8xx/dst_ca.c 			command = command << 8;
command           475 drivers/media/pci/bt8xx/dst_ca.c 	dprintk(verbose, DST_CA_DEBUG, 1, " Command=[0x%x]\n", command);
command           477 drivers/media/pci/bt8xx/dst_ca.c 	switch (command) {
command           746 drivers/media/pci/cx23885/cx23885-417.c 			     u32 command,
command           756 drivers/media/pci/cx23885/cx23885-417.c 	dprintk(3, "%s: command(0x%X) = %s\n", __func__, command,
command           757 drivers/media/pci/cx23885/cx23885-417.c 		cmd_to_str(command));
command           764 drivers/media/pci/cx23885/cx23885-417.c 			value, cmd_to_str(command));
command           774 drivers/media/pci/cx23885/cx23885-417.c 		       flag, cmd_to_str(command));
command           783 drivers/media/pci/cx23885/cx23885-417.c 	mc417_memory_write(dev, dev->cx23417_mailbox + 1, command);
command           828 drivers/media/pci/cx23885/cx23885-417.c 			   u32 command,
command           837 drivers/media/pci/cx23885/cx23885-417.c 	dprintk(3, "%s() cmds = 0x%08x\n", __func__, command);
command           843 drivers/media/pci/cx23885/cx23885-417.c 	err = cx23885_mbox_func(dev, command, inputcnt, outputcnt, data);
command          1412 drivers/media/pci/cx23885/cx23885-cards.c int cx23885_tuner_callback(void *priv, int component, int command, int arg)
command          1418 drivers/media/pci/cx23885/cx23885-cards.c 	if ((command == XC2028_RESET_CLK) || (command == XC2028_I2C_FLUSH))
command          1421 drivers/media/pci/cx23885/cx23885-cards.c 	if (command != 0) {
command          1423 drivers/media/pci/cx23885/cx23885-cards.c 		       __func__, command);
command           552 drivers/media/pci/cx23885/cx23885.h 	int command, int arg);
command           318 drivers/media/pci/cx88/cx88-blackbird.c static int blackbird_mbox_func(void *priv, u32 command, int in,
command           326 drivers/media/pci/cx88/cx88-blackbird.c 	dprintk(1, "%s: 0x%X\n", __func__, command);
command           349 drivers/media/pci/cx88/cx88-blackbird.c 	memory_write(dev->core, dev->mailbox + 1, command); /* command code */
command           369 drivers/media/pci/cx88/cx88-blackbird.c 			dprintk(0, "ERROR: API Mailbox timeout %x\n", command);
command           395 drivers/media/pci/cx88/cx88-blackbird.c static int blackbird_api_cmd(struct cx8802_dev *dev, u32 command,
command           407 drivers/media/pci/cx88/cx88-blackbird.c 	err = blackbird_mbox_func(dev, command, inputcnt, outputcnt, data);
command          2959 drivers/media/pci/cx88/cx88-cards.c 				      int command, int arg)
command          2961 drivers/media/pci/cx88/cx88-cards.c 	switch (command) {
command          2991 drivers/media/pci/cx88/cx88-cards.c 						int command, int mode)
command          2993 drivers/media/pci/cx88/cx88-cards.c 	switch (command) {
command          3018 drivers/media/pci/cx88/cx88-cards.c 					     int command, int arg)
command          3020 drivers/media/pci/cx88/cx88-cards.c 	switch (command) {
command          3035 drivers/media/pci/cx88/cx88-cards.c 						  int command, int arg)
command          3037 drivers/media/pci/cx88/cx88-cards.c 	switch (command) {
command          3055 drivers/media/pci/cx88/cx88-cards.c 				   int command, int arg)
command          3057 drivers/media/pci/cx88/cx88-cards.c 	switch (command) {
command          3109 drivers/media/pci/cx88/cx88-cards.c 				      int command, int arg)
command          3117 drivers/media/pci/cx88/cx88-cards.c 							command, arg);
command          3120 drivers/media/pci/cx88/cx88-cards.c 		return cx88_pv_8000gt_callback(core, command, arg);
command          3123 drivers/media/pci/cx88/cx88-cards.c 		return cx88_dvico_xc2028_callback(core, command, arg);
command          3126 drivers/media/pci/cx88/cx88-cards.c 		return cx88_xc3028_winfast1800h_callback(core, command, arg);
command          3129 drivers/media/pci/cx88/cx88-cards.c 	switch (command) {
command          3156 drivers/media/pci/cx88/cx88-cards.c 				      int command, int arg)
command          3165 drivers/media/pci/cx88/cx88-cards.c 							      command, arg);
command          3176 drivers/media/pci/cx88/cx88-cards.c 				      int command, int arg)
command          3180 drivers/media/pci/cx88/cx88-cards.c 		if (command == 0) { /* This is the reset command from xc5000 */
command          3205 drivers/media/pci/cx88/cx88-cards.c 		if (command == 0) { /* This is the reset command from xc5000 */
command          3218 drivers/media/pci/cx88/cx88-cards.c int cx88_tuner_callback(void *priv, int component, int command, int arg)
command          3241 drivers/media/pci/cx88/cx88-cards.c 		return cx88_xc2028_tuner_callback(core, command, arg);
command          3244 drivers/media/pci/cx88/cx88-cards.c 		return cx88_xc4000_tuner_callback(core, command, arg);
command          3247 drivers/media/pci/cx88/cx88-cards.c 		return cx88_xc5000_tuner_callback(core, command, arg);
command           674 drivers/media/pci/cx88/cx88.h int cx88_tuner_callback(void *dev, int component, int command, int arg);
command            90 drivers/media/pci/ddbridge/ddbridge-mci.c 		struct mci_command *command,
command            97 drivers/media/pci/ddbridge/ddbridge-mci.c 				 (u32 *)command, sizeof(*command) / sizeof(u32),
command           105 drivers/media/pci/ddbridge/ddbridge-mci.h 			u8  command;
command           254 drivers/media/pci/ddbridge/ddbridge-mci.h int ddb_mci_cmd(struct mci *state, struct mci_command *command,
command            75 drivers/media/pci/ddbridge/ddbridge-sx8.c 	cmd.command = MCI_CMD_GETSIGNALINFO;
command           116 drivers/media/pci/ddbridge/ddbridge-sx8.c 	cmd.command = MCI_CMD_GETSTATUS;
command           142 drivers/media/pci/ddbridge/ddbridge-sx8.c 	cmd.command = on ? SX8_CMD_INPUT_ENABLE : SX8_CMD_INPUT_DISABLE;
command           157 drivers/media/pci/ddbridge/ddbridge-sx8.c 		cmd.command = MCI_CMD_STOP;
command           161 drivers/media/pci/ddbridge/ddbridge-sx8.c 			cmd.command = SX8_CMD_DISABLE_IQOUTPUT;
command           278 drivers/media/pci/ddbridge/ddbridge-sx8.c 		cmd.command = SX8_CMD_ENABLE_IQOUTPUT;
command           288 drivers/media/pci/ddbridge/ddbridge-sx8.c 	cmd.command = MCI_CMD_SEARCH_DVBS;
command           344 drivers/media/pci/ddbridge/ddbridge-sx8.c 	cmd.command = SX8_CMD_START_IQ;
command           949 drivers/media/pci/dm1105/dm1105.c 	static u8 command[1] = { 0x28 };
command           955 drivers/media/pci/dm1105/dm1105.c 			.buf = command,
command          7100 drivers/media/pci/saa7134/saa7134-cards.c 				   int command, int arg)
command          7102 drivers/media/pci/saa7134/saa7134-cards.c 	switch (command) {
command          7135 drivers/media/pci/saa7134/saa7134-cards.c 				   int command, int arg)
command          7141 drivers/media/pci/saa7134/saa7134-cards.c 		if (command == XC5000_TUNER_RESET) {
command          7164 drivers/media/pci/saa7134/saa7134-cards.c 					 int command, int arg)
command          7168 drivers/media/pci/saa7134/saa7134-cards.c 	switch (command) {
command          7249 drivers/media/pci/saa7134/saa7134-cards.c 					  int command, int arg)
command          7253 drivers/media/pci/saa7134/saa7134-cards.c 	switch (command) {
command          7279 drivers/media/pci/saa7134/saa7134-cards.c 				    int command, int arg)
command          7291 drivers/media/pci/saa7134/saa7134-cards.c 		ret = saa7134_tda8290_18271_callback(dev, command, arg);
command          7295 drivers/media/pci/saa7134/saa7134-cards.c 		ret = saa7134_tda8290_827x_callback(dev, command, arg);
command          7301 drivers/media/pci/saa7134/saa7134-cards.c int saa7134_tuner_callback(void *priv, int component, int command, int arg)
command          7308 drivers/media/pci/saa7134/saa7134-cards.c 			return saa7134_tda8290_callback(dev, command, arg);
command          7310 drivers/media/pci/saa7134/saa7134-cards.c 			return saa7134_xc2028_callback(dev, command, arg);
command          7312 drivers/media/pci/saa7134/saa7134-cards.c 			return saa7134_xc5000_callback(dev, command, arg);
command           789 drivers/media/pci/saa7134/saa7134.h int saa7134_tuner_callback(void *priv, int component, int command, int arg);
command           102 drivers/media/pci/saa7164/saa7164-bus.c 	dprintk(DBGLVL_BUS, " .command          = 0x%x\n", m->command);
command           216 drivers/media/pci/saa7164/saa7164-bus.c 	msg->command = (__force u32)cpu_to_le32(msg->command);
command           284 drivers/media/pci/saa7164/saa7164-bus.c 	msg->command = le32_to_cpu((__force __le32)msg->command);
command           380 drivers/media/pci/saa7164/saa7164-bus.c 	msg_tmp.command = le32_to_cpu((__force __le32)msg_tmp.command);
command           391 drivers/media/pci/saa7164/saa7164-bus.c 	if ((msg_tmp.id != msg->id) || (msg_tmp.command != msg->command) ||
command           327 drivers/media/pci/saa7164/saa7164-cmd.c int saa7164_cmd_send(struct saa7164_dev *dev, u8 id, enum tmComResCmd command,
command           341 drivers/media/pci/saa7164/saa7164-cmd.c 		command, controlselector);
command           354 drivers/media/pci/saa7164/saa7164-cmd.c 	command_t.command = command;
command           515 drivers/media/pci/saa7164/saa7164-cmd.c 			(presponse_t->command != pcommand_t->command) ||
command            85 drivers/media/pci/saa7164/saa7164-types.h 	u32	command;
command           511 drivers/media/pci/saa7164/saa7164.h 	u8 id, enum tmComResCmd command, u16 controlselector,
command            25 drivers/media/pci/ttpci/av7110_ir.c 	u32 command, addr, scancode;
command            33 drivers/media/pci/ttpci/av7110_ir.c 			command = ircom & 0x3f;
command            35 drivers/media/pci/ttpci/av7110_ir.c 			scancode = RC_SCANCODE_RC5(addr, command);
command            53 drivers/media/pci/ttpci/av7110_ir.c 			command = ircom & 0x3f;
command            56 drivers/media/pci/ttpci/av7110_ir.c 				command |= 0x40;
command            57 drivers/media/pci/ttpci/av7110_ir.c 			scancode = RC_SCANCODE_RC5(addr, command);
command           106 drivers/media/pci/ttpci/budget-ci.c 	u32 command = ttpci_budget_debiread(&budget_ci->budget, DEBINOSWAP, DEBIADDR_IR, 2, 1, 0) >> 8;
command           125 drivers/media/pci/ttpci/budget-ci.c 		printk("budget_ci: received byte 0x%02x\n", command);
command           128 drivers/media/pci/ttpci/budget-ci.c 	command = command & 0x7f;
command           131 drivers/media/pci/ttpci/budget-ci.c 	if (command & 0x40) {
command           133 drivers/media/pci/ttpci/budget-ci.c 		budget_ci->ir.ir_key = command & 0x3f;
command           143 drivers/media/pci/ttpci/budget-ci.c 	    budget_ci->ir.rc5_device != (command & 0x1f))
command           149 drivers/media/pci/ttpci/budget-ci.c 			   !!(command & 0x20));
command           155 drivers/media/pci/ttpci/budget-ci.c 		   !!(command & 0x20));
command           103 drivers/media/platform/cros-ec-cec/cros-ec-cec.c 	msg.msg.command = EC_CMD_CEC_SET;
command           129 drivers/media/platform/cros-ec-cec/cros-ec-cec.c 	msg.msg.command = EC_CMD_CEC_WRITE_MSG;
command           153 drivers/media/platform/cros-ec-cec/cros-ec-cec.c 	msg.msg.command = EC_CMD_CEC_SET;
command           171 drivers/media/platform/marvell-ccic/cafe-driver.c 		u16 addr, u8 command, u8 value)
command           186 drivers/media/platform/marvell-ccic/cafe-driver.c 	rval = value | ((command << TWSIC1_ADDR_SHIFT) & TWSIC1_ADDR);
command           217 drivers/media/platform/marvell-ccic/cafe-driver.c 				command, value);
command           222 drivers/media/platform/marvell-ccic/cafe-driver.c 				command, value);
command           250 drivers/media/platform/marvell-ccic/cafe-driver.c 		u16 addr, u8 command, u8 *value)
command           265 drivers/media/platform/marvell-ccic/cafe-driver.c 	rval = TWSIC1_READ | ((command << TWSIC1_ADDR_SHIFT) & TWSIC1_ADDR);
command           276 drivers/media/platform/marvell-ccic/cafe-driver.c 		cam_err(cam, "SMBUS read (%02x/%02x) error\n", addr, command);
command           281 drivers/media/platform/marvell-ccic/cafe-driver.c 				command);
command           293 drivers/media/platform/marvell-ccic/cafe-driver.c 		unsigned short flags, char rw, u8 command,
command           309 drivers/media/platform/marvell-ccic/cafe-driver.c 		ret = cafe_smbus_write_data(cam, addr, command, data->byte);
command           311 drivers/media/platform/marvell-ccic/cafe-driver.c 		ret = cafe_smbus_read_data(cam, addr, command, &data->byte);
command            14 drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx  *ctx, int command,
command            31 drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c 				ctx->id, ctx->type, command, timeout_ms,
command            35 drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c 				ctx->id, ctx->type, command, ctx->int_cond,
command            15 drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.h int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx *data, int command,
command            21 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c int s5p_mfc_wait_for_done_dev(struct s5p_mfc_dev *dev, int command)
command            26 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c 		(dev->int_cond && (dev->int_type == command
command            31 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c 							dev->int_type, command);
command            38 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c 							dev->int_type, command);
command            52 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c 				    int command, int interrupt)
command            58 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c 				(ctx->int_cond && (ctx->int_type == command
command            63 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c 				(ctx->int_cond && (ctx->int_type == command
command            69 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c 							ctx->int_type, command);
command            76 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c 							ctx->int_type, command);
command            18 drivers/media/platform/s5p-mfc/s5p_mfc_intr.h 			      int command, int interrupt);
command            19 drivers/media/platform/s5p-mfc/s5p_mfc_intr.h int s5p_mfc_wait_for_done_dev(struct s5p_mfc_dev *dev, int command);
command            33 drivers/media/platform/sti/delta/delta-ipc.c 	u32 command;
command           101 drivers/media/platform/sti/delta/delta-ipc.c 			     enum delta_ipc_fw_command command,
command           107 drivers/media/platform/sti/delta/delta-ipc.c 	header->command = command;
command           193 drivers/media/radio/si4713/si4713.c static int si4713_send_command(struct si4713_device *sdev, const u8 command,
command           206 drivers/media/radio/si4713/si4713.c 	data1[0] = command;
command           213 drivers/media/radio/si4713/si4713.c 			command);
command           233 drivers/media/radio/si4713/si4713.c 				err, command);
command            44 drivers/media/rc/ir-nec-decoder.c 	u8 address, not_address, command, not_command;
command           144 drivers/media/rc/ir-nec-decoder.c 			command	    = bitrev8((data->bits >>  8) & 0xff);
command           149 drivers/media/rc/ir-nec-decoder.c 							    command,
command           114 drivers/media/rc/ir-rc5-decoder.c 			u8 xdata, command, system;
command           120 drivers/media/rc/ir-rc5-decoder.c 			command  = (data->bits & 0x00FC0) >> 6;
command           123 drivers/media/rc/ir-rc5-decoder.c 			command += (data->bits & 0x40000) ? 0 : 0x40;
command           124 drivers/media/rc/ir-rc5-decoder.c 			scancode = system << 16 | command << 8 | xdata;
command           129 drivers/media/rc/ir-rc5-decoder.c 			u8 command, system;
command           134 drivers/media/rc/ir-rc5-decoder.c 			command  = (data->bits & 0x0003F) >> 0;
command           137 drivers/media/rc/ir-rc5-decoder.c 			command += (data->bits & 0x01000) ? 0 : 0x40;
command           138 drivers/media/rc/ir-rc5-decoder.c 			scancode = system << 8 | command;
command           143 drivers/media/rc/ir-rc5-decoder.c 			u8 command, system;
command           148 drivers/media/rc/ir-rc5-decoder.c 			command  = (data->bits & 0x0003F) >> 0;
command           151 drivers/media/rc/ir-rc5-decoder.c 			scancode = system << 6 | command;
command           214 drivers/media/rc/ir-rc5-decoder.c 	unsigned int data, xdata, command, commandx, system, pre_space_data;
command           219 drivers/media/rc/ir-rc5-decoder.c 		command  = (scancode & 0x003f) >> 0;
command           223 drivers/media/rc/ir-rc5-decoder.c 		data = !commandx << 12 | system << 6 | command;
command           233 drivers/media/rc/ir-rc5-decoder.c 		command  = (scancode & 0x003f00) >> 8;
command           238 drivers/media/rc/ir-rc5-decoder.c 		data = commandx << 18 | system << 12 | command << 6 | xdata;
command            51 drivers/media/rc/ir-sanyo-decoder.c 	u8 command, not_command;
command           143 drivers/media/rc/ir-sanyo-decoder.c 		command	    = bitrev8((data->bits >>  8) & 0xff);
command           146 drivers/media/rc/ir-sanyo-decoder.c 		if ((command ^ not_command) != 0xff) {
command           153 drivers/media/rc/ir-sanyo-decoder.c 		scancode = address << 8 | command;
command            41 drivers/media/rc/ir-sharp-decoder.c 	u32 msg, echo, address, command, scancode;
command           151 drivers/media/rc/ir-sharp-decoder.c 		command = bitrev8((msg >> 2) & 0xff);
command           153 drivers/media/rc/ir-sharp-decoder.c 		scancode = address << 8 | command;
command            52 drivers/media/rc/zx-irdec.c 	u8 command, not_command;
command            67 drivers/media/rc/zx-irdec.c 	command = (rawcode >> 16) & 0xff;
command            72 drivers/media/rc/zx-irdec.c 					    command, not_command,
command           113 drivers/media/usb/au0828/au0828-cards.c int au0828_tuner_callback(void *priv, int component, int command, int arg)
command           124 drivers/media/usb/au0828/au0828-cards.c 		if (command == 0) {
command           310 drivers/media/usb/au0828/au0828.h 				 int command, int arg);
command           234 drivers/media/usb/cpia2/cpia2.h 	u32 command;
command           430 drivers/media/usb/cpia2/cpia2.h 		     unsigned int command,
command           129 drivers/media/usb/cpia2/cpia2_core.c 		     u32 command, u8 direction, u8 param)
command           135 drivers/media/usb/cpia2/cpia2_core.c 	cmd.command = command;
command           142 drivers/media/usb/cpia2/cpia2_core.c 	switch (command) {
command           428 drivers/media/usb/cpia2/cpia2_core.c 	switch (command) {
command           718 drivers/media/usb/cx231xx/cx231xx-417.c static int cx231xx_mbox_func(void *priv, u32 command, int in, int out,
command           726 drivers/media/usb/cx231xx/cx231xx-417.c 	dprintk(3, "%s: command(0x%X) = %s\n", __func__, command,
command           727 drivers/media/usb/cx231xx/cx231xx-417.c 		cmd_to_str(command));
command           734 drivers/media/usb/cx231xx/cx231xx-417.c 			value, cmd_to_str(command));
command           744 drivers/media/usb/cx231xx/cx231xx-417.c 				flag, cmd_to_str(command));
command           753 drivers/media/usb/cx231xx/cx231xx-417.c 	mc417_memory_write(dev, dev->cx23417_mailbox + 1, command);
command           797 drivers/media/usb/cx231xx/cx231xx-417.c static int cx231xx_api_cmd(struct cx231xx *dev, u32 command,
command           804 drivers/media/usb/cx231xx/cx231xx-417.c 	dprintk(3, "%s() cmds = 0x%08x\n", __func__, command);
command           810 drivers/media/usb/cx231xx/cx231xx-417.c 	err = cx231xx_mbox_func(dev, command, inputcnt, outputcnt, data);
command          1083 drivers/media/usb/cx231xx/cx231xx-cards.c int cx231xx_tuner_callback(void *ptr, int component, int command, int arg)
command          1089 drivers/media/usb/cx231xx/cx231xx-cards.c 		if (command == XC5000_TUNER_RESET) {
command          1092 drivers/media/usb/cx231xx/cx231xx-cards.c 				command, dev->tuner_type);
command          1104 drivers/media/usb/cx231xx/cx231xx-cards.c 		switch (command) {
command           964 drivers/media/usb/cx231xx/cx231xx.h int cx231xx_tuner_callback(void *ptr, int component, int command, int arg);
command           349 drivers/media/usb/dvb-usb-v2/dvbsky.c 	u8 command[4], respond[2], command_size, respond_size;
command           351 drivers/media/usb/dvb-usb-v2/dvbsky.c 	command[1] = (u8)((addr >> 8) & 0xff); /*high part of address*/
command           352 drivers/media/usb/dvb-usb-v2/dvbsky.c 	command[2] = (u8)(addr & 0xff); /*low part of address*/
command           354 drivers/media/usb/dvb-usb-v2/dvbsky.c 		command[0] = 0x71;
command           358 drivers/media/usb/dvb-usb-v2/dvbsky.c 		command[0] = 0x70;
command           359 drivers/media/usb/dvb-usb-v2/dvbsky.c 		command[3] = data;
command           363 drivers/media/usb/dvb-usb-v2/dvbsky.c 	ret = dvbsky_usb_generic_rw(d, command, command_size,
command            49 drivers/media/usb/dvb-usb/af9005.c 	u8 command, seq;
command            74 drivers/media/usb/dvb-usb/af9005.c 		command = AF9005_CMD_OFDM_REG;
command            76 drivers/media/usb/dvb-usb/af9005.c 		command = AF9005_CMD_TUNER;
command            80 drivers/media/usb/dvb-usb/af9005.c 		command |=
command            82 drivers/media/usb/dvb-usb/af9005.c 	command |= readwrite;
command            89 drivers/media/usb/dvb-usb/af9005.c 	st->data[7] = command;
command           448 drivers/media/usb/dvb-usb/af9005.c int af9005_send_command(struct dvb_usb_device *d, u8 command, u8 * wbuf,
command           478 drivers/media/usb/dvb-usb/af9005.c 	st->data[5] = command;
command          3468 drivers/media/usb/dvb-usb/af9005.h extern int af9005_send_command(struct dvb_usb_device *d, u8 command,
command           750 drivers/media/usb/dvb-usb/cxusb.c 					  int command, int arg)
command           755 drivers/media/usb/dvb-usb/cxusb.c 	switch (command) {
command           767 drivers/media/usb/dvb-usb/cxusb.c 			 command, arg);
command           420 drivers/media/usb/dvb-usb/dib0700_devices.c 				     int command, int arg)
command           425 drivers/media/usb/dvb-usb/dib0700_devices.c 	switch (command) {
command           437 drivers/media/usb/dvb-usb/dib0700_devices.c 			command, arg);
command          3475 drivers/media/usb/dvb-usb/dib0700_devices.c 					 int command, int arg)
command          3479 drivers/media/usb/dvb-usb/dib0700_devices.c 	if (command == XC5000_TUNER_RESET) {
command          3486 drivers/media/usb/dvb-usb/dib0700_devices.c 		err("xc5000: unknown tuner callback command: %d\n", command);
command          3509 drivers/media/usb/dvb-usb/dib0700_devices.c 					 int command, int arg)
command          3514 drivers/media/usb/dvb-usb/dib0700_devices.c 	if (command == XC4000_TUNER_RESET) {
command          3520 drivers/media/usb/dvb-usb/dib0700_devices.c 		err("xc4000: unknown tuner callback command: %d\n", command);
command           438 drivers/media/usb/dvb-usb/opera1.c 	u8 command[] = { READ_MAC_ADDR };
command           439 drivers/media/usb/dvb-usb/opera1.c 	opera1_xilinx_rw(d->udev, 0xb1, 0xa0, command, 1, OPERA_WRITE_MSG);
command          2733 drivers/media/usb/em28xx/em28xx-cards.c int em28xx_tuner_callback(void *ptr, int component, int command, int arg)
command          2742 drivers/media/usb/em28xx/em28xx-cards.c 	if (command != XC2028_TUNER_RESET && command != XC5000_TUNER_RESET)
command           845 drivers/media/usb/em28xx/em28xx.h int em28xx_tuner_callback(void *ptr, int component, int command, int arg);
command            39 drivers/media/usb/go7007/go7007-i2c.c 		u16 command, int flags, u8 *data)
command            50 drivers/media/usb/go7007/go7007-i2c.c 			command, addr);
command            54 drivers/media/usb/go7007/go7007-i2c.c 			*data, command, addr);
command            80 drivers/media/usb/go7007/go7007-i2c.c 	go7007_write_addr(go, I2C_LO_ADDR_REG_ADDR, command);
command            86 drivers/media/usb/go7007/go7007-i2c.c 					(addr << 9) | (command >> 8));
command            97 drivers/media/usb/go7007/go7007-i2c.c 			(addr << 9) | 0x0100 | (command >> 8));
command           130 drivers/media/usb/go7007/go7007-i2c.c 		u8 command, int size, union i2c_smbus_data *data)
command           136 drivers/media/usb/go7007/go7007-i2c.c 	return go7007_i2c_xfer(go, addr, read_write == I2C_SMBUS_READ, command,
command           397 drivers/media/usb/gspca/cpia1.c static int cpia_usb_transferCmd(struct gspca_dev *gspca_dev, u8 *command)
command           401 drivers/media/usb/gspca/cpia1.c 	int ret, databytes = command[6] | (command[7] << 8);
command           405 drivers/media/usb/gspca/cpia1.c 	if (command[0] == DATA_IN) {
command           408 drivers/media/usb/gspca/cpia1.c 	} else if (command[0] == DATA_OUT) {
command           413 drivers/media/usb/gspca/cpia1.c 			  command[0]);
command           419 drivers/media/usb/gspca/cpia1.c 			      command[1],
command           421 drivers/media/usb/gspca/cpia1.c 			      command[2] | (command[3] << 8),
command           422 drivers/media/usb/gspca/cpia1.c 			      command[4] | (command[5] << 8),
command           426 drivers/media/usb/gspca/cpia1.c 		pr_err("usb_control_msg %02x, error %d\n", command[1], ret);
command           437 drivers/media/usb/gspca/cpia1.c static int do_command(struct gspca_dev *gspca_dev, u16 command,
command           444 drivers/media/usb/gspca/cpia1.c 	switch (command) {
command           463 drivers/media/usb/gspca/cpia1.c 	cmd[0] = command >> 8;
command           464 drivers/media/usb/gspca/cpia1.c 	cmd[1] = command & 0xff;
command           476 drivers/media/usb/gspca/cpia1.c 	switch (command) {
command           559 drivers/media/usb/gspca/cpia1.c static int do_command_extended(struct gspca_dev *gspca_dev, u16 command,
command           566 drivers/media/usb/gspca/cpia1.c 	cmd[0] = command >> 8;
command           567 drivers/media/usb/gspca/cpia1.c 	cmd[1] = command & 0xff;
command            95 drivers/media/usb/gspca/finepix.c 		ret = command(gspca_dev, 1);
command           187 drivers/media/usb/gspca/finepix.c 	ret = command(gspca_dev, 0);
command           206 drivers/media/usb/gspca/finepix.c 	ret = command(gspca_dev, 1);
command            86 drivers/media/usb/gspca/jeilinj.c static void jlj_write2(struct gspca_dev *gspca_dev, unsigned char *command)
command            92 drivers/media/usb/gspca/jeilinj.c 	memcpy(gspca_dev->usb_buf, command, 2);
command            74 drivers/media/usb/gspca/jl2005bcd.c static int jl2005c_write2(struct gspca_dev *gspca_dev, unsigned char *command)
command            78 drivers/media/usb/gspca/jl2005bcd.c 	memcpy(gspca_dev->usb_buf, command, 2);
command            59 drivers/media/usb/gspca/sn9c2028.c static int sn9c2028_command(struct gspca_dev *gspca_dev, u8 *command)
command            64 drivers/media/usb/gspca/sn9c2028.c 		  command[0], command[1], command[2],
command            65 drivers/media/usb/gspca/sn9c2028.c 		  command[3], command[4], command[5]);
command            67 drivers/media/usb/gspca/sn9c2028.c 	memcpy(gspca_dev->usb_buf, command, 6);
command           118 drivers/media/usb/gspca/sn9c2028.c static int sn9c2028_long_command(struct gspca_dev *gspca_dev, u8 *command)
command           123 drivers/media/usb/gspca/sn9c2028.c 	status = sn9c2028_command(gspca_dev, command);
command           149 drivers/media/usb/gspca/sn9c2028.c static int sn9c2028_short_command(struct gspca_dev *gspca_dev, u8 *command)
command           153 drivers/media/usb/gspca/sn9c2028.c 	err_code = sn9c2028_command(gspca_dev, command);
command            76 drivers/media/usb/gspca/sq905c.c static int sq905c_command(struct gspca_dev *gspca_dev, u16 command, u16 index)
command            84 drivers/media/usb/gspca/sq905c.c 			      command, index, NULL, 0,
command            94 drivers/media/usb/gspca/sq905c.c static int sq905c_read(struct gspca_dev *gspca_dev, u16 command, u16 index,
command           103 drivers/media/usb/gspca/sq905c.c 			      command, index, gspca_dev->usb_buf, size,
command           253 drivers/media/usb/pulse8-cec/pulse8-cec.c static int pulse8_send(struct serio *serio, const u8 *command, u8 cmd_len)
command           260 drivers/media/usb/pulse8-cec/pulse8-cec.c 	for (; !err && cmd_len; command++, cmd_len--) {
command           261 drivers/media/usb/pulse8-cec/pulse8-cec.c 		if (*command >= MSGESC) {
command           264 drivers/media/usb/pulse8-cec/pulse8-cec.c 				err = serio_write(serio, *command - MSGOFFSET);
command           266 drivers/media/usb/pulse8-cec/pulse8-cec.c 			err = serio_write(serio, *command);
command           199 drivers/media/usb/rainshadow-cec/rainshadow-cec.c static int rain_send(struct rain *rain, const char *command)
command           203 drivers/media/usb/rainshadow-cec/rainshadow-cec.c 	dev_dbg(rain->dev, "send: %s\n", command);
command           204 drivers/media/usb/rainshadow-cec/rainshadow-cec.c 	while (!err && *command)
command           205 drivers/media/usb/rainshadow-cec/rainshadow-cec.c 		err = serio_write(rain->serio, *command++);
command           676 drivers/media/usb/tm6000/tm6000-cards.c int tm6000_xc5000_callback(void *ptr, int component, int command, int arg)
command           684 drivers/media/usb/tm6000/tm6000-cards.c 	switch (command) {
command           702 drivers/media/usb/tm6000/tm6000-cards.c int tm6000_tuner_callback(void *ptr, int component, int command, int arg)
command           710 drivers/media/usb/tm6000/tm6000-cards.c 	switch (command) {
command           155 drivers/media/usb/tm6000/tm6000-input.c 	u8 device, command;
command           162 drivers/media/usb/tm6000/tm6000-input.c 	command = buf[0];
command           167 drivers/media/usb/tm6000/tm6000-input.c 		scancode = RC_SCANCODE_RC5(device, command);
command           171 drivers/media/usb/tm6000/tm6000-input.c 		scancode = RC_SCANCODE_NEC(device, command);
command           175 drivers/media/usb/tm6000/tm6000-input.c 		scancode = RC_SCANCODE_OTHER(device << 8 | command);
command           299 drivers/media/usb/tm6000/tm6000.h int tm6000_tuner_callback(void *ptr, int component, int command, int arg);
command           300 drivers/media/usb/tm6000/tm6000.h int tm6000_xc5000_callback(void *ptr, int component, int command, int arg);
command           313 drivers/media/usb/ttusb-dec/ttusb_dec.c static int ttusb_dec_send_command(struct ttusb_dec *dec, const u8 command,
command           334 drivers/media/usb/ttusb-dec/ttusb_dec.c 	b[2] = command;
command          1631 drivers/media/usb/ttusb-dec/ttusb_dec.c static int fe_send_command(struct dvb_frontend* fe, const u8 command,
command          1636 drivers/media/usb/ttusb-dec/ttusb_dec.c 	return ttusb_dec_send_command(dec, command, param_length, params, result_length, cmd_result);
command            15 drivers/media/usb/ttusb-dec/ttusbdecfe.h 	int (*send_command)(struct dvb_frontend* fe, const u8 command,
command          1419 drivers/media/v4l2-core/tuner-core.c 	.command	= tuner_command,
command           179 drivers/memory/brcmstb_dpfe.c 	u32 command[DPFE_CMD_MAX][MSG_FIELD_MAX];
command           240 drivers/memory/brcmstb_dpfe.c 	.command = {
command           270 drivers/memory/brcmstb_dpfe.c 	.command = {
command           401 drivers/memory/brcmstb_dpfe.c 	const u32 *msg = priv->dpfe_api->command[cmd];
command           649 drivers/memory/brcmstb_dpfe.c static ssize_t generic_show(unsigned int command, u32 response[],
command           657 drivers/memory/brcmstb_dpfe.c 	ret = __send_command(priv, command, response);
command           341 drivers/memstick/core/ms_block.c 	u8 command, intreg;
command           363 drivers/memstick/core/ms_block.c 		command = MS_CMD_BLOCK_READ;
command           364 drivers/memstick/core/ms_block.c 		memstick_init_req(mrq, MS_TPC_SET_CMD, &command, 1);
command           477 drivers/memstick/core/ms_block.c 	u8 intreg, command;
command           512 drivers/memstick/core/ms_block.c 		command = MS_CMD_BLOCK_WRITE;
command           513 drivers/memstick/core/ms_block.c 		memstick_init_req(mrq, MS_TPC_SET_CMD, &command, 1);
command           656 drivers/memstick/core/ms_block.c 	u8 command = MS_CMD_RESET;
command           665 drivers/memstick/core/ms_block.c 		memstick_init_req(mrq, MS_TPC_SET_CMD, &command, 1);
command           126 drivers/mfd/cros_ec_dev.c 		msg->command = EC_CMD_GET_FEATURES + ec->cmd_offset;
command           172 drivers/mfd/cros_ec_dev.c 	msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset;
command           339 drivers/mfd/dm355evm_msp.c static void dm355evm_command(unsigned command)
command           343 drivers/mfd/dm355evm_msp.c 	status = dm355evm_msp_write(command, DM355EVM_MSP_COMMAND);
command           346 drivers/mfd/dm355evm_msp.c 				command, status);
command           311 drivers/mfd/rave-sp.c static u8 rave_sp_reply_code(u8 command)
command           319 drivers/mfd/rave-sp.c 	switch (command) {
command           325 drivers/mfd/rave-sp.c 		return command + 0x20;
command           331 drivers/mfd/rave-sp.c 		return command | 0x01;
command           338 drivers/mfd/rave-sp.c 		return command + 0x40;
command           352 drivers/mfd/rave-sp.c 	int command, ret = 0;
command           355 drivers/mfd/rave-sp.c 	command = sp->variant->cmd.translate(data[0]);
command           356 drivers/mfd/rave-sp.c 	if (command < 0)
command           357 drivers/mfd/rave-sp.c 		return command;
command           361 drivers/mfd/rave-sp.c 	reply.code  = rave_sp_reply_code((u8)command),
command           369 drivers/mfd/rave-sp.c 	data[0] = command;
command           593 drivers/mfd/rave-sp.c static int rave_sp_rdu1_cmd_translate(enum rave_sp_command command)
command           595 drivers/mfd/rave-sp.c 	if (command >= RAVE_SP_CMD_STATUS &&
command           596 drivers/mfd/rave-sp.c 	    command <= RAVE_SP_CMD_CONTROL_EVENTS)
command           597 drivers/mfd/rave-sp.c 		return command;
command           602 drivers/mfd/rave-sp.c static int rave_sp_rdu2_cmd_translate(enum rave_sp_command command)
command           604 drivers/mfd/rave-sp.c 	if (command >= RAVE_SP_CMD_GET_FIRMWARE_VERSION &&
command           605 drivers/mfd/rave-sp.c 	    command <= RAVE_SP_CMD_GET_GPIO_STATE)
command           606 drivers/mfd/rave-sp.c 		return command;
command           608 drivers/mfd/rave-sp.c 	if (command == RAVE_SP_CMD_REQ_COPPER_REV) {
command           616 drivers/mfd/rave-sp.c 	return rave_sp_rdu1_cmd_translate(command);
command           619 drivers/mfd/rave-sp.c static int rave_sp_default_cmd_translate(enum rave_sp_command command)
command           626 drivers/mfd/rave-sp.c 	switch (command) {
command           258 drivers/mfd/si476x-cmd.c 				    const u8 command,
command           280 drivers/mfd/si476x-cmd.c 	data[0] = command;
command           289 drivers/mfd/si476x-cmd.c 			command);
command           298 drivers/mfd/si476x-cmd.c 	if (!wait_event_timeout(core->command,
command           303 drivers/mfd/si476x-cmd.c 			 __func__, command);
command           312 drivers/mfd/si476x-cmd.c 	if (unlikely(!core->client->irq && command == CMD_POWER_UP)) {
command           313 drivers/mfd/si476x-cmd.c 		if (!wait_event_timeout(core->command,
command           326 drivers/mfd/si476x-cmd.c 			command);
command           336 drivers/mfd/si476x-cmd.c 			"[CMD 0x%02x] Chip set error flag\n", command);
command           413 drivers/mfd/si476x-i2c.c 	wake_up(&core->command);
command           500 drivers/mfd/si476x-i2c.c 		wake_up(&core->command);
command           750 drivers/mfd/si476x-i2c.c 	init_waitqueue_head(&core->command);
command            21 drivers/misc/cxl/native.c static int afu_control(struct cxl_afu *afu, u64 command, u64 clear,
command            29 drivers/misc/cxl/native.c 	pr_devel("AFU command starting: %llx\n", command);
command            31 drivers/misc/cxl/native.c 	trace_cxl_afu_ctrl(afu, command);
command            34 drivers/misc/cxl/native.c 	cxl_p2n_write(afu, CXL_AFU_Cntl_An, (AFU_Cntl & ~clear) | command);
command            51 drivers/misc/cxl/native.c 				     AFU_Cntl | command);
command            65 drivers/misc/cxl/native.c 	pr_devel("AFU command complete: %llx\n", command);
command            68 drivers/misc/cxl/native.c 	trace_cxl_afu_ctrl_done(afu, command, rc);
command            67 drivers/misc/eeprom/at25.c 	u8			command[EE_MAXADDRLEN + 1];
command            81 drivers/misc/eeprom/at25.c 	cp = command;
command           105 drivers/misc/eeprom/at25.c 	t[0].tx_buf = command;
command           175 drivers/misc/eeprom/eeprom_93cx6.c 	u16 command;
command           185 drivers/misc/eeprom/eeprom_93cx6.c 	command = (PCI_EEPROM_READ_OPCODE << eeprom->width) | word;
command           186 drivers/misc/eeprom/eeprom_93cx6.c 	eeprom_93cx6_write_bits(eeprom, command,
command           240 drivers/misc/eeprom/eeprom_93cx6.c 	u16 command;
command           251 drivers/misc/eeprom/eeprom_93cx6.c 	command = (PCI_EEPROM_READ_OPCODE << (eeprom->width + 1)) | byte;
command           252 drivers/misc/eeprom/eeprom_93cx6.c 	eeprom_93cx6_write_bits(eeprom, command,
command           298 drivers/misc/eeprom/eeprom_93cx6.c 	u16 command;
command           305 drivers/misc/eeprom/eeprom_93cx6.c 	command = enable ? PCI_EEPROM_EWEN_OPCODE : PCI_EEPROM_EWDS_OPCODE;
command           306 drivers/misc/eeprom/eeprom_93cx6.c 	command <<= (eeprom->width - 2);
command           308 drivers/misc/eeprom/eeprom_93cx6.c 	eeprom_93cx6_write_bits(eeprom, command,
command           331 drivers/misc/eeprom/eeprom_93cx6.c 	u16 command;
command           336 drivers/misc/eeprom/eeprom_93cx6.c 	command = PCI_EEPROM_WRITE_OPCODE << eeprom->width;
command           337 drivers/misc/eeprom/eeprom_93cx6.c 	command |= addr;
command           340 drivers/misc/eeprom/eeprom_93cx6.c 	eeprom_93cx6_write_bits(eeprom, command,
command            20 drivers/misc/ibmasm/command.c struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size)
command            22 drivers/misc/ibmasm/command.c 	struct command *cmd;
command            27 drivers/misc/ibmasm/command.c 	cmd = kzalloc(sizeof(struct command), GFP_KERNEL);
command            54 drivers/misc/ibmasm/command.c 	struct command *cmd = to_command(kref);
command            63 drivers/misc/ibmasm/command.c static void enqueue_command(struct service_processor *sp, struct command *cmd)
command            68 drivers/misc/ibmasm/command.c static struct command *dequeue_command(struct service_processor *sp)
command            70 drivers/misc/ibmasm/command.c 	struct command *cmd;
command            78 drivers/misc/ibmasm/command.c 	cmd = list_entry(next, struct command, queue_node);
command           105 drivers/misc/ibmasm/command.c void ibmasm_exec_command(struct service_processor *sp, struct command *cmd)
command           148 drivers/misc/ibmasm/command.c void ibmasm_wait_for_response(struct command *cmd, int timeout)
command           163 drivers/misc/ibmasm/command.c 	struct command *cmd = sp->current_command;
command            56 drivers/misc/ibmasm/dot_command.c 	struct command *command;
command            62 drivers/misc/ibmasm/dot_command.c 	command = ibmasm_new_command(sp, INIT_BUFFER_SIZE);
command            63 drivers/misc/ibmasm/dot_command.c 	if (command == NULL)
command            66 drivers/misc/ibmasm/dot_command.c 	header = (struct dot_command_header *)command->buffer;
command            73 drivers/misc/ibmasm/dot_command.c 	vpd_command = command->buffer + sizeof(struct dot_command_header);
command            85 drivers/misc/ibmasm/dot_command.c 	ibmasm_exec_command(sp, command);
command            86 drivers/misc/ibmasm/dot_command.c 	ibmasm_wait_for_response(command, IBMASM_CMD_TIMEOUT_NORMAL);
command            88 drivers/misc/ibmasm/dot_command.c 	if (command->status != IBMASM_CMD_COMPLETE)
command            91 drivers/misc/ibmasm/dot_command.c 	command_put(command);
command            98 drivers/misc/ibmasm/dot_command.c 	unsigned char			command[3];
command           112 drivers/misc/ibmasm/dot_command.c 	struct command *cmd;
command           125 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->command[0]		= 4;
command           126 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->command[1]		= 3;
command           127 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->command[2]		= 6;
command            73 drivers/misc/ibmasm/heartbeat.c 	struct command *cmd = sp->heartbeat;
command            88 drivers/misc/ibmasm/ibmasm.h #define to_command(c) container_of(c, struct command, kref)
command            91 drivers/misc/ibmasm/ibmasm.h static inline void command_put(struct command *cmd)
command           101 drivers/misc/ibmasm/ibmasm.h static inline void command_get(struct command *cmd)
command           144 drivers/misc/ibmasm/ibmasm.h 	struct command		*current_command;
command           145 drivers/misc/ibmasm/ibmasm.h 	struct command		*heartbeat;
command           157 drivers/misc/ibmasm/ibmasm.h struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size);
command           158 drivers/misc/ibmasm/ibmasm.h void ibmasm_exec_command(struct service_processor *sp, struct command *cmd);
command           159 drivers/misc/ibmasm/ibmasm.h void ibmasm_wait_for_response(struct command *cmd, int timeout);
command           214 drivers/misc/ibmasm/ibmasmfs.c 	struct command			*command;
command           242 drivers/misc/ibmasm/ibmasmfs.c 	command_data->command = NULL;
command           252 drivers/misc/ibmasm/ibmasmfs.c 	if (command_data->command)
command           253 drivers/misc/ibmasm/ibmasmfs.c 		command_put(command_data->command);
command           262 drivers/misc/ibmasm/ibmasmfs.c 	struct command *cmd;
command           274 drivers/misc/ibmasm/ibmasmfs.c 	cmd = command_data->command;
command           279 drivers/misc/ibmasm/ibmasmfs.c 	command_data->command = NULL;
command           299 drivers/misc/ibmasm/ibmasmfs.c 	struct command *cmd;
command           310 drivers/misc/ibmasm/ibmasmfs.c 	if (command_data->command)
command           323 drivers/misc/ibmasm/ibmasmfs.c 	if (command_data->command) {
command           328 drivers/misc/ibmasm/ibmasmfs.c 	command_data->command = cmd;
command            24 drivers/misc/ibmasm/lowlevel.c 	struct command *command = sp->current_command;
command            30 drivers/misc/ibmasm/lowlevel.c 	command_size = get_dot_command_size(command->buffer);
command            36 drivers/misc/ibmasm/lowlevel.c 	memcpy_toio(&message->data, command->buffer, command_size);
command            24 drivers/misc/ibmasm/r_heartbeat.c 	unsigned char			command[3];
command            32 drivers/misc/ibmasm/r_heartbeat.c 	.command = { 4, 3, 6 }
command            50 drivers/misc/ibmasm/r_heartbeat.c 	struct command *cmd;
command           121 drivers/misc/mei/bus-fixup.c 	u8  command;
command           147 drivers/misc/mei/bus-fixup.c 	req->hdr.command = MKHI_FWCAPS_SET_OS_VER_APP_RULE_CMD;
command           176 drivers/misc/mei/bus-fixup.c 	req->hdr.command = MKHI_GEN_GET_FW_VERSION_CMD;
command           272 drivers/misc/mei/bus-fixup.c 	u8 command;
command           282 drivers/misc/mei/bus-fixup.c 	u8 command;
command           327 drivers/misc/mei/bus-fixup.c 		.command = MEI_NFC_CMD_MAINTENANCE,
command            53 drivers/misc/vexpress-syscfg.c 	u32 command, status;
command            60 drivers/misc/vexpress-syscfg.c 	command = readl(syscfg->base + SYS_CFGCTRL);
command            61 drivers/misc/vexpress-syscfg.c 	if (WARN_ON(command & SYS_CFGCTRL_START))
command            64 drivers/misc/vexpress-syscfg.c 	command = func->template[index];
command            65 drivers/misc/vexpress-syscfg.c 	command |= SYS_CFGCTRL_START;
command            66 drivers/misc/vexpress-syscfg.c 	command |= write ? SYS_CFGCTRL_WRITE : 0;
command            73 drivers/misc/vexpress-syscfg.c 			func, command, *data);
command            76 drivers/misc/vexpress-syscfg.c 	writel(command, syscfg->base + SYS_CFGCTRL);
command          1085 drivers/mmc/host/sdhci-of-esdhc.c 	u32 command;
command          1089 drivers/mmc/host/sdhci-of-esdhc.c 		command = SDHCI_GET_CMD(sdhci_readw(host,
command          1091 drivers/mmc/host/sdhci-of-esdhc.c 		if (command == MMC_WRITE_MULTIPLE_BLOCK &&
command          2909 drivers/mmc/host/sdhci.c 	u32 command;
command          2913 drivers/mmc/host/sdhci.c 		command = SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND));
command          2914 drivers/mmc/host/sdhci.c 		if (command == MMC_SEND_TUNING_BLOCK ||
command          2915 drivers/mmc/host/sdhci.c 		    command == MMC_SEND_TUNING_BLOCK_HS200) {
command           254 drivers/mmc/host/wmt-sdmmc.c static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype,
command           263 drivers/mmc/host/wmt-sdmmc.c 	writeb(command, priv->sdmmc_base + SDMMC_CMD);
command           563 drivers/mmc/host/wmt-sdmmc.c 	u8 command;
command           586 drivers/mmc/host/wmt-sdmmc.c 	command = req->cmd->opcode;
command           599 drivers/mmc/host/wmt-sdmmc.c 		wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype);
command           660 drivers/mmc/host/wmt-sdmmc.c 		wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype);
command            66 drivers/mtd/devices/mchp23k256.c 	unsigned char command[MAX_CMD_SIZE];
command            73 drivers/mtd/devices/mchp23k256.c 	command[0] = MCHP23K256_CMD_WRITE;
command            74 drivers/mtd/devices/mchp23k256.c 	mchp23k256_addr2cmd(flash, to, command);
command            76 drivers/mtd/devices/mchp23k256.c 	transfer[0].tx_buf = command;
command           105 drivers/mtd/devices/mchp23k256.c 	unsigned char command[MAX_CMD_SIZE];
command           113 drivers/mtd/devices/mchp23k256.c 	command[0] = MCHP23K256_CMD_READ;
command           114 drivers/mtd/devices/mchp23k256.c 	mchp23k256_addr2cmd(flash, from, command);
command           116 drivers/mtd/devices/mchp23k256.c 	transfer[0].tx_buf = command;
command           147 drivers/mtd/devices/mchp23k256.c 	unsigned char command[2];
command           151 drivers/mtd/devices/mchp23k256.c 	command[0] = MCHP23K256_CMD_WRITE_STATUS;
command           152 drivers/mtd/devices/mchp23k256.c 	command[1] = MCHP23K256_MODE_SEQ;
command           154 drivers/mtd/devices/mchp23k256.c 	transfer.tx_buf = command;
command           155 drivers/mtd/devices/mchp23k256.c 	transfer.len = sizeof(command);
command            87 drivers/mtd/devices/mtd_dataflash.c 	u8			command[4];
command           155 drivers/mtd/devices/mtd_dataflash.c 	u8			*command;
command           170 drivers/mtd/devices/mtd_dataflash.c 	x.tx_buf = command = priv->command;
command           187 drivers/mtd/devices/mtd_dataflash.c 		command[0] = do_block ? OP_ERASE_BLOCK : OP_ERASE_PAGE;
command           188 drivers/mtd/devices/mtd_dataflash.c 		command[1] = (u8)(pageaddr >> 16);
command           189 drivers/mtd/devices/mtd_dataflash.c 		command[2] = (u8)(pageaddr >> 8);
command           190 drivers/mtd/devices/mtd_dataflash.c 		command[3] = 0;
command           194 drivers/mtd/devices/mtd_dataflash.c 			command[0], command[1], command[2], command[3],
command           236 drivers/mtd/devices/mtd_dataflash.c 	u8			*command;
command           246 drivers/mtd/devices/mtd_dataflash.c 	command = priv->command;
command           249 drivers/mtd/devices/mtd_dataflash.c 		command[0], command[1], command[2], command[3]);
command           253 drivers/mtd/devices/mtd_dataflash.c 	x[0].tx_buf = command;
command           267 drivers/mtd/devices/mtd_dataflash.c 	command[0] = OP_READ_CONTINUOUS;
command           268 drivers/mtd/devices/mtd_dataflash.c 	command[1] = (u8)(addr >> 16);
command           269 drivers/mtd/devices/mtd_dataflash.c 	command[2] = (u8)(addr >> 8);
command           270 drivers/mtd/devices/mtd_dataflash.c 	command[3] = (u8)(addr >> 0);
command           304 drivers/mtd/devices/mtd_dataflash.c 	u8			*command;
command           311 drivers/mtd/devices/mtd_dataflash.c 	x[0].tx_buf = command = priv->command;
command           347 drivers/mtd/devices/mtd_dataflash.c 			command[0] = OP_TRANSFER_BUF1;
command           348 drivers/mtd/devices/mtd_dataflash.c 			command[1] = (addr & 0x00FF0000) >> 16;
command           349 drivers/mtd/devices/mtd_dataflash.c 			command[2] = (addr & 0x0000FF00) >> 8;
command           350 drivers/mtd/devices/mtd_dataflash.c 			command[3] = 0;
command           353 drivers/mtd/devices/mtd_dataflash.c 				command[0], command[1], command[2], command[3]);
command           365 drivers/mtd/devices/mtd_dataflash.c 		command[0] = OP_PROGRAM_VIA_BUF1;
command           366 drivers/mtd/devices/mtd_dataflash.c 		command[1] = (addr & 0x00FF0000) >> 16;
command           367 drivers/mtd/devices/mtd_dataflash.c 		command[2] = (addr & 0x0000FF00) >> 8;
command           368 drivers/mtd/devices/mtd_dataflash.c 		command[3] = (addr & 0x000000FF);
command           371 drivers/mtd/devices/mtd_dataflash.c 			command[0], command[1], command[2], command[3]);
command           389 drivers/mtd/devices/mtd_dataflash.c 		command[0] = OP_COMPARE_BUF1;
command           390 drivers/mtd/devices/mtd_dataflash.c 		command[1] = (addr & 0x00FF0000) >> 16;
command           391 drivers/mtd/devices/mtd_dataflash.c 		command[2] = (addr & 0x0000FF00) >> 8;
command           392 drivers/mtd/devices/mtd_dataflash.c 		command[3] = 0;
command           395 drivers/mtd/devices/mtd_dataflash.c 			command[0], command[1], command[2], command[3]);
command           445 drivers/mtd/devices/spear_smi.c 		u32 bank, u32 command, u32 bytes)
command           464 drivers/mtd/devices/spear_smi.c 	writel(command, dev->io_base + SMI_TR);
command           498 drivers/mtd/devices/spear_smi.c 	u32 addr, command, bank;
command           517 drivers/mtd/devices/spear_smi.c 		command = get_sector_erase_cmd(flash, addr);
command           519 drivers/mtd/devices/spear_smi.c 		ret = spear_smi_erase_sector(dev, bank, command, 4);
command            93 drivers/mtd/devices/sst25l.c 	unsigned char command[2];
command            96 drivers/mtd/devices/sst25l.c 	command[0] = enable ? SST25L_CMD_WREN : SST25L_CMD_WRDI;
command            97 drivers/mtd/devices/sst25l.c 	err = spi_write(flash->spi, command, 1);
command           101 drivers/mtd/devices/sst25l.c 	command[0] = SST25L_CMD_EWSR;
command           102 drivers/mtd/devices/sst25l.c 	err = spi_write(flash->spi, command, 1);
command           106 drivers/mtd/devices/sst25l.c 	command[0] = SST25L_CMD_WRSR;
command           107 drivers/mtd/devices/sst25l.c 	command[1] = enable ? 0 : SST25L_STATUS_BP0 | SST25L_STATUS_BP1;
command           108 drivers/mtd/devices/sst25l.c 	err = spi_write(flash->spi, command, 2);
command           144 drivers/mtd/devices/sst25l.c 	unsigned char command[4];
command           151 drivers/mtd/devices/sst25l.c 	command[0] = SST25L_CMD_SECTOR_ERASE;
command           152 drivers/mtd/devices/sst25l.c 	command[1] = offset >> 16;
command           153 drivers/mtd/devices/sst25l.c 	command[2] = offset >> 8;
command           154 drivers/mtd/devices/sst25l.c 	command[3] = offset;
command           155 drivers/mtd/devices/sst25l.c 	err = spi_write(flash->spi, command, 4);
command           212 drivers/mtd/devices/sst25l.c 	unsigned char command[4];
command           218 drivers/mtd/devices/sst25l.c 	command[0] = SST25L_CMD_READ;
command           219 drivers/mtd/devices/sst25l.c 	command[1] = from >> 16;
command           220 drivers/mtd/devices/sst25l.c 	command[2] = from >> 8;
command           221 drivers/mtd/devices/sst25l.c 	command[3] = from;
command           223 drivers/mtd/devices/sst25l.c 	transfer[0].tx_buf = command;
command           224 drivers/mtd/devices/sst25l.c 	transfer[0].len = sizeof(command);
command           242 drivers/mtd/devices/sst25l.c 	if (retlen && message.actual_length > sizeof(command))
command           243 drivers/mtd/devices/sst25l.c 		*retlen += message.actual_length - sizeof(command);
command           254 drivers/mtd/devices/sst25l.c 	unsigned char command[5];
command           271 drivers/mtd/devices/sst25l.c 		command[0] = SST25L_CMD_AAI_PROGRAM;
command           272 drivers/mtd/devices/sst25l.c 		command[1] = (to + i) >> 16;
command           273 drivers/mtd/devices/sst25l.c 		command[2] = (to + i) >> 8;
command           274 drivers/mtd/devices/sst25l.c 		command[3] = (to + i);
command           275 drivers/mtd/devices/sst25l.c 		command[4] = buf[i];
command           276 drivers/mtd/devices/sst25l.c 		ret = spi_write(flash->spi, command, 5);
command           291 drivers/mtd/devices/sst25l.c 			command[1] = buf[i + j];
command           292 drivers/mtd/devices/sst25l.c 			ret = spi_write(flash->spi, command, 2);
command          1106 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, FLEXONENAND_CMD_RECOVER_LSB, addr, this->writesize);
command          1160 drivers/mtd/nand/onenand/onenand_base.c 			this->command(mtd, ONENAND_CMD_READ, from, writesize);
command          1256 drivers/mtd/nand/onenand/onenand_base.c 			this->command(mtd, ONENAND_CMD_READ, from, writesize);
command          1273 drivers/mtd/nand/onenand/onenand_base.c 			this->command(mtd, ONENAND_CMD_READ, from, writesize);
command          1391 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, readcmd, from, mtd->oobsize);
command          1566 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, readcmd, from, mtd->oobsize);
command          1614 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, readcmd, to, mtd->oobsize);
command          1646 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_READ, addr, this->writesize);
command          1730 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_BUFFERRAM, to, thislen);
command          1743 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_PROG, to, mtd->writesize);
command          1836 drivers/mtd/nand/onenand/onenand_base.c 			this->command(mtd, ONENAND_CMD_BUFFERRAM, to, thislen);
command          1911 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, cmd, to, mtd->writesize);
command          2023 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_BUFFERRAM, to, mtd->oobsize);
command          2041 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, oobcmd, to, mtd->oobsize);
command          2136 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_ERASE_VERIFY, addr, block_size);
command          2212 drivers/mtd/nand/onenand/onenand_base.c 			this->command(mtd, ONENAND_CMD_MULTIBLOCK_ERASE,
command          2232 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_ERASE, addr, block_size);
command          2297 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_ERASE, addr, block_size);
command          2522 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, cmd, 0, 0);
command          2552 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, cmd, 0, 0);
command          2658 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_UNLOCK_ALL, 0, 0);
command          2825 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_OTP_ACCESS, 0, 0);
command          2855 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_RESET, 0, 0);
command          2918 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, ONENAND_CMD_OTP_ACCESS, 0, 0);
command          2926 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, ONENAND_CMD_RESET, 0, 0);
command          2959 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, ONENAND_CMD_OTP_ACCESS, 0, 0);
command          2970 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, ONENAND_CMD_RESET, 0, 0);
command          2996 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_OTP_ACCESS, 0, 0);
command          3010 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_RESET, 0, 0);
command          3402 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, FLEXONENAND_CMD_PI_ACCESS, die, 0);
command          3405 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, FLEXONENAND_CMD_READ_PI, die, 0);
command          3415 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, ONENAND_CMD_RESET, 0, 0);
command          3595 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, FLEXONENAND_CMD_PI_ACCESS, die, 0);
command          3599 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, FLEXONENAND_CMD_READ_PI, die, 0);
command          3617 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, ONENAND_CMD_ERASE, addr, 0);
command          3626 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, ONENAND_CMD_PROG, addr, 0);
command          3634 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, FLEXONENAND_CMD_PI_UPDATE, die, 0);
command          3833 drivers/mtd/nand/onenand/onenand_base.c 	if (!this->command)
command          3834 drivers/mtd/nand/onenand/onenand_base.c 		this->command = onenand_command;
command           780 drivers/mtd/nand/onenand/samsung.c 		this->command(mtd, ONENAND_CMD_UNLOCK_ALL, 0, 0);
command           828 drivers/mtd/nand/onenand/samsung.c 	this->command = s3c_onenand_command;
command           239 drivers/mtd/nand/raw/au1550nd.c static void au1550_command(struct nand_chip *this, unsigned command,
command           253 drivers/mtd/nand/raw/au1550nd.c 	if (command == NAND_CMD_SEQIN) {
command           269 drivers/mtd/nand/raw/au1550nd.c 	ctx->write_byte(this, command);
command           281 drivers/mtd/nand/raw/au1550nd.c 					!nand_opcode_8bits(command))
command           288 drivers/mtd/nand/raw/au1550nd.c 			if (command == NAND_CMD_READ0 ||
command           289 drivers/mtd/nand/raw/au1550nd.c 			    command == NAND_CMD_READ1 ||
command           290 drivers/mtd/nand/raw/au1550nd.c 			    command == NAND_CMD_READOOB) {
command           318 drivers/mtd/nand/raw/au1550nd.c 	switch (command) {
command           210 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 					      unsigned command, int column,
command           224 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 	switch (command) {
command           226 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 		nand_chip->legacy.cmd_ctrl(nand_chip, command, NAND_CTRL_CLE);
command           301 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 		pr_err("Command 0x%X unsupported\n", command);
command           304 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 	b47n->curr_command = command;
command          1449 drivers/mtd/nand/raw/brcmnand/brcmnand.c static void brcmnand_cmdfunc(struct nand_chip *chip, unsigned command,
command          1458 drivers/mtd/nand/raw/brcmnand/brcmnand.c 	if (command == NAND_CMD_READID || command == NAND_CMD_PARAM ||
command          1459 drivers/mtd/nand/raw/brcmnand/brcmnand.c 			command == NAND_CMD_RNDOUT)
command          1465 drivers/mtd/nand/raw/brcmnand/brcmnand.c 	dev_dbg(ctrl->dev, "cmd 0x%x addr 0x%llx\n", command,
command          1468 drivers/mtd/nand/raw/brcmnand/brcmnand.c 	host->last_cmd = command;
command          1472 drivers/mtd/nand/raw/brcmnand/brcmnand.c 	switch (command) {
command          1494 drivers/mtd/nand/raw/brcmnand/brcmnand.c 		brcmnand_low_level_op(host, LL_OP_CMD, command, false);
command          1547 drivers/mtd/nand/raw/brcmnand/brcmnand.c 	if (command == NAND_CMD_ERASE1)
command           160 drivers/mtd/nand/raw/cafe_nand.c static void cafe_nand_cmdfunc(struct nand_chip *chip, unsigned command,
command           170 drivers/mtd/nand/raw/cafe_nand.c 		command, column, page_addr);
command           172 drivers/mtd/nand/raw/cafe_nand.c 	if (command == NAND_CMD_ERASE2 || command == NAND_CMD_PAGEPROG) {
command           174 drivers/mtd/nand/raw/cafe_nand.c 		cafe_writel(cafe, cafe->ctl2 | 0x100 | command, NAND_CTRL2);
command           186 drivers/mtd/nand/raw/cafe_nand.c 	    command == NAND_CMD_READOOB) {
command           188 drivers/mtd/nand/raw/cafe_nand.c 		command = NAND_CMD_READ0;
command           212 drivers/mtd/nand/raw/cafe_nand.c 	ctl1 = 0x80000000 | command | (cafe->ctl1 & CTRL1_CHIPSELECT);
command           215 drivers/mtd/nand/raw/cafe_nand.c 	if (command == NAND_CMD_READID || command == NAND_CMD_STATUS) {
command           221 drivers/mtd/nand/raw/cafe_nand.c 	} else if (command == NAND_CMD_READ0 || command == NAND_CMD_READ1 ||
command           222 drivers/mtd/nand/raw/cafe_nand.c 		   command == NAND_CMD_READOOB || command == NAND_CMD_RNDOUT) {
command           226 drivers/mtd/nand/raw/cafe_nand.c 	} else if (command == NAND_CMD_SEQIN)
command           233 drivers/mtd/nand/raw/cafe_nand.c 	if (command == NAND_CMD_SEQIN || command == NAND_CMD_ERASE1) {
command           242 drivers/mtd/nand/raw/cafe_nand.c 	if (command == NAND_CMD_RNDOUT)
command           244 drivers/mtd/nand/raw/cafe_nand.c 	else if (command == NAND_CMD_READ0 && mtd->writesize > 512)
command           295 drivers/mtd/nand/raw/cafe_nand.c 			     command, 500000-c, irqs, cafe_readl(cafe, NAND_IRQ));
command           300 drivers/mtd/nand/raw/cafe_nand.c 	switch (command) {
command           641 drivers/mtd/nand/raw/diskonchip.c static void doc2001plus_command(struct nand_chip *this, unsigned command,
command           652 drivers/mtd/nand/raw/diskonchip.c 	if (command == NAND_CMD_PAGEPROG) {
command           660 drivers/mtd/nand/raw/diskonchip.c 	if (command == NAND_CMD_SEQIN) {
command           676 drivers/mtd/nand/raw/diskonchip.c 	WriteDOC(command, docptr, Mplus_FlashCmd);
command           685 drivers/mtd/nand/raw/diskonchip.c 					!nand_opcode_8bits(command))
command           700 drivers/mtd/nand/raw/diskonchip.c 		if (command == NAND_CMD_READ0 || command == NAND_CMD_READ1 ||
command           701 drivers/mtd/nand/raw/diskonchip.c 		    command == NAND_CMD_READOOB || command == NAND_CMD_READID)
command           709 drivers/mtd/nand/raw/diskonchip.c 	switch (command) {
command           307 drivers/mtd/nand/raw/fsl_elbc_nand.c static void fsl_elbc_cmdfunc(struct nand_chip *chip, unsigned int command,
command           320 drivers/mtd/nand/raw/fsl_elbc_nand.c 	if (command != NAND_CMD_PAGEPROG)
command           323 drivers/mtd/nand/raw/fsl_elbc_nand.c 	switch (command) {
command           371 drivers/mtd/nand/raw/fsl_elbc_nand.c 		dev_vdbg(priv->dev, "fsl_elbc_cmdfunc: NAND_CMD %x\n", command);
command           376 drivers/mtd/nand/raw/fsl_elbc_nand.c 		out_be32(&lbc->fcr, command << FCR_CMD0_SHIFT);
command           528 drivers/mtd/nand/raw/fsl_elbc_nand.c 		        command);
command           291 drivers/mtd/nand/raw/fsl_ifc_nand.c static void fsl_ifc_cmdfunc(struct nand_chip *chip, unsigned int command,
command           300 drivers/mtd/nand/raw/fsl_ifc_nand.c 	if (command != NAND_CMD_PAGEPROG)
command           303 drivers/mtd/nand/raw/fsl_ifc_nand.c 	switch (command) {
command           339 drivers/mtd/nand/raw/fsl_ifc_nand.c 		if (command == NAND_CMD_PARAM) {
command           348 drivers/mtd/nand/raw/fsl_ifc_nand.c 		ifc_out32(command << IFC_NAND_FCR0_CMD0_SHIFT,
command           495 drivers/mtd/nand/raw/fsl_ifc_nand.c 					__func__, command);
command           132 drivers/mtd/nand/raw/hisi504_nand.c 	unsigned int		command;
command           162 drivers/mtd/nand/raw/hisi504_nand.c 		if (host->command == NAND_CMD_ERASE2) {
command           196 drivers/mtd/nand/raw/hisi504_nand.c 		if (host->command == NAND_CMD_READOOB)
command           361 drivers/mtd/nand/raw/hisi504_nand.c 	if (host->command == NAND_CMD_STATUS)
command           366 drivers/mtd/nand/raw/hisi504_nand.c 	if (host->command == NAND_CMD_READID)
command           393 drivers/mtd/nand/raw/hisi504_nand.c 	unsigned int command = host->command;
command           403 drivers/mtd/nand/raw/hisi504_nand.c 				!nand_opcode_8bits(command))
command           415 drivers/mtd/nand/raw/hisi504_nand.c 			if (host->command == NAND_CMD_ERASE1)
command           423 drivers/mtd/nand/raw/hisi504_nand.c static void hisi_nfc_cmdfunc(struct nand_chip *chip, unsigned command,
command           431 drivers/mtd/nand/raw/hisi504_nand.c 	host->command =  command;
command           433 drivers/mtd/nand/raw/hisi504_nand.c 	switch (command) {
command           436 drivers/mtd/nand/raw/hisi504_nand.c 		if (command == NAND_CMD_READ0)
command           488 drivers/mtd/nand/raw/hisi504_nand.c 			command, column, page_addr);
command           320 drivers/mtd/nand/raw/mpc5121_nfc.c static void mpc5121_nfc_command(struct nand_chip *chip, unsigned command,
command           329 drivers/mtd/nand/raw/mpc5121_nfc.c 	switch (command) {
command           343 drivers/mtd/nand/raw/mpc5121_nfc.c 		command = NAND_CMD_READ0;
command           349 drivers/mtd/nand/raw/mpc5121_nfc.c 		command = NAND_CMD_READ0;
command           368 drivers/mtd/nand/raw/mpc5121_nfc.c 	mpc5121_nfc_send_cmd(mtd, command);
command           371 drivers/mtd/nand/raw/mpc5121_nfc.c 	switch (command) {
command           281 drivers/mtd/nand/raw/mtk_nand.c static int mtk_nfc_send_command(struct mtk_nfc *nfc, u8 command)
command           287 drivers/mtd/nand/raw/mtk_nand.c 	nfi_writel(nfc, command, NFI_CMD);
command          1335 drivers/mtd/nand/raw/mxc_nand.c static void mxc_nand_command(struct nand_chip *nand_chip, unsigned command,
command          1342 drivers/mtd/nand/raw/mxc_nand.c 	      command, column, page_addr);
command          1348 drivers/mtd/nand/raw/mxc_nand.c 	switch (command) {
command          1351 drivers/mtd/nand/raw/mxc_nand.c 		host->devtype_data->send_cmd(host, command, false);
command          1358 drivers/mtd/nand/raw/mxc_nand.c 		host->devtype_data->send_cmd(host, command, true);
command          1361 drivers/mtd/nand/raw/mxc_nand.c 			  command, column, page_addr);
command          1366 drivers/mtd/nand/raw/mxc_nand.c 		host->devtype_data->send_cmd(host, command, true);
command          1374 drivers/mtd/nand/raw/mxc_nand.c 		host->devtype_data->send_cmd(host, command, false);
command          1377 drivers/mtd/nand/raw/mxc_nand.c 			  command, column);
command          1382 drivers/mtd/nand/raw/mxc_nand.c 		host->devtype_data->send_cmd(host, command, false);
command          1390 drivers/mtd/nand/raw/mxc_nand.c 			  command);
command           248 drivers/mtd/nand/raw/nand_legacy.c static void nand_command(struct nand_chip *chip, unsigned int command,
command           255 drivers/mtd/nand/raw/nand_legacy.c 	if (command == NAND_CMD_SEQIN) {
command           272 drivers/mtd/nand/raw/nand_legacy.c 	if (command != NAND_CMD_NONE)
command           273 drivers/mtd/nand/raw/nand_legacy.c 		chip->legacy.cmd_ctrl(chip, command, ctrl);
command           281 drivers/mtd/nand/raw/nand_legacy.c 				!nand_opcode_8bits(command))
command           300 drivers/mtd/nand/raw/nand_legacy.c 	switch (command) {
command           385 drivers/mtd/nand/raw/nand_legacy.c static void nand_command_lp(struct nand_chip *chip, unsigned int command,
command           391 drivers/mtd/nand/raw/nand_legacy.c 	if (command == NAND_CMD_READOOB) {
command           393 drivers/mtd/nand/raw/nand_legacy.c 		command = NAND_CMD_READ0;
command           397 drivers/mtd/nand/raw/nand_legacy.c 	if (command != NAND_CMD_NONE)
command           398 drivers/mtd/nand/raw/nand_legacy.c 		chip->legacy.cmd_ctrl(chip, command,
command           408 drivers/mtd/nand/raw/nand_legacy.c 					!nand_opcode_8bits(command))
command           414 drivers/mtd/nand/raw/nand_legacy.c 			if (!nand_opcode_8bits(command))
command           433 drivers/mtd/nand/raw/nand_legacy.c 	switch (command) {
command           333 drivers/mtd/nand/raw/nandsim.c 		unsigned command; /* the command register */
command          1091 drivers/mtd/nand/raw/nandsim.c static uint32_t get_state_by_command(unsigned command)
command          1093 drivers/mtd/nand/raw/nandsim.c 	switch (command) {
command          1737 drivers/mtd/nand/raw/nandsim.c 		ns->state = get_state_by_command(ns->regs.command);
command          1954 drivers/mtd/nand/raw/nandsim.c 			if (!(ns->regs.command == NAND_CMD_READID &&
command          1969 drivers/mtd/nand/raw/nandsim.c 		ns->regs.command = byte;
command          1364 drivers/mtd/nand/raw/qcom_nandc.c static void pre_command(struct qcom_nand_host *host, int command)
command          1372 drivers/mtd/nand/raw/qcom_nandc.c 	host->last_command = command;
command          1376 drivers/mtd/nand/raw/qcom_nandc.c 	if (command == NAND_CMD_RESET || command == NAND_CMD_READID ||
command          1377 drivers/mtd/nand/raw/qcom_nandc.c 	    command == NAND_CMD_PARAM || command == NAND_CMD_ERASE1)
command          1386 drivers/mtd/nand/raw/qcom_nandc.c static void parse_erase_write_errors(struct qcom_nand_host *host, int command)
command          1394 drivers/mtd/nand/raw/qcom_nandc.c 	num_cw = command == NAND_CMD_PAGEPROG ? ecc->steps : 1;
command          1410 drivers/mtd/nand/raw/qcom_nandc.c static void post_command(struct qcom_nand_host *host, int command)
command          1415 drivers/mtd/nand/raw/qcom_nandc.c 	switch (command) {
command          1423 drivers/mtd/nand/raw/qcom_nandc.c 		parse_erase_write_errors(host, command);
command          1436 drivers/mtd/nand/raw/qcom_nandc.c static void qcom_nandc_command(struct nand_chip *chip, unsigned int command,
command          1445 drivers/mtd/nand/raw/qcom_nandc.c 	pre_command(host, command);
command          1447 drivers/mtd/nand/raw/qcom_nandc.c 	switch (command) {
command          1492 drivers/mtd/nand/raw/qcom_nandc.c 			command);
command          1502 drivers/mtd/nand/raw/qcom_nandc.c 				command);
command          1507 drivers/mtd/nand/raw/qcom_nandc.c 	post_command(host, command);
command           738 drivers/mtd/nand/raw/sh_flctl.c static void flctl_cmdfunc(struct nand_chip *chip, unsigned int command,
command           748 drivers/mtd/nand/raw/sh_flctl.c 	if (command != NAND_CMD_PAGEPROG)
command           751 drivers/mtd/nand/raw/sh_flctl.c 	switch (command) {
command           760 drivers/mtd/nand/raw/sh_flctl.c 			set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8)
command           761 drivers/mtd/nand/raw/sh_flctl.c 				| command);
command           763 drivers/mtd/nand/raw/sh_flctl.c 			set_cmd_regs(mtd, command, command);
command           781 drivers/mtd/nand/raw/sh_flctl.c 			set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8)
command           785 drivers/mtd/nand/raw/sh_flctl.c 			set_cmd_regs(mtd, command, command);
command           796 drivers/mtd/nand/raw/sh_flctl.c 			set_cmd_regs(mtd, command, (NAND_CMD_RNDOUTSTART << 8)
command           797 drivers/mtd/nand/raw/sh_flctl.c 				| command);
command           799 drivers/mtd/nand/raw/sh_flctl.c 			set_cmd_regs(mtd, command, command);
command           807 drivers/mtd/nand/raw/sh_flctl.c 		set_cmd_regs(mtd, command, command);
command           828 drivers/mtd/nand/raw/sh_flctl.c 			(command << 8) | NAND_CMD_ERASE1);
command           872 drivers/mtd/nand/raw/sh_flctl.c 		set_cmd_regs(mtd, command, (command << 8) | NAND_CMD_SEQIN);
command           881 drivers/mtd/nand/raw/sh_flctl.c 		set_cmd_regs(mtd, command, command);
command           891 drivers/mtd/nand/raw/sh_flctl.c 		set_cmd_regs(mtd, command, command);
command           704 drivers/net/appletalk/ltpc.c 	c.getflags.command = LT_GETFLAGS;
command           711 drivers/net/appletalk/ltpc.c 	c.setflags.command = LT_SETFLAGS;
command           728 drivers/net/appletalk/ltpc.c 	if (ltc->command != LT_RCVLAP) {
command           729 drivers/net/appletalk/ltpc.c 		printk("unknown command 0x%02x from ltpc card\n",ltc->command);
command           834 drivers/net/appletalk/ltpc.c 			c.command = LT_INIT;
command           900 drivers/net/appletalk/ltpc.c 	cbuf.command = LT_SENDLAP;
command            20 drivers/net/appletalk/ltpc.h 	unsigned char command;
command            25 drivers/net/appletalk/ltpc.h 	unsigned char command;
command            32 drivers/net/appletalk/ltpc.h 	unsigned char command;
command            38 drivers/net/appletalk/ltpc.h 	unsigned char command;
command            43 drivers/net/appletalk/ltpc.h 	unsigned char command;
command            49 drivers/net/appletalk/ltpc.h 	unsigned char command;
command            57 drivers/net/appletalk/ltpc.h 	unsigned char command;
command            48 drivers/net/arcnet/arc-rimi.c static void arcrimi_command(struct net_device *dev, int command);
command           180 drivers/net/arcnet/arc-rimi.c 	lp->hw.command = arcrimi_command;
command           314 drivers/net/arcnet/arcdevice.h 		void (*command)(struct net_device *dev, int cmd);
command           541 drivers/net/arcnet/arcnet.c 		lp->hw.command(dev, CFLAGScmd | RESETclear);
command           584 drivers/net/arcnet/arcnet.c 	lp->hw.command(dev, NOTXcmd);	/* stop transmit */
command           585 drivers/net/arcnet/arcnet.c 	lp->hw.command(dev, NORXcmd);	/* disable receive */
command           754 drivers/net/arcnet/arcnet.c 	lp->hw.command(dev, TXcmd | (lp->cur_tx << 3));
command           780 drivers/net/arcnet/arcnet.c 		lp->hw.command(dev, NOTXcmd | (lp->cur_tx << 3));
command           828 drivers/net/arcnet/arcnet.c 			lp->hw.command(dev, CFLAGScmd | RESETclear);
command           879 drivers/net/arcnet/arcnet.c 				lp->hw.command(dev, RXcmd | (lp->cur_rx << 3) | RXbcasts);
command           888 drivers/net/arcnet/arcnet.c 			lp->hw.command(dev, NOTXcmd);      /* disable transmit */
command           891 drivers/net/arcnet/arcnet.c 			lp->hw.command(dev, EXCNAKclear);
command           978 drivers/net/arcnet/arcnet.c 			lp->hw.command(dev, CFLAGScmd | CONFIGclear);
command            51 drivers/net/arcnet/com20020.c static void com20020_command(struct net_device *dev, int command);
command           213 drivers/net/arcnet/com20020.c 	lp->hw.command = com20020_command;
command            48 drivers/net/arcnet/com90io.c static void com90io_command(struct net_device *dev, int command);
command           242 drivers/net/arcnet/com90io.c 	lp->hw.command = com90io_command;
command            59 drivers/net/arcnet/com90xx.c static void com90xx_command(struct net_device *dev, int command);
command           519 drivers/net/arcnet/com90xx.c 	lp->hw.command = com90xx_command;
command          1372 drivers/net/bonding/bond_options.c 	char command[IFNAMSIZ + 1] = { 0, };
command          1377 drivers/net/bonding/bond_options.c 	sscanf(newval->string, "%16s", command); /* IFNAMSIZ*/
command          1378 drivers/net/bonding/bond_options.c 	ifname = command + 1;
command          1379 drivers/net/bonding/bond_options.c 	if ((strlen(command) <= 1) ||
command          1380 drivers/net/bonding/bond_options.c 	    (command[0] != '+' && command[0] != '-') ||
command          1392 drivers/net/bonding/bond_options.c 	switch (command[0]) {
command            84 drivers/net/bonding/bond_sysfs.c 	char command[IFNAMSIZ + 1] = {0, };
command            88 drivers/net/bonding/bond_sysfs.c 	sscanf(buffer, "%16s", command); /* IFNAMSIZ*/
command            89 drivers/net/bonding/bond_sysfs.c 	ifname = command + 1;
command            90 drivers/net/bonding/bond_sysfs.c 	if ((strlen(command) <= 1) ||
command            94 drivers/net/bonding/bond_sysfs.c 	if (command[0] == '+') {
command           104 drivers/net/bonding/bond_sysfs.c 	} else if (command[0] == '-') {
command           286 drivers/net/can/janz-ican3.c 	u8 command;
command           486 drivers/net/can/janz-ican3.c 	desc.command = 1;
command           522 drivers/net/can/janz-ican3.c 	desc.command = 1;
command           913 drivers/net/can/janz-ican3.c 	if ((desc->command & ICAN3_CAN_TYPE_MASK) == ICAN3_CAN_TYPE_SFF) {
command           949 drivers/net/can/janz-ican3.c 	desc->command = ICAN3_CAN_TYPE_EFF;
command           221 drivers/net/can/spi/hi311x.c static u8 hi3110_cmd(struct spi_device *spi, u8 command)
command           225 drivers/net/can/spi/hi311x.c 	priv->spi_tx_buf[0] = command;
command           226 drivers/net/can/spi/hi311x.c 	dev_dbg(&spi->dev, "hi3110_cmd: %02X\n", command);
command           231 drivers/net/can/spi/hi311x.c static u8 hi3110_read(struct spi_device *spi, u8 command)
command           236 drivers/net/can/spi/hi311x.c 	priv->spi_tx_buf[0] = command;
command           169 drivers/net/can/usb/usb_8dev.c 	u8 command;	/* command to execute */
command           252 drivers/net/can/usb/usb_8dev.c 	outmsg.command = USB_8DEV_OPEN;
command           282 drivers/net/can/usb/usb_8dev.c 		.command = USB_8DEV_CLOSE,
command           296 drivers/net/can/usb/usb_8dev.c 		.command = USB_8DEV_GET_SOFTW_HARDW_VER,
command           364 drivers/net/ethernet/3com/typhoon.h #define INIT_COMMAND_NO_RESPONSE(x, command)				\
command           368 drivers/net/ethernet/3com/typhoon.h 		_ptr->cmd = command;					\
command           372 drivers/net/ethernet/3com/typhoon.h #define INIT_COMMAND_WITH_RESPONSE(x, command)				\
command           377 drivers/net/ethernet/3com/typhoon.h 		_ptr->cmd = command;					\
command           184 drivers/net/ethernet/amazon/ena/ena_admin_defs.h 	u16 command;
command           464 drivers/net/ethernet/amazon/ena/ena_com.c 	cmd_id = cqe->acq_common_descriptor.command &
command           201 drivers/net/ethernet/apple/bmac.c 	out_le16(&cp->command, cmd);
command          1524 drivers/net/ethernet/apple/bmac.c 		out_le16(&cp->command, OUTPUT_LAST);
command           456 drivers/net/ethernet/apple/mace.c 	cp->command = cpu_to_le16(INPUT_LAST + INTR_ALWAYS);
command           462 drivers/net/ethernet/apple/mace.c     cp->command = cpu_to_le16(DBDMA_STOP);
command           468 drivers/net/ethernet/apple/mace.c     cp->command = cpu_to_le16(DBDMA_NOP + BR_ALWAYS);
command           478 drivers/net/ethernet/apple/mace.c     cp->command = cpu_to_le16(DBDMA_NOP + BR_ALWAYS);
command           563 drivers/net/ethernet/apple/mace.c     out_le16(&np->command, DBDMA_STOP);
command           570 drivers/net/ethernet/apple/mace.c 	out_le16(&cp->command, OUTPUT_LAST);
command           791 drivers/net/ethernet/apple/mace.c 	    out_le16(&cp->command, OUTPUT_LAST);
command           854 drivers/net/ethernet/apple/mace.c 	out_le16(&cp->command, OUTPUT_LAST);
command           904 drivers/net/ethernet/apple/mace.c 	out_le16(&cp->command, DBDMA_STOP);
command           967 drivers/net/ethernet/apple/mace.c 	out_le16(&cp->command, INPUT_LAST + INTR_ALWAYS);
command          2056 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h int bnx2x_sp_post(struct bnx2x *bp, int command, int cid,
command           147 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h u32 bnx2x_fw_command(struct bnx2x *bp, u32 command, u32 param);
command          3472 drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h 	__le32 command;
command          1798 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	int command = CQE_CMD(rr_cqe->ramrod_cqe.conn_and_cmd_data);
command          1804 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	   fp->index, cid, command, bp->state,
command          1814 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	switch (command) {
command          1852 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			  command, fp->index);
command          3001 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c u32 bnx2x_fw_command(struct bnx2x *bp, u32 command, u32 param)
command          3012 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	SHMEM_WR(bp, func_mb[mb_idx].drv_mb_header, (command | seq));
command          3015 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			(command | seq), param);
command          3859 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c int bnx2x_sp_post(struct bnx2x *bp, int command, int cid,
command          3864 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	bool common = bnx2x_is_contextless_ramrod(command, cmd_type);
command          3893 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			cpu_to_le32((command << SPE_HDR_CMD_ID_SHIFT) |
command          3928 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	   (void *)bp->spq_prod_bd - (void *)bp->spq), command, common,
command          1571 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 	switch (cls_flower->command) {
command           328 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c 	switch (xdp->command) {
command          2642 drivers/net/ethernet/cavium/liquidio/lio_main.c static int liquidio_set_rxcsum_command(struct net_device *netdev, int command,
command          2653 drivers/net/ethernet/cavium/liquidio/lio_main.c 	nctrl.ncmd.s.cmd = command;
command          2678 drivers/net/ethernet/cavium/liquidio/lio_main.c static int liquidio_vxlan_port_command(struct net_device *netdev, int command,
command          2689 drivers/net/ethernet/cavium/liquidio/lio_main.c 	nctrl.ncmd.s.cmd = command;
command          1707 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c static int liquidio_set_rxcsum_command(struct net_device *netdev, int command,
command          1718 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c 	nctrl.ncmd.s.cmd = command;
command          1742 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c static int liquidio_vxlan_port_command(struct net_device *netdev, int command,
command          1753 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c 	nctrl.ncmd.s.cmd = command;
command          1911 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	switch (xdp->command) {
command          3139 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	switch (cls_flower->command) {
command          3154 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	switch (cls_u32->command) {
command           959 drivers/net/ethernet/dec/tulip/de4x5.c static void    srom_latch(u_int command, u_long address);
command           960 drivers/net/ethernet/dec/tulip/de4x5.c static void    srom_command(u_int command, u_long address);
command           961 drivers/net/ethernet/dec/tulip/de4x5.c static void    srom_address(u_int command, u_long address, u_char offset);
command           962 drivers/net/ethernet/dec/tulip/de4x5.c static short   srom_data(u_int command, u_long address);
command           964 drivers/net/ethernet/dec/tulip/de4x5.c static void    sendto_srom(u_int command, u_long addr);
command           977 drivers/net/ethernet/dec/tulip/de4x5.c static void    sendto_mii(u32 command, int data, u_long ioaddr);
command           978 drivers/net/ethernet/dec/tulip/de4x5.c static int     getfrom_mii(u32 command, u_long ioaddr);
command          4213 drivers/net/ethernet/dec/tulip/de4x5.c srom_latch(u_int command, u_long addr)
command          4215 drivers/net/ethernet/dec/tulip/de4x5.c     sendto_srom(command, addr);
command          4216 drivers/net/ethernet/dec/tulip/de4x5.c     sendto_srom(command | DT_CLK, addr);
command          4217 drivers/net/ethernet/dec/tulip/de4x5.c     sendto_srom(command, addr);
command          4221 drivers/net/ethernet/dec/tulip/de4x5.c srom_command(u_int command, u_long addr)
command          4223 drivers/net/ethernet/dec/tulip/de4x5.c     srom_latch(command, addr);
command          4224 drivers/net/ethernet/dec/tulip/de4x5.c     srom_latch(command, addr);
command          4225 drivers/net/ethernet/dec/tulip/de4x5.c     srom_latch((command & 0x0000ff00) | DT_CS, addr);
command          4229 drivers/net/ethernet/dec/tulip/de4x5.c srom_address(u_int command, u_long addr, u_char offset)
command          4235 drivers/net/ethernet/dec/tulip/de4x5.c 	srom_latch(command | ((a & 0x80) ? DT_IN : 0), addr);
command          4243 drivers/net/ethernet/dec/tulip/de4x5.c srom_data(u_int command, u_long addr)
command          4250 drivers/net/ethernet/dec/tulip/de4x5.c 	sendto_srom(command  | DT_CLK, addr);
command          4252 drivers/net/ethernet/dec/tulip/de4x5.c 	sendto_srom(command, addr);
command          4257 drivers/net/ethernet/dec/tulip/de4x5.c     sendto_srom(command & 0x0000ff00, addr);
command          4277 drivers/net/ethernet/dec/tulip/de4x5.c sendto_srom(u_int command, u_long addr)
command          4279 drivers/net/ethernet/dec/tulip/de4x5.c     outl(command, addr);
command          4896 drivers/net/ethernet/dec/tulip/de4x5.c sendto_mii(u32 command, int data, u_long ioaddr)
command          4901 drivers/net/ethernet/dec/tulip/de4x5.c     outl(command | j, ioaddr);
command          4903 drivers/net/ethernet/dec/tulip/de4x5.c     outl(command | MII_MDC | j, ioaddr);
command          4908 drivers/net/ethernet/dec/tulip/de4x5.c getfrom_mii(u32 command, u_long ioaddr)
command          4910 drivers/net/ethernet/dec/tulip/de4x5.c     outl(command, ioaddr);
command          4912 drivers/net/ethernet/dec/tulip/de4x5.c     outl(command | MII_MDC, ioaddr);
command          1833 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	switch (xdp->command) {
command          2360 drivers/net/ethernet/freescale/ucc_geth.c 	u32 init_enet_pram_offset, cecr_subblock, command;
command          2931 drivers/net/ethernet/freescale/ucc_geth.c 	command = QE_INIT_TX_RX;
command          3065 drivers/net/ethernet/freescale/ucc_geth.c 	qe_issue_cmd(command, cecr_subblock, QE_CR_PROTOCOL_ETHERNET,
command           229 drivers/net/ethernet/i825xx/82596.c 	unsigned short command;
command           292 drivers/net/ethernet/i825xx/82596.c 	unsigned short command;
command           419 drivers/net/ethernet/i825xx/82596.c 		     dev->name, str, lp->scb.status, lp->scb.command);
command           429 drivers/net/ethernet/i825xx/82596.c 	while (--delcnt && lp->scb.command)
command           433 drivers/net/ethernet/i825xx/82596.c 		     dev->name, str, lp->scb.status, lp->scb.command);
command           445 drivers/net/ethernet/i825xx/82596.c 	while (--delcnt && c->command)
command           469 drivers/net/ethernet/i825xx/82596.c 	       &lp->scb, lp->scb.status, lp->scb.command,
command           478 drivers/net/ethernet/i825xx/82596.c 		  cmd, cmd->status, cmd->command, cmd->b_next);
command           688 drivers/net/ethernet/i825xx/82596.c 	lp->scb.command = 0;
command           710 drivers/net/ethernet/i825xx/82596.c 	lp->cf_cmd.cmd.command = CmdConfigure;
command           715 drivers/net/ethernet/i825xx/82596.c 	lp->sa_cmd.cmd.command = CmdSASetup;
command           719 drivers/net/ethernet/i825xx/82596.c 	lp->tdr_cmd.cmd.command = CmdTDR;
command           729 drivers/net/ethernet/i825xx/82596.c 	lp->scb.command = RX_START;
command           886 drivers/net/ethernet/i825xx/82596.c 		switch ((ptr->command) & 0x7) {
command           898 drivers/net/ethernet/i825xx/82596.c 				tx_cmd->cmd.command = 0;  /* Mark as free */
command           923 drivers/net/ethernet/i825xx/82596.c 	lp->scb.command = CUC_ABORT | RX_ABORT;
command           946 drivers/net/ethernet/i825xx/82596.c 	cmd->command |= (CMD_EOL | CMD_INTR);
command           958 drivers/net/ethernet/i825xx/82596.c 		lp->scb.command = CUC_START;
command          1041 drivers/net/ethernet/i825xx/82596.c 		lp->scb.command = CUC_START | RX_START;
command          1070 drivers/net/ethernet/i825xx/82596.c 	if (tx_cmd->cmd.command) {
command          1082 drivers/net/ethernet/i825xx/82596.c 		tx_cmd->cmd.command = CMD_FLEX | CmdTx;
command          1216 drivers/net/ethernet/i825xx/82596.c 	lp->scb.command = 0;
command          1287 drivers/net/ethernet/i825xx/82596.c 				       lp->cmd_head->status, lp->cmd_head->command));
command          1291 drivers/net/ethernet/i825xx/82596.c 			switch ((ptr->command) & 0x7) {
command          1315 drivers/net/ethernet/i825xx/82596.c 				tx_cmd->cmd.command = 0; /* Mark free */
command          1339 drivers/net/ethernet/i825xx/82596.c 				ptr->command = 0;
command          1348 drivers/net/ethernet/i825xx/82596.c 			ptr->command &= 0x1fff;
command          1372 drivers/net/ethernet/i825xx/82596.c 	lp->scb.command = ack_cmd;
command          1412 drivers/net/ethernet/i825xx/82596.c 	lp->scb.command = CUC_ABORT | RX_ABORT;
command          1482 drivers/net/ethernet/i825xx/82596.c 		lp->cf_cmd.cmd.command = CmdConfigure;
command          1502 drivers/net/ethernet/i825xx/82596.c 		cmd->cmd.command = CmdMulticastList;
command           196 drivers/net/ethernet/i825xx/lib82596.c 	unsigned short command;
command           276 drivers/net/ethernet/i825xx/lib82596.c 	unsigned short command;
command           388 drivers/net/ethernet/i825xx/lib82596.c 	while (--delcnt && dma->scb.command) {
command           396 drivers/net/ethernet/i825xx/lib82596.c 		       SWAP16(dma->scb.command));
command           417 drivers/net/ethernet/i825xx/lib82596.c 	       &dma->scb, SWAP16(dma->scb.status), SWAP16(dma->scb.command),
command           429 drivers/net/ethernet/i825xx/lib82596.c 		       cmd, SWAP16(cmd->status), SWAP16(cmd->command),
command           598 drivers/net/ethernet/i825xx/lib82596.c 	dma->scb.command = 0;
command           604 drivers/net/ethernet/i825xx/lib82596.c 	dma->cf_cmd.cmd.command = SWAP16(CmdConfigure);
command           610 drivers/net/ethernet/i825xx/lib82596.c 	dma->sa_cmd.cmd.command = SWAP16(CmdSASetup);
command           615 drivers/net/ethernet/i825xx/lib82596.c 	dma->tdr_cmd.cmd.command = SWAP16(CmdTDR);
command           626 drivers/net/ethernet/i825xx/lib82596.c 	dma->scb.command = SWAP16(RX_START);
command           807 drivers/net/ethernet/i825xx/lib82596.c 		switch (SWAP16(ptr->command) & 0x7) {
command           823 drivers/net/ethernet/i825xx/lib82596.c 				tx_cmd->cmd.command = 0;  /* Mark as free */
command           852 drivers/net/ethernet/i825xx/lib82596.c 	lp->dma->scb.command = SWAP16(CUC_ABORT | RX_ABORT);
command           878 drivers/net/ethernet/i825xx/lib82596.c 	cmd->command |= SWAP16(CMD_EOL | CMD_INTR);
command           893 drivers/net/ethernet/i825xx/lib82596.c 		dma->scb.command = SWAP16(CUC_START);
command           958 drivers/net/ethernet/i825xx/lib82596.c 		lp->dma->scb.command = SWAP16(CUC_START | RX_START);
command           991 drivers/net/ethernet/i825xx/lib82596.c 	if (tx_cmd->cmd.command) {
command          1004 drivers/net/ethernet/i825xx/lib82596.c 		tx_cmd->cmd.command = SWAP16(CMD_FLEX | CmdTx);
command          1080 drivers/net/ethernet/i825xx/lib82596.c 	dma->scb.command = 0;
command          1168 drivers/net/ethernet/i825xx/lib82596.c 				   SWAP16(lp->cmd_head->command)));
command          1172 drivers/net/ethernet/i825xx/lib82596.c 			switch (SWAP16(ptr->command) & 0x7) {
command          1199 drivers/net/ethernet/i825xx/lib82596.c 				tx_cmd->cmd.command = 0; /* Mark free */
command          1235 drivers/net/ethernet/i825xx/lib82596.c 				ptr->command = 0;
command          1252 drivers/net/ethernet/i825xx/lib82596.c 			ptr->command &= SWAP16(0x1fff);
command          1284 drivers/net/ethernet/i825xx/lib82596.c 	dma->scb.command = SWAP16(ack_cmd);
command          1315 drivers/net/ethernet/i825xx/lib82596.c 	lp->dma->scb.command = SWAP16(CUC_ABORT | RX_ABORT);
command          1369 drivers/net/ethernet/i825xx/lib82596.c 		if (dma->cf_cmd.cmd.command)
command          1374 drivers/net/ethernet/i825xx/lib82596.c 			dma->cf_cmd.cmd.command = SWAP16(CmdConfigure);
command          1393 drivers/net/ethernet/i825xx/lib82596.c 		cmd->cmd.command = SWAP16(CmdMulticastList);
command           412 drivers/net/ethernet/intel/e100.c 	__le16 command;
command           479 drivers/net/ethernet/intel/e100.c 	__le16 command;
command           876 drivers/net/ethernet/intel/e100.c 	cb->command |= cpu_to_le16(cb_s);
command           878 drivers/net/ethernet/intel/e100.c 	cb->prev->command &= cpu_to_le16(~cb_s);
command          1060 drivers/net/ethernet/intel/e100.c 	nic->blank_rfd.command = 0;
command          1078 drivers/net/ethernet/intel/e100.c 	cb->command = cpu_to_le16(cb_config);
command          1336 drivers/net/ethernet/intel/e100.c 	cb->command = cpu_to_le16(cb_ucode | cb_el);
command          1383 drivers/net/ethernet/intel/e100.c 	cb->command = cpu_to_le16(cb_iaaddr);
command          1390 drivers/net/ethernet/intel/e100.c 	cb->command = cpu_to_le16(cb_dump);
command          1569 drivers/net/ethernet/intel/e100.c 	cb->command = cpu_to_le16(cb_multi);
command          1743 drivers/net/ethernet/intel/e100.c 	cb->command = nic->tx_command;
command          1759 drivers/net/ethernet/intel/e100.c 		cb->command |= cpu_to_le16(cb_tx_nc);
command          1761 drivers/net/ethernet/intel/e100.c 		cb->command &= ~cpu_to_le16(cb_tx_nc);
command          1765 drivers/net/ethernet/intel/e100.c 		cb->command |= cpu_to_le16(cb_i);
command          1982 drivers/net/ethernet/intel/e100.c 		if ((le16_to_cpu(rfd->command) & cb_el) &&
command          2010 drivers/net/ethernet/intel/e100.c 	if ((le16_to_cpu(rfd->command) & cb_el) &&
command          2102 drivers/net/ethernet/intel/e100.c 		new_before_last_rfd->command |= cpu_to_le16(cb_el);
command          2110 drivers/net/ethernet/intel/e100.c 		old_before_last_rfd->command &= ~cpu_to_le16(cb_el);
command          2181 drivers/net/ethernet/intel/e100.c 	before_last->command |= cpu_to_le16(cb_el);
command          2084 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	command;
command          2478 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	command;
command          2517 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	command;
command          2528 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	command;
command          2538 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8 command;
command          2648 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	command;
command          2656 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	command;
command          2827 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	u8	command;
command          1791 drivers/net/ethernet/intel/i40e/i40e_common.c 	cmd->command = I40E_AQ_PHY_RESTART_AN;
command          1793 drivers/net/ethernet/intel/i40e/i40e_common.c 		cmd->command |= I40E_AQ_PHY_LINK_ENABLE;
command          1795 drivers/net/ethernet/intel/i40e/i40e_common.c 		cmd->command &= ~I40E_AQ_PHY_LINK_ENABLE;
command          3649 drivers/net/ethernet/intel/i40e/i40e_common.c 		cmd->command |= I40E_AQ_LLDP_MIB_UPDATE_DISABLE;
command          3684 drivers/net/ethernet/intel/i40e/i40e_common.c 		cmd->command |= I40E_AQ_LLDP_AGENT_RESTORE;
command          3689 drivers/net/ethernet/intel/i40e/i40e_common.c 		*setting = cmd->command & 1;
command          3715 drivers/net/ethernet/intel/i40e/i40e_common.c 		cmd->command |= I40E_AQ_LLDP_AGENT_SHUTDOWN;
command          3719 drivers/net/ethernet/intel/i40e/i40e_common.c 			cmd->command |= I40E_AQ_LLDP_AGENT_STOP_PERSIST;
command          3750 drivers/net/ethernet/intel/i40e/i40e_common.c 	cmd->command = I40E_AQ_LLDP_AGENT_START;
command          3754 drivers/net/ethernet/intel/i40e/i40e_common.c 			cmd->command |= I40E_AQ_LLDP_AGENT_START_PERSIST;
command          3789 drivers/net/ethernet/intel/i40e/i40e_common.c 		cmd->command = I40E_AQ_DCB_SET_AGENT;
command          4661 drivers/net/ethernet/intel/i40e/i40e_common.c 	u32 command = 0;
command          4664 drivers/net/ethernet/intel/i40e/i40e_common.c 	command = (reg << I40E_GLGEN_MSCA_DEVADD_SHIFT) |
command          4669 drivers/net/ethernet/intel/i40e/i40e_common.c 	wr32(hw, I40E_GLGEN_MSCA(port_num), command);
command          4671 drivers/net/ethernet/intel/i40e/i40e_common.c 		command = rd32(hw, I40E_GLGEN_MSCA(port_num));
command          4672 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (!(command & I40E_GLGEN_MSCA_MDICMD_MASK)) {
command          4684 drivers/net/ethernet/intel/i40e/i40e_common.c 		command = rd32(hw, I40E_GLGEN_MSRWD(port_num));
command          4685 drivers/net/ethernet/intel/i40e/i40e_common.c 		*value = (command & I40E_GLGEN_MSRWD_MDIRDDATA_MASK) >>
command          4706 drivers/net/ethernet/intel/i40e/i40e_common.c 	u32 command  = 0;
command          4709 drivers/net/ethernet/intel/i40e/i40e_common.c 	command = value << I40E_GLGEN_MSRWD_MDIWRDATA_SHIFT;
command          4710 drivers/net/ethernet/intel/i40e/i40e_common.c 	wr32(hw, I40E_GLGEN_MSRWD(port_num), command);
command          4712 drivers/net/ethernet/intel/i40e/i40e_common.c 	command = (reg << I40E_GLGEN_MSCA_DEVADD_SHIFT) |
command          4718 drivers/net/ethernet/intel/i40e/i40e_common.c 	wr32(hw, I40E_GLGEN_MSCA(port_num), command);
command          4720 drivers/net/ethernet/intel/i40e/i40e_common.c 		command = rd32(hw, I40E_GLGEN_MSCA(port_num));
command          4721 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (!(command & I40E_GLGEN_MSCA_MDICMD_MASK)) {
command          4746 drivers/net/ethernet/intel/i40e/i40e_common.c 	u32 command = 0;
command          4750 drivers/net/ethernet/intel/i40e/i40e_common.c 	command = (reg << I40E_GLGEN_MSCA_MDIADD_SHIFT) |
command          4757 drivers/net/ethernet/intel/i40e/i40e_common.c 	wr32(hw, I40E_GLGEN_MSCA(port_num), command);
command          4759 drivers/net/ethernet/intel/i40e/i40e_common.c 		command = rd32(hw, I40E_GLGEN_MSCA(port_num));
command          4760 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (!(command & I40E_GLGEN_MSCA_MDICMD_MASK)) {
command          4774 drivers/net/ethernet/intel/i40e/i40e_common.c 	command = (page << I40E_GLGEN_MSCA_DEVADD_SHIFT) |
command          4782 drivers/net/ethernet/intel/i40e/i40e_common.c 	wr32(hw, I40E_GLGEN_MSCA(port_num), command);
command          4784 drivers/net/ethernet/intel/i40e/i40e_common.c 		command = rd32(hw, I40E_GLGEN_MSCA(port_num));
command          4785 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (!(command & I40E_GLGEN_MSCA_MDICMD_MASK)) {
command          4794 drivers/net/ethernet/intel/i40e/i40e_common.c 		command = rd32(hw, I40E_GLGEN_MSRWD(port_num));
command          4795 drivers/net/ethernet/intel/i40e/i40e_common.c 		*value = (command & I40E_GLGEN_MSRWD_MDIRDDATA_MASK) >>
command          4820 drivers/net/ethernet/intel/i40e/i40e_common.c 	u32 command = 0;
command          4824 drivers/net/ethernet/intel/i40e/i40e_common.c 	command = (reg << I40E_GLGEN_MSCA_MDIADD_SHIFT) |
command          4831 drivers/net/ethernet/intel/i40e/i40e_common.c 	wr32(hw, I40E_GLGEN_MSCA(port_num), command);
command          4833 drivers/net/ethernet/intel/i40e/i40e_common.c 		command = rd32(hw, I40E_GLGEN_MSCA(port_num));
command          4834 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (!(command & I40E_GLGEN_MSCA_MDICMD_MASK)) {
command          4847 drivers/net/ethernet/intel/i40e/i40e_common.c 	command = value << I40E_GLGEN_MSRWD_MDIWRDATA_SHIFT;
command          4848 drivers/net/ethernet/intel/i40e/i40e_common.c 	wr32(hw, I40E_GLGEN_MSRWD(port_num), command);
command          4850 drivers/net/ethernet/intel/i40e/i40e_common.c 	command = (page << I40E_GLGEN_MSCA_DEVADD_SHIFT) |
command          4858 drivers/net/ethernet/intel/i40e/i40e_common.c 	wr32(hw, I40E_GLGEN_MSCA(port_num), command);
command          4860 drivers/net/ethernet/intel/i40e/i40e_common.c 		command = rd32(hw, I40E_GLGEN_MSCA(port_num));
command          4861 drivers/net/ethernet/intel/i40e/i40e_common.c 		if (!(command & I40E_GLGEN_MSCA_MDICMD_MASK)) {
command          8127 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (cls_flower->command) {
command          12824 drivers/net/ethernet/intel/i40e/i40e_main.c 	switch (xdp->command) {
command           823 drivers/net/ethernet/intel/i40e/i40e_nvm.c 		   cmd->command, cmd->config, cmd->offset, cmd->data_size);
command          1296 drivers/net/ethernet/intel/i40e/i40e_nvm.c 	switch (cmd->command) {
command           431 drivers/net/ethernet/intel/i40e/i40e_type.h 	u32 command;
command          3067 drivers/net/ethernet/intel/iavf/iavf_main.c 	switch (cls_flower->command) {
command          1233 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	u8 command;
command          1241 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	u8 command;
command          1251 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	u8 command;
command          1310 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	u8 command;
command            75 drivers/net/ethernet/intel/ice/ice_dcb.c 		cmd->command |= ICE_AQ_LLDP_MIB_UPDATE_DIS;
command           103 drivers/net/ethernet/intel/ice/ice_dcb.c 		cmd->command |= ICE_AQ_LLDP_AGENT_SHUTDOWN;
command           106 drivers/net/ethernet/intel/ice/ice_dcb.c 		cmd->command |= ICE_AQ_LLDP_AGENT_PERSIST_DIS;
command           129 drivers/net/ethernet/intel/ice/ice_dcb.c 	cmd->command = ICE_AQ_LLDP_AGENT_START;
command           132 drivers/net/ethernet/intel/ice/ice_dcb.c 		cmd->command |= ICE_AQ_LLDP_AGENT_PERSIST_ENA;
command           738 drivers/net/ethernet/intel/ice/ice_dcb.c 		cmd->command = ICE_AQC_START_STOP_AGENT_START_DCBX;
command           745 drivers/net/ethernet/intel/ice/ice_dcb.c 	    cmd->command == ICE_AQC_START_STOP_AGENT_START_DCBX)
command          2759 drivers/net/ethernet/intel/igb/igb_main.c 	switch (cls_flower->command) {
command           721 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	u32 command = 0;
command           728 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	command = ((reg_address << IXGB_MSCA_NP_ADDR_SHIFT) |
command           733 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	IXGB_WRITE_REG(hw, MSCA, command);
command           746 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 		command = IXGB_READ_REG(hw, MSCA);
command           748 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 		if ((command & IXGB_MSCA_MDI_COMMAND) == 0)
command           752 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	ASSERT((command & IXGB_MSCA_MDI_COMMAND) == 0);
command           755 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	command = ((reg_address << IXGB_MSCA_NP_ADDR_SHIFT) |
command           760 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	IXGB_WRITE_REG(hw, MSCA, command);
command           773 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 		command = IXGB_READ_REG(hw, MSCA);
command           775 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 		if ((command & IXGB_MSCA_MDI_COMMAND) == 0)
command           779 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	ASSERT((command & IXGB_MSCA_MDI_COMMAND) == 0);
command           814 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	u32 command = 0;
command           824 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	command = ((reg_address << IXGB_MSCA_NP_ADDR_SHIFT)  |
command           829 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	IXGB_WRITE_REG(hw, MSCA, command);
command           842 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 		command = IXGB_READ_REG(hw, MSCA);
command           844 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 		if ((command & IXGB_MSCA_MDI_COMMAND) == 0)
command           848 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	ASSERT((command & IXGB_MSCA_MDI_COMMAND) == 0);
command           851 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	command = ((reg_address << IXGB_MSCA_NP_ADDR_SHIFT)  |
command           856 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	IXGB_WRITE_REG(hw, MSCA, command);
command           869 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 		command = IXGB_READ_REG(hw, MSCA);
command           871 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 		if ((command & IXGB_MSCA_MDI_COMMAND) == 0)
command           875 drivers/net/ethernet/intel/ixgb/ixgb_hw.c 	ASSERT((command & IXGB_MSCA_MDI_COMMAND) == 0);
command          9602 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (cls_u32->command) {
command          10304 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	switch (xdp->command) {
command           474 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	u32 i, data, command;
command           477 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	command = ((reg_addr << IXGBE_MSCA_NP_ADDR_SHIFT)  |
command           482 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	IXGBE_WRITE_REG(hw, IXGBE_MSCA, command);
command           491 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		command = IXGBE_READ_REG(hw, IXGBE_MSCA);
command           492 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		if ((command & IXGBE_MSCA_MDI_COMMAND) == 0)
command           497 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if ((command & IXGBE_MSCA_MDI_COMMAND) != 0) {
command           505 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	command = ((reg_addr << IXGBE_MSCA_NP_ADDR_SHIFT)  |
command           510 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	IXGBE_WRITE_REG(hw, IXGBE_MSCA, command);
command           519 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		command = IXGBE_READ_REG(hw, IXGBE_MSCA);
command           520 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		if ((command & IXGBE_MSCA_MDI_COMMAND) == 0)
command           524 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if ((command & IXGBE_MSCA_MDI_COMMAND) != 0) {
command           575 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	u32 i, command;
command           581 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	command = ((reg_addr << IXGBE_MSCA_NP_ADDR_SHIFT)  |
command           586 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	IXGBE_WRITE_REG(hw, IXGBE_MSCA, command);
command           596 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		command = IXGBE_READ_REG(hw, IXGBE_MSCA);
command           597 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		if ((command & IXGBE_MSCA_MDI_COMMAND) == 0)
command           601 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if ((command & IXGBE_MSCA_MDI_COMMAND) != 0) {
command           610 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	command = ((reg_addr << IXGBE_MSCA_NP_ADDR_SHIFT)  |
command           615 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	IXGBE_WRITE_REG(hw, IXGBE_MSCA, command);
command           624 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		command = IXGBE_READ_REG(hw, IXGBE_MSCA);
command           625 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 		if ((command & IXGBE_MSCA_MDI_COMMAND) == 0)
command           629 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c 	if ((command & IXGBE_MSCA_MDI_COMMAND) != 0) {
command           662 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	u32 i, command;
command           669 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		command = IXGBE_READ_REG(hw, IXGBE_SB_IOSF_INDIRECT_CTRL);
command           670 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		if (!(command & IXGBE_SB_IOSF_CTRL_BUSY))
command           675 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		*ctrl = command;
command           695 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	u32 command, error;
command           706 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	command = ((reg_addr << IXGBE_SB_IOSF_CTRL_ADDR_SHIFT) |
command           710 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	IXGBE_WRITE_REG(hw, IXGBE_SB_IOSF_INDIRECT_CTRL, command);
command           712 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	ret = ixgbe_iosf_wait(hw, &command);
command           714 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if ((command & IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK) != 0) {
command           715 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		error = (command & IXGBE_SB_IOSF_CTRL_CMPL_ERR_MASK) >>
command          1392 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	u32 command, error;
command          1403 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	command = ((reg_addr << IXGBE_SB_IOSF_CTRL_ADDR_SHIFT) |
command          1407 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	IXGBE_WRITE_REG(hw, IXGBE_SB_IOSF_INDIRECT_CTRL, command);
command          1412 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	ret = ixgbe_iosf_wait(hw, &command);
command          1414 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 	if ((command & IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK) != 0) {
command          1415 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 		error = (command & IXGBE_SB_IOSF_CTRL_CMPL_ERR_MASK) >>
command          4490 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	switch (xdp->command) {
command           675 drivers/net/ethernet/marvell/mv643xx_eth.c 		       u16 *l4i_chk, u32 *command, int length)
command           725 drivers/net/ethernet/marvell/mv643xx_eth.c 	*command = cmd;
command           500 drivers/net/ethernet/marvell/mvneta.c 	u32  command;		/* Options used by HW for packet transmitting.*/
command           527 drivers/net/ethernet/marvell/mvneta.c 	u32  command;		/* Options used by HW for packet transmitting.*/
command          1682 drivers/net/ethernet/marvell/mvneta.c 	u32 command;
command          1688 drivers/net/ethernet/marvell/mvneta.c 	command =  l3_offs    << MVNETA_TX_L3_OFF_SHIFT;
command          1689 drivers/net/ethernet/marvell/mvneta.c 	command |= ip_hdr_len << MVNETA_TX_IP_HLEN_SHIFT;
command          1692 drivers/net/ethernet/marvell/mvneta.c 		command |= MVNETA_TXD_IP_CSUM;
command          1694 drivers/net/ethernet/marvell/mvneta.c 		command |= MVNETA_TX_L3_IP6;
command          1697 drivers/net/ethernet/marvell/mvneta.c 		command |=  MVNETA_TX_L4_CSUM_FULL;
command          1699 drivers/net/ethernet/marvell/mvneta.c 		command |= MVNETA_TX_L4_UDP | MVNETA_TX_L4_CSUM_FULL;
command          1701 drivers/net/ethernet/marvell/mvneta.c 		command |= MVNETA_TX_L4_CSUM_NOT;
command          1703 drivers/net/ethernet/marvell/mvneta.c 	return command;
command          2249 drivers/net/ethernet/marvell/mvneta.c 	tx_desc->command = mvneta_skb_tx_csum(pp, skb);
command          2250 drivers/net/ethernet/marvell/mvneta.c 	tx_desc->command |= MVNETA_TXD_F_DESC;
command          2273 drivers/net/ethernet/marvell/mvneta.c 	tx_desc->command = 0;
command          2278 drivers/net/ethernet/marvell/mvneta.c 		tx_desc->command = MVNETA_TXD_L_DESC;
command          2385 drivers/net/ethernet/marvell/mvneta.c 			tx_desc->command = MVNETA_TXD_L_DESC | MVNETA_TXD_Z_PAD;
command          2389 drivers/net/ethernet/marvell/mvneta.c 			tx_desc->command = 0;
command          2454 drivers/net/ethernet/marvell/mvneta.c 		tx_desc->command = tx_cmd;
command          2462 drivers/net/ethernet/marvell/mvneta.c 		tx_desc->command = tx_cmd;
command           998 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	__le32 command;		/* Options used by HW for packet transmitting.*/
command          1026 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	__le32 command;
command           217 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 				 unsigned int command)
command           220 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		tx_desc->pp21.command = cpu_to_le32(command);
command           222 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		tx_desc->pp22.command = cpu_to_le32(command);
command          2021 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	u32 command;
command          2026 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	command = (l3_offs << MVPP2_TXD_L3_OFF_SHIFT);
command          2027 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	command |= (ip_hdr_len << MVPP2_TXD_IP_HLEN_SHIFT);
command          2028 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	command |= MVPP2_TXD_IP_CSUM_DISABLE;
command          2031 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		command &= ~MVPP2_TXD_IP_CSUM_DISABLE;	/* enable IPv4 csum */
command          2032 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		command &= ~MVPP2_TXD_L3_IP6;		/* enable IPv4 */
command          2034 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		command |= MVPP2_TXD_L3_IP6;		/* enable IPv6 */
command          2038 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		command &= ~MVPP2_TXD_L4_UDP;		/* enable TCP */
command          2039 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		command &= ~MVPP2_TXD_L4_CSUM_FRAG;	/* generate L4 csum */
command          2041 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		command |= MVPP2_TXD_L4_UDP;		/* enable UDP */
command          2042 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		command &= ~MVPP2_TXD_L4_CSUM_FRAG;	/* generate L4 csum */
command          2044 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		command |= MVPP2_TXD_L4_CSUM_NOT;
command          2047 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	return command;
command          2902 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	switch (xdp->command) {
command           460 drivers/net/ethernet/mellanox/mlx5/core/cmd.c const char *mlx5_command_str(int command)
command           464 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	switch (command) {
command           105 drivers/net/ethernet/mellanox/mlx5/core/en/hv_vhca_stats.c 	if (!block->command) {
command           110 drivers/net/ethernet/mellanox/mlx5/core/en/hv_vhca_stats.c 	sagent->delay = block->command == MLX5_HV_VHCA_STATS_UPDATE_ONCE ? 0 :
command           111 drivers/net/ethernet/mellanox/mlx5/core/en/hv_vhca_stats.c 			msecs_to_jiffies(block->command * 100);
command          3498 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	switch (cls_flower->command) {
command          4524 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	switch (xdp->command) {
command           718 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	switch (flower->command) {
command           772 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	switch (f->command) {
command          1198 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	switch (cls_flower->command) {
command          1217 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	switch (ma->command) {
command            60 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	u8 command[0];
command           238 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	memcpy(&context->command, cmd, cmd_size);
command           240 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	context->buf.sg[0].data = &context->command;
command           311 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	sa = (struct mlx5_ifc_fpga_ipsec_sa *)&cmd_context->command;
command           178 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	block->command_ack = block->command;
command            25 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.h 	u16     command;
command          8789 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, mrsr, command, 0x00, 0, 4);
command          1499 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	switch (f->command) {
command          1517 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	switch (f->command) {
command          1702 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	switch (f->command) {
command           464 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 	if (p->command == TC_RED_REPLACE)
command           474 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 	switch (p->command) {
command           698 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 	if (p->command == TC_PRIO_REPLACE)
command           708 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 	switch (p->command) {
command           247 drivers/net/ethernet/mscc/ocelot_flower.c 	switch (f->command) {
command            22 drivers/net/ethernet/mscc/ocelot_tc.c 		   __func__, port->chip_port, f->command, f->cookie);
command            29 drivers/net/ethernet/mscc/ocelot_tc.c 	switch (f->command) {
command           141 drivers/net/ethernet/mscc/ocelot_tc.c 		   f->command, f->binder_type);
command           154 drivers/net/ethernet/mscc/ocelot_tc.c 	switch (f->command) {
command           251 drivers/net/ethernet/netronome/nfp/abm/cls.c 	switch (cls_u32->command) {
command           606 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	switch (opt->command) {
command           738 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	switch (opt->command) {
command           819 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	switch (opt->command) {
command           140 drivers/net/ethernet/netronome/nfp/bpf/main.c 	if (cls_bpf->command != TC_CLSBPF_OFFLOAD)
command           423 drivers/net/ethernet/netronome/nfp/bpf/offload.c 	switch (bpf->command) {
command          1438 drivers/net/ethernet/netronome/nfp/flower/offload.c 	switch (flower->command) {
command          1486 drivers/net/ethernet/netronome/nfp/flower/offload.c 	switch (f->command) {
command          1589 drivers/net/ethernet/netronome/nfp/flower/offload.c 	switch (f->command) {
command           353 drivers/net/ethernet/netronome/nfp/flower/qos_conf.c 	switch (flow->command) {
command          3696 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	switch (xdp->command) {
command          2421 drivers/net/ethernet/qlogic/qed/qed_dev.c 	u32 command = 0, addr, count = FINAL_CLEANUP_POLL_CNT;
command          2430 drivers/net/ethernet/qlogic/qed/qed_dev.c 	command |= X_FINAL_CLEANUP_AGG_INT <<
command          2432 drivers/net/ethernet/qlogic/qed/qed_dev.c 	command |= 1 << SDM_AGG_INT_COMP_PARAMS_AGG_VECTOR_ENABLE_SHIFT;
command          2433 drivers/net/ethernet/qlogic/qed/qed_dev.c 	command |= id << SDM_AGG_INT_COMP_PARAMS_AGG_VECTOR_BIT_SHIFT;
command          2434 drivers/net/ethernet/qlogic/qed/qed_dev.c 	command |= SDM_COMP_TYPE_AGG_INT << SDM_OP_GEN_COMP_TYPE_SHIFT;
command          2445 drivers/net/ethernet/qlogic/qed/qed_dev.c 		   id, command);
command          2447 drivers/net/ethernet/qlogic/qed/qed_dev.c 	qed_wr(p_hwfn, p_ptt, XSDM_REG_OPERATION_GEN, command);
command          1737 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	__le32 command;
command          1118 drivers/net/ethernet/qlogic/qede/qede_filter.c 	switch (xdp->command) {
command           554 drivers/net/ethernet/qlogic/qede/qede_main.c 	switch (f->command) {
command           120 drivers/net/ethernet/seeq/ether3.c 	ether3_outw(priv(dev)->regs.command | CMD_FIFOWRITE, REG_COMMAND);
command           133 drivers/net/ethernet/seeq/ether3.c 		ether3_outw(priv(dev)->regs.command | CMD_FIFOREAD, REG_COMMAND);
command           135 drivers/net/ethernet/seeq/ether3.c 		ether3_outw(priv(dev)->regs.command | CMD_FIFOWRITE, REG_COMMAND);
command           275 drivers/net/ethernet/seeq/ether3.c 	priv(dev)->regs.command = 0;
command           303 drivers/net/ethernet/seeq/ether3.c 	ether3_outw(priv(dev)->regs.command, REG_COMMAND);
command           326 drivers/net/ethernet/seeq/ether3.c 	priv(dev)->regs.command = 0;
command           351 drivers/net/ethernet/seeq/ether3.c 	priv(dev)->regs.command = CMD_ENINTRX | CMD_ENINTTX;
command           352 drivers/net/ethernet/seeq/ether3.c 	ether3_outw(priv(dev)->regs.command | CMD_RXON, REG_COMMAND);
command           421 drivers/net/ethernet/seeq/ether3.c 	priv(dev)->regs.command = 0;
command           531 drivers/net/ethernet/seeq/ether3.c 		ether3_outw(priv(dev)->regs.command | CMD_TXON, REG_COMMAND);
command           560 drivers/net/ethernet/seeq/ether3.c 		ether3_outw(CMD_ACKINTRX | priv(dev)->regs.command, REG_COMMAND);
command           566 drivers/net/ethernet/seeq/ether3.c 		ether3_outw(CMD_ACKINTTX | priv(dev)->regs.command, REG_COMMAND);
command           679 drivers/net/ethernet/seeq/ether3.c 		ether3_outw(priv(dev)->regs.command | CMD_RXON, REG_COMMAND);
command           157 drivers/net/ethernet/seeq/ether3.h 	unsigned int command;
command           553 drivers/net/ethernet/sfc/falcon/falcon.c 	       unsigned int command, int address,
command           591 drivers/net/ethernet/sfc/falcon/falcon.c 			     FRF_AB_EE_SPI_HCMD_ENC, command);
command           610 drivers/net/ethernet/sfc/falcon/falcon.c 			 const u8 command, const unsigned int address)
command           612 drivers/net/ethernet/sfc/falcon/falcon.c 	return command | (((address >> 8) & spi->munge_address) << 3);
command           620 drivers/net/ethernet/sfc/falcon/falcon.c 	unsigned int command;
command           626 drivers/net/ethernet/sfc/falcon/falcon.c 		command = falcon_spi_munge_command(spi, SPI_READ, start + pos);
command           627 drivers/net/ethernet/sfc/falcon/falcon.c 		rc = falcon_spi_cmd(efx, spi, command, start + pos, NULL,
command           696 drivers/net/ethernet/sfc/falcon/falcon.c 	unsigned int command;
command           706 drivers/net/ethernet/sfc/falcon/falcon.c 		command = falcon_spi_munge_command(spi, SPI_WRITE, start + pos);
command           707 drivers/net/ethernet/sfc/falcon/falcon.c 		rc = falcon_spi_cmd(efx, spi, command, start + pos,
command           716 drivers/net/ethernet/sfc/falcon/falcon.c 		command = falcon_spi_munge_command(spi, SPI_READ, start + pos);
command           717 drivers/net/ethernet/sfc/falcon/falcon.c 		rc = falcon_spi_cmd(efx, spi, command, start + pos,
command          1803 drivers/net/ethernet/socionext/netsec.c 	switch (xdp->command) {
command          1079 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	cls_u32.command = TC_CLSU32_NEW_KNODE;
command          1111 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	cls_u32.command = TC_CLSU32_DELETE_KNODE;
command          1330 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	cls->command = FLOW_CLS_REPLACE;
command          1370 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	cls->command = FLOW_CLS_DESTROY;
command          1457 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	cls->command = FLOW_CLS_REPLACE;
command          1500 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	cls->command = FLOW_CLS_DESTROY;
command           228 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 	switch (cls->command) {
command           586 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 	switch (cls->command) {
command          2362 drivers/net/ethernet/ti/cpsw.c 	switch (bpf->command) {
command           288 drivers/net/fddi/defxx.c static int		dfx_hw_port_ctrl_req(DFX_board_t *bp, PI_UINT32	command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_data);
command          2734 drivers/net/fddi/defxx.c 	PI_UINT32	command,
command          2746 drivers/net/fddi/defxx.c 	port_cmd = (PI_UINT32) (command | PI_PCTRL_M_CMD_ERROR);
command          2756 drivers/net/fddi/defxx.c 	if (command == PI_PCTRL_M_BLAST_FLASH)
command           286 drivers/net/fddi/defza.c 						 int command)
command           306 drivers/net/fddi/defza.c 			command);
command           310 drivers/net/fddi/defza.c 	switch (command) {
command           366 drivers/net/fddi/defza.c 	writel_u(FZA_RING_OWN_FZA | command, &ring->cmd_own);
command          1919 drivers/net/hamradio/scc.c 			kiss_cmd.param = scc_get_param(scc, kiss_cmd.command);
command          1928 drivers/net/hamradio/scc.c 			return scc_set_param(scc, kiss_cmd.command, kiss_cmd.param);
command           651 drivers/net/ieee802154/ca8210.c 	u8                    *command,
command          1112 drivers/net/ieee802154/ca8210.c 	struct mac_message command, response;
command          1115 drivers/net/ieee802154/ca8210.c 	command.command_id = SPI_TDME_SETSFR_REQUEST;
command          1116 drivers/net/ieee802154/ca8210.c 	command.length = 3;
command          1117 drivers/net/ieee802154/ca8210.c 	command.pdata.tdme_set_sfr_req.sfr_page    = sfr_page;
command          1118 drivers/net/ieee802154/ca8210.c 	command.pdata.tdme_set_sfr_req.sfr_address = sfr_address;
command          1119 drivers/net/ieee802154/ca8210.c 	command.pdata.tdme_set_sfr_req.sfr_value   = sfr_value;
command          1122 drivers/net/ieee802154/ca8210.c 		&command.command_id,
command          1123 drivers/net/ieee802154/ca8210.c 		command.length + 2,
command          1484 drivers/net/ieee802154/ca8210.c 	struct mac_message command;
command          1486 drivers/net/ieee802154/ca8210.c 	command.command_id = SPI_MCPS_DATA_REQUEST;
command          1487 drivers/net/ieee802154/ca8210.c 	command.pdata.data_req.src_addr_mode = src_addr_mode;
command          1488 drivers/net/ieee802154/ca8210.c 	command.pdata.data_req.dst.mode = dst_address_mode;
command          1490 drivers/net/ieee802154/ca8210.c 		command.pdata.data_req.dst.pan_id[0] = LS_BYTE(dst_pan_id);
command          1491 drivers/net/ieee802154/ca8210.c 		command.pdata.data_req.dst.pan_id[1] = MS_BYTE(dst_pan_id);
command          1493 drivers/net/ieee802154/ca8210.c 			command.pdata.data_req.dst.address[0] = LS_BYTE(
command          1496 drivers/net/ieee802154/ca8210.c 			command.pdata.data_req.dst.address[1] = MS_BYTE(
command          1501 drivers/net/ieee802154/ca8210.c 				command.pdata.data_req.dst.address,
command          1507 drivers/net/ieee802154/ca8210.c 	command.pdata.data_req.msdu_length = msdu_length;
command          1508 drivers/net/ieee802154/ca8210.c 	command.pdata.data_req.msdu_handle = msdu_handle;
command          1509 drivers/net/ieee802154/ca8210.c 	command.pdata.data_req.tx_options = tx_options;
command          1510 drivers/net/ieee802154/ca8210.c 	memcpy(command.pdata.data_req.msdu, msdu, msdu_length);
command          1511 drivers/net/ieee802154/ca8210.c 	psec = (struct secspec *)(command.pdata.data_req.msdu + msdu_length);
command          1512 drivers/net/ieee802154/ca8210.c 	command.length = sizeof(struct mcps_data_request_pset) -
command          1516 drivers/net/ieee802154/ca8210.c 		command.length += 1;
command          1519 drivers/net/ieee802154/ca8210.c 		command.length += sizeof(struct secspec);
command          1522 drivers/net/ieee802154/ca8210.c 	if (ca8210_spi_transfer(device_ref, &command.command_id,
command          1523 drivers/net/ieee802154/ca8210.c 				command.length + 2))
command          1542 drivers/net/ieee802154/ca8210.c 	struct mac_message command, response;
command          1545 drivers/net/ieee802154/ca8210.c 	command.command_id = SPI_MLME_RESET_REQUEST;
command          1546 drivers/net/ieee802154/ca8210.c 	command.length = 1;
command          1547 drivers/net/ieee802154/ca8210.c 	command.pdata.u8param = set_default_pib;
command          1550 drivers/net/ieee802154/ca8210.c 		&command.command_id,
command          1551 drivers/net/ieee802154/ca8210.c 		command.length + 2,
command          1595 drivers/net/ieee802154/ca8210.c 	struct mac_message command, response;
command          1621 drivers/net/ieee802154/ca8210.c 	command.command_id = SPI_MLME_SET_REQUEST;
command          1622 drivers/net/ieee802154/ca8210.c 	command.length = sizeof(struct mlme_set_request_pset) -
command          1624 drivers/net/ieee802154/ca8210.c 	command.pdata.set_req.pib_attribute = pib_attribute;
command          1625 drivers/net/ieee802154/ca8210.c 	command.pdata.set_req.pib_attribute_index = pib_attribute_index;
command          1626 drivers/net/ieee802154/ca8210.c 	command.pdata.set_req.pib_attribute_length = pib_attribute_length;
command          1628 drivers/net/ieee802154/ca8210.c 		command.pdata.set_req.pib_attribute_value,
command          1634 drivers/net/ieee802154/ca8210.c 		&command.command_id,
command          1635 drivers/net/ieee802154/ca8210.c 		command.length + 2,
command          1663 drivers/net/ieee802154/ca8210.c 	struct mac_message command, response;
command          1665 drivers/net/ieee802154/ca8210.c 	command.command_id = SPI_HWME_SET_REQUEST;
command          1666 drivers/net/ieee802154/ca8210.c 	command.length = 2 + hw_attribute_length;
command          1667 drivers/net/ieee802154/ca8210.c 	command.pdata.hwme_set_req.hw_attribute = hw_attribute;
command          1668 drivers/net/ieee802154/ca8210.c 	command.pdata.hwme_set_req.hw_attribute_length = hw_attribute_length;
command          1670 drivers/net/ieee802154/ca8210.c 		command.pdata.hwme_set_req.hw_attribute_value,
command          1676 drivers/net/ieee802154/ca8210.c 		&command.command_id,
command          1677 drivers/net/ieee802154/ca8210.c 		command.length + 2,
command          1705 drivers/net/ieee802154/ca8210.c 	struct mac_message command, response;
command          1707 drivers/net/ieee802154/ca8210.c 	command.command_id = SPI_HWME_GET_REQUEST;
command          1708 drivers/net/ieee802154/ca8210.c 	command.length = 1;
command          1709 drivers/net/ieee802154/ca8210.c 	command.pdata.hwme_get_req.hw_attribute = hw_attribute;
command          1712 drivers/net/ieee802154/ca8210.c 		&command.command_id,
command          1713 drivers/net/ieee802154/ca8210.c 		command.length + 2,
command          1895 drivers/net/ieee802154/ca8210.c static int ca8210_net_rx(struct ieee802154_hw *hw, u8 *command, size_t len)
command          1901 drivers/net/ieee802154/ca8210.c 	dev_dbg(&priv->spi->dev, "%s: CmdID = %d\n", __func__, command[0]);
command          1903 drivers/net/ieee802154/ca8210.c 	if (command[0] == SPI_MCPS_DATA_INDICATION) {
command          1906 drivers/net/ieee802154/ca8210.c 		if (command[26] == priv->last_dsn) {
command          1910 drivers/net/ieee802154/ca8210.c 				command[26]
command          1915 drivers/net/ieee802154/ca8210.c 		priv->last_dsn = command[26];
command          1917 drivers/net/ieee802154/ca8210.c 		return ca8210_skb_rx(hw, len - 2, command + 2);
command          1918 drivers/net/ieee802154/ca8210.c 	} else if (command[0] == SPI_MCPS_DATA_CONFIRM) {
command          1919 drivers/net/ieee802154/ca8210.c 		status = command[3];
command          1923 drivers/net/ieee802154/ca8210.c 				command[2],
command          2494 drivers/net/ieee802154/ca8210.c 	u8 command[CA8210_SPI_BUF_SIZE];
command          2496 drivers/net/ieee802154/ca8210.c 	memset(command, SPI_IDLE, 6);
command          2506 drivers/net/ieee802154/ca8210.c 	ret = copy_from_user(command, in_buf, len);
command          2515 drivers/net/ieee802154/ca8210.c 	if (len != command[1] + 2) {
command          2523 drivers/net/ieee802154/ca8210.c 	ret = ca8210_test_check_upstream(command, priv->spi);
command          2526 drivers/net/ieee802154/ca8210.c 			command,
command          2527 drivers/net/ieee802154/ca8210.c 			command[1] + 2,
command          2539 drivers/net/ieee802154/ca8210.c 		if (command[0] & SPI_SYN)
command           148 drivers/net/netdevsim/bpf.c 	if (cls_bpf->command != TC_CLSBPF_OFFLOAD)
command           196 drivers/net/netdevsim/bpf.c 	if (bpf->command == XDP_SETUP_PROG && !ns->bpf_xdpdrv_accept) {
command           200 drivers/net/netdevsim/bpf.c 	if (bpf->command == XDP_SETUP_PROG_HW && !ns->bpf_xdpoffload_accept) {
command           205 drivers/net/netdevsim/bpf.c 	if (bpf->command == XDP_SETUP_PROG_HW) {
command           551 drivers/net/netdevsim/bpf.c 	switch (bpf->command) {
command           111 drivers/net/netdevsim/netdevsim.h 	return bpf->command == XDP_QUERY_PROG ? 0 : -EOPNOTSUPP;
command          1235 drivers/net/tun.c 	switch (xdp->command) {
command          1659 drivers/net/usb/smsc95xx.c 		u32 command[2];
command          1673 drivers/net/usb/smsc95xx.c 		memset(command, 0, sizeof(command));
command          1684 drivers/net/usb/smsc95xx.c 			command[filter/4] |= 0x05UL << ((filter % 4) * 8);
command          1697 drivers/net/usb/smsc95xx.c 			command[filter/4] |= 0x09UL << ((filter % 4) * 8);
command          1710 drivers/net/usb/smsc95xx.c 			command[filter/4] |= 0x05UL << ((filter % 4) * 8);
command          1722 drivers/net/usb/smsc95xx.c 			command[filter/4] |= 0x01UL << ((filter % 4) * 8);
command          1738 drivers/net/usb/smsc95xx.c 			ret = smsc95xx_write_reg_nopm(dev, WUFF, command[i]);
command          1151 drivers/net/veth.c 	switch (xdp->command) {
command          2534 drivers/net/virtio_net.c 	switch (xdp->command) {
command           232 drivers/net/wan/lmc/lmc_ioctl.h   int command;
command           245 drivers/net/wan/lmc/lmc_ioctl.h     enum lmc_xilinx_c command;
command           355 drivers/net/wan/lmc/lmc_main.c             switch(xc.command){
command          1712 drivers/net/wan/lmc/lmc_main.c     int command = (0xf6 << 10) | (devaddr << 5) | regno;
command          1723 drivers/net/wan/lmc/lmc_main.c         int dataval = (command & (1 << i)) ? 0x20000 : 0;
command          1754 drivers/net/wan/lmc/lmc_main.c     int command = (0x5002 << 16) | (devaddr << 23) | (regno << 18) | data;
command          1765 drivers/net/wan/lmc/lmc_main.c         if (command & (1 << i))
command           196 drivers/net/wimax/i2400m/fw.c 		checksum += cmd->command + cmd->target_addr + cmd->data_size;
command           663 drivers/net/wimax/i2400m/fw.c 	buf->cmd.command = i2400m_brh_command(I2400M_BRH_WRITE,
command          1035 drivers/net/wimax/i2400m/fw.c 	cmd->command = i2400m_brh_command(I2400M_BRH_READ, 0, 1);
command          1121 drivers/net/wimax/i2400m/fw.c 	cmd_buf->cmd.command =
command           744 drivers/net/wimax/i2400m/i2400m.h 	hdr->command = cpu_to_le32(
command           745 drivers/net/wimax/i2400m/i2400m.h 		(le32_to_cpu(hdr->command) & ~I2400M_BRH_OPCODE_MASK)
command           752 drivers/net/wimax/i2400m/i2400m.h 	return le32_to_cpu(hdr->command) & I2400M_BRH_OPCODE_MASK;
command           758 drivers/net/wimax/i2400m/i2400m.h 	return (le32_to_cpu(hdr->command) & I2400M_BRH_RESPONSE_MASK)
command           765 drivers/net/wimax/i2400m/i2400m.h 	return le32_to_cpu(hdr->command) & I2400M_BRH_USE_CHECKSUM;
command           772 drivers/net/wimax/i2400m/i2400m.h 	return le32_to_cpu(hdr->command) & I2400M_BRH_RESPONSE_REQUIRED;
command           778 drivers/net/wimax/i2400m/i2400m.h 	return le32_to_cpu(hdr->command) & I2400M_BRH_DIRECT_ACCESS;
command           784 drivers/net/wimax/i2400m/i2400m.h 	return (le32_to_cpu(hdr->command) & I2400M_BRH_SIGNATURE_MASK)
command           192 drivers/net/wireless/ath/wil6210/fw.h 	__le32 command;
command           214 drivers/net/wireless/ath/wil6210/fw.h 	__le32 command;
command           452 drivers/net/wireless/ath/wil6210/fw_inc.c 	gw_cmd = le32_to_cpu(d->command);
command           516 drivers/net/wireless/ath/wil6210/fw_inc.c 	gw_cmd = le32_to_cpu(d->command);
command           590 drivers/net/wireless/atmel/atmel.c static void atmel_send_command(struct atmel_private *priv, int command,
command           592 drivers/net/wireless/atmel/atmel.c static int atmel_send_command_wait(struct atmel_private *priv, int command,
command          3488 drivers/net/wireless/atmel/atmel.c 	u8 command = atmel_rmem8(priv, atmel_co(priv, CMD_BLOCK_COMMAND_OFFSET));
command          3496 drivers/net/wireless/atmel/atmel.c 	switch (command) {
command          4035 drivers/net/wireless/atmel/atmel.c static void atmel_send_command(struct atmel_private *priv, int command,
command          4042 drivers/net/wireless/atmel/atmel.c 	atmel_wmem8(priv, atmel_co(priv, CMD_BLOCK_COMMAND_OFFSET), command);
command          4046 drivers/net/wireless/atmel/atmel.c static int atmel_send_command_wait(struct atmel_private *priv, int command,
command          4051 drivers/net/wireless/atmel/atmel.c 	atmel_send_command(priv, command, cmd, cmd_size);
command          4065 drivers/net/wireless/atmel/atmel.c 		if (command != CMD_EnableRadio)
command           931 drivers/net/wireless/cisco/airo.c 	unsigned short command;		// What to do
command          7670 drivers/net/wireless/cisco/airo.c 		if ( com.command == AIRORSWVERSION ) {
command          7676 drivers/net/wireless/cisco/airo.c 		else if ( com.command <= AIRORRID)
command          7678 drivers/net/wireless/cisco/airo.c 		else if ( com.command >= AIROPCAP && com.command <= (AIROPLEAPUSR+2) )
command          7680 drivers/net/wireless/cisco/airo.c 		else if ( com.command >= AIROFLSHRST && com.command <= AIRORESTART )
command          7791 drivers/net/wireless/cisco/airo.c 	switch(comp->command)
command          7865 drivers/net/wireless/cisco/airo.c 	switch(comp->command)
command          7933 drivers/net/wireless/cisco/airo.c 	if (comp->command == AIROPCFG) {
command          7969 drivers/net/wireless/cisco/airo.c 	switch(comp->command)
command          2613 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		return (status->frame_size != sizeof(u->rx_data.command));
command          2717 drivers/net/wireless/intel/ipw2x00/ipw2100.c 			isr_rx_complete_command(priv, &u->rx_data.command);
command           791 drivers/net/wireless/intel/ipw2x00/ipw2100.h 		struct ipw2100_cmd_header command;
command          2258 drivers/net/wireless/intel/ipw2x00/ipw2200.c static int ipw_send_cmd_simple(struct ipw_priv *priv, u8 command)
command          2261 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		.cmd = command,
command          2267 drivers/net/wireless/intel/ipw2x00/ipw2200.c static int ipw_send_cmd_pdu(struct ipw_priv *priv, u8 command, u8 len,
command          2271 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		.cmd = command,
command          1095 drivers/net/wireless/marvell/libertas/cfg.c 	cmd->hdr.command = cpu_to_le16(CMD_802_11_ASSOCIATE);
command           907 drivers/net/wireless/marvell/libertas/cmd.c 	if (le16_to_cpu(cmdnode->cmdbuf->command) == CMD_802_11_PS_MODE) {
command           916 drivers/net/wireless/marvell/libertas/cmd.c 	if (le16_to_cpu(cmdnode->cmdbuf->command) == CMD_802_11_WAKEUP_CONFIRM)
command           929 drivers/net/wireless/marvell/libertas/cmd.c 		     le16_to_cpu(cmdnode->cmdbuf->command));
command           938 drivers/net/wireless/marvell/libertas/cmd.c 	uint16_t command;
command           951 drivers/net/wireless/marvell/libertas/cmd.c 	command = le16_to_cpu(cmd->command);
command           954 drivers/net/wireless/marvell/libertas/cmd.c 	if (command == CMD_802_11_SCAN || command == CMD_802_11_ASSOCIATE)
command           958 drivers/net/wireless/marvell/libertas/cmd.c 		     command, le16_to_cpu(cmd->seqnum), cmdsize);
command           971 drivers/net/wireless/marvell/libertas/cmd.c 	if (command == CMD_802_11_DEEP_SLEEP) {
command          1259 drivers/net/wireless/marvell/libertas/cmd.c 		if (is_command_allowed_in_ps(le16_to_cpu(cmd->command))) {
command          1264 drivers/net/wireless/marvell/libertas/cmd.c 				       le16_to_cpu(cmd->command),
command          1271 drivers/net/wireless/marvell/libertas/cmd.c 				     le16_to_cpu(cmd->command), priv->psstate);
command          1284 drivers/net/wireless/marvell/libertas/cmd.c 			if (cmd->command != cpu_to_le16(CMD_802_11_PS_MODE)) {
command          1340 drivers/net/wireless/marvell/libertas/cmd.c 			    le16_to_cpu(cmd->command));
command          1500 drivers/net/wireless/marvell/libertas/cmd.c 	uint16_t command, struct cmd_header *in_cmd, int in_cmd_size,
command          1540 drivers/net/wireless/marvell/libertas/cmd.c 	cmdnode->cmdbuf->command = cpu_to_le16(command);
command          1544 drivers/net/wireless/marvell/libertas/cmd.c 	lbs_deb_host("PREP_CMD: command 0x%04x\n", command);
command          1554 drivers/net/wireless/marvell/libertas/cmd.c void lbs_cmd_async(struct lbs_private *priv, uint16_t command,
command          1557 drivers/net/wireless/marvell/libertas/cmd.c 	__lbs_cmd_async(priv, command, in_cmd, in_cmd_size,
command          1561 drivers/net/wireless/marvell/libertas/cmd.c int __lbs_cmd(struct lbs_private *priv, uint16_t command,
command          1570 drivers/net/wireless/marvell/libertas/cmd.c 	cmdnode = __lbs_cmd_async(priv, command, in_cmd, in_cmd_size,
command          1590 drivers/net/wireless/marvell/libertas/cmd.c 			    command, ret);
command            43 drivers/net/wireless/marvell/libertas/cmd.h void lbs_cmd_async(struct lbs_private *priv, uint16_t command,
command            46 drivers/net/wireless/marvell/libertas/cmd.h int __lbs_cmd(struct lbs_private *priv, uint16_t command,
command            52 drivers/net/wireless/marvell/libertas/cmd.h 	uint16_t command, struct cmd_header *in_cmd, int in_cmd_size,
command            84 drivers/net/wireless/marvell/libertas/cmdresp.c 	curcmd = le16_to_cpu(priv->cur_cmd->cmdbuf->command);
command            85 drivers/net/wireless/marvell/libertas/cmdresp.c 	respcmd = le16_to_cpu(resp->command);
command           115 drivers/net/wireless/marvell/libertas/cmdresp.c 			    le16_to_cpu(resp->command));
command           366 drivers/net/wireless/marvell/libertas/host.h 	__le16 command;
command           390 drivers/net/wireless/marvell/libertas/if_usb.c 	cmd->command = cpu_to_le16(CMD_802_11_RESET);
command           553 drivers/net/wireless/marvell/libertas/main.c 				    le16_to_cpu(cmdnode->cmdbuf->command));
command           737 drivers/net/wireless/marvell/libertas/main.c 		    le16_to_cpu(priv->cur_cmd->cmdbuf->command));
command          1138 drivers/net/wireless/marvell/libertas/main.c 	confirm_sleep.hdr.command = cpu_to_le16(CMD_802_11_PS_MODE);
command            30 drivers/net/wireless/marvell/libertas/mesh.c 	cmd->hdr.command = cpu_to_le16(CMD_MESH_ACCESS);
command            46 drivers/net/wireless/marvell/libertas/mesh.c 	u16 command = CMD_MESH_CONFIG_OLD;
command            53 drivers/net/wireless/marvell/libertas/mesh.c 		command = CMD_MESH_CONFIG |
command            56 drivers/net/wireless/marvell/libertas/mesh.c 	cmd->hdr.command = cpu_to_le16(command);
command            63 drivers/net/wireless/marvell/libertas/mesh.c 	ret = lbs_cmd_with_response(priv, command, cmd);
command           226 drivers/net/wireless/marvell/libertas_tf/cmd.c 		     le16_to_cpu(cmdnode->cmdbuf->command));
command           238 drivers/net/wireless/marvell/libertas_tf/cmd.c 	uint16_t command;
command           249 drivers/net/wireless/marvell/libertas_tf/cmd.c 	command = le16_to_cpu(cmd->command);
command           252 drivers/net/wireless/marvell/libertas_tf/cmd.c 		     command, le16_to_cpu(cmd->seqnum), cmdsize);
command           591 drivers/net/wireless/marvell/libertas_tf/cmd.c 			    le16_to_cpu(cmd->command));
command           604 drivers/net/wireless/marvell/libertas_tf/cmd.c 	uint16_t command, struct cmd_header *in_cmd, int in_cmd_size,
command           637 drivers/net/wireless/marvell/libertas_tf/cmd.c 	cmdnode->cmdbuf->command = cpu_to_le16(command);
command           642 drivers/net/wireless/marvell/libertas_tf/cmd.c 	lbtf_deb_host("PREP_CMD: command 0x%04x\n", command);
command           653 drivers/net/wireless/marvell/libertas_tf/cmd.c void lbtf_cmd_async(struct lbtf_private *priv, uint16_t command,
command           657 drivers/net/wireless/marvell/libertas_tf/cmd.c 	__lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, NULL, 0);
command           661 drivers/net/wireless/marvell/libertas_tf/cmd.c int __lbtf_cmd(struct lbtf_private *priv, uint16_t command,
command           673 drivers/net/wireless/marvell/libertas_tf/cmd.c 	cmdnode = __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size,
command           685 drivers/net/wireless/marvell/libertas_tf/cmd.c 			    command, ret);
command           693 drivers/net/wireless/marvell/libertas_tf/cmd.c 			    command, ret);
command           732 drivers/net/wireless/marvell/libertas_tf/cmd.c 	curcmd = le16_to_cpu(priv->cur_cmd->cmdbuf->command);
command           733 drivers/net/wireless/marvell/libertas_tf/cmd.c 	respcmd = le16_to_cpu(resp->command);
command           343 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	cmd->hdr.command = cpu_to_le16(CMD_802_11_RESET);
command           317 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	__le16 command;
command           509 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h void lbtf_cmd_async(struct lbtf_private *priv, uint16_t command,
command           512 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h int __lbtf_cmd(struct lbtf_private *priv, uint16_t command,
command           143 drivers/net/wireless/marvell/libertas_tf/main.c 		le16_to_cpu(priv->cur_cmd->cmdbuf->command));
command           271 drivers/net/wireless/marvell/mwifiex/11ac.c 	cmd->command = cpu_to_le16(HostCmd_CMD_11AC_CFG);
command           151 drivers/net/wireless/marvell/mwifiex/11h.c 	cmd->command = cpu_to_le16(HostCmd_CMD_CHAN_REPORT_REQUEST);
command           221 drivers/net/wireless/marvell/mwifiex/11n.c 	cmd->command = cpu_to_le16(HostCmd_CMD_RECONFIGURE_TX_BUFF);
command           255 drivers/net/wireless/marvell/mwifiex/11n.c 	cmd->command = cpu_to_le16(HostCmd_CMD_AMSDU_AGGR_CTRL);
command           286 drivers/net/wireless/marvell/mwifiex/11n.c 	cmd->command = cpu_to_le16(HostCmd_CMD_11N_CFG);
command           449 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c 	cmd->command = cpu_to_le16(HostCmd_CMD_11N_ADDBA_REQ);
command           495 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c 	cmd->command = cpu_to_le16(HostCmd_CMD_11N_ADDBA_RSP);
command           539 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c 	cmd->command = cpu_to_le16(HostCmd_CMD_11N_DELBA);
command           144 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		le16_to_cpu(host_cmd->command),
command           200 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	cmd_code = le16_to_cpu(host_cmd->command);
command           331 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		le16_to_cpu(sleep_cfm_buf->command),
command           633 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	cmd_ptr->command = cpu_to_le16(cmd_no);
command           695 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	u16 command;
command           704 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	command = le16_to_cpu(host_cmd->command);
command           707 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	if (command == HostCmd_CMD_802_11_PS_MODE_ENH) {
command           727 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		command, atomic_read(&adapter->cmd_pending));
command           788 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	if (priv && (host_cmd->command !=
command           820 drivers/net/wireless/marvell/mwifiex/cmdevt.c 			    le16_to_cpu(resp->command));
command           825 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	orig_cmdresp_no = le16_to_cpu(resp->command);
command           859 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	resp->command = cpu_to_le16(orig_cmdresp_no & HostCmd_CMD_ID_MASK);
command           861 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	cmdresp_no = le16_to_cpu(resp->command);
command          1241 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	uint16_t command = le16_to_cpu(cmd->command);
command          1252 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		    command, result, le16_to_cpu(cmd->size), seq_num);
command          1263 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	command &= HostCmd_CMD_ID_MASK;
command          1265 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	if (command != HostCmd_CMD_802_11_PS_MODE_ENH) {
command          1268 drivers/net/wireless/marvell/mwifiex/cmdevt.c 			    __func__, command, result);
command          1286 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	cmd->command = cpu_to_le16(command);
command          1313 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_PS_MODE_ENH);
command          1463 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	cmd->command = cpu_to_le16(HostCmd_CMD_GET_HW_SPEC);
command           998 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 command;
command          2302 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 command;
command          2382 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 command;
command           290 drivers/net/wireless/marvell/mwifiex/init.c 	sleep_cfm_buf->command = cpu_to_le16(HostCmd_CMD_802_11_PS_MODE_ENH);
command           406 drivers/net/wireless/marvell/mwifiex/join.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_ASSOCIATE);
command           863 drivers/net/wireless/marvell/mwifiex/join.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_AD_HOC_START);
command          1152 drivers/net/wireless/marvell/mwifiex/join.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_AD_HOC_JOIN);
command          1275 drivers/net/wireless/marvell/mwifiex/join.c 	u16 cmd = le16_to_cpu(resp->command);
command          1307 drivers/net/wireless/marvell/mwifiex/join.c 	if (le16_to_cpu(resp->command) == HostCmd_CMD_802_11_AD_HOC_START) {
command          1614 drivers/net/wireless/marvell/mwifiex/scan.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_SCAN);
command          2137 drivers/net/wireless/marvell/mwifiex/scan.c 	is_bgscan_resp = (le16_to_cpu(resp->command)
command          2273 drivers/net/wireless/marvell/mwifiex/scan.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_SCAN_EXT);
command          2304 drivers/net/wireless/marvell/mwifiex/scan.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_BG_SCAN_CONFIG);
command          2599 drivers/net/wireless/marvell/mwifiex/scan.c 			if (le16_to_cpu(cmd_ptr->command) ==
command          2764 drivers/net/wireless/marvell/mwifiex/scan.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_BG_SCAN_QUERY);
command            50 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_RSSI_INFO);
command            89 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_MAC_CONTROL);
command           121 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_SNMP_MIB);
command           155 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_GET_LOG);
command           179 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_TX_RATE_CFG);
command           249 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_TXPWR_CFG);
command           293 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_RF_TX_PWR);
command           310 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_RF_ANTENNA);
command           375 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_HS_CFG_ENH);
command           439 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_MAC_ADDRESS);
command           469 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_MAC_MULTICAST_ADR);
command           494 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_DEAUTHENTICATE);
command           517 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_AD_HOC_STOP);
command           661 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_KEY_MATERIAL);
command           833 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_KEY_MATERIAL);
command          1044 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11D_DOMAIN_INFO);
command          1091 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_IBSS_COALESCING_STATUS);
command          1123 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_MEM_ACCESS);
command          1156 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	switch (le16_to_cpu(cmd->command)) {
command          1249 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_PCIE_DESC_DETAILS);
command          1301 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_802_11_SUBSCRIBE_EVENT);
command          1442 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_MEF_CFG);
command          1543 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_CFG_DATA);
command          1559 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_MC_POLICY);
command          1572 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_ROBUST_COEX);
command          1600 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_GTK_REKEY_OFFLOAD_CFG);
command          1622 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_CHAN_REGION_CFG);
command          1643 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_COALESCE_CFG);
command          1706 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_TDLS_CONFIG);
command          1758 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_TDLS_OPER);
command          1874 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_SDIO_SP_RX_AGGR_CFG);
command          1894 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_HS_WAKEUP_REASON);
command          1908 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_STA_CONFIGURE);
command          2041 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command =
command          2050 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command = cpu_to_le16(cmd_no);
command          2061 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command = cpu_to_le16(cmd_no);
command          2071 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command = cpu_to_le16(cmd_no);
command          2082 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command = cpu_to_le16(cmd_no);
command          2091 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command = cpu_to_le16(cmd_no);
command          2102 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command = cpu_to_le16(cmd_no);
command          2107 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command = cpu_to_le16(cmd_no);
command          2142 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command = cpu_to_le16(HostCmd_CMD_WMM_GET_STATUS);
command          2167 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command = cpu_to_le16(cmd_no);
command          2229 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->command = cpu_to_le16(cmd_no);
command            52 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 		    resp->command, resp->result);
command            57 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	switch (le16_to_cpu(resp->command)) {
command          1414 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 			    resp->command);
command           731 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_UAP_SYS_CONFIG);
command           765 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 	cmd->command = cpu_to_le16(HostCmd_CMD_UAP_STA_DEAUTH);
command           794 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 		cmd->command = cpu_to_le16(cmd_no);
command           449 drivers/net/wireless/marvell/mwl8k.c 	u16 command = le16_to_cpu(cmd);
command           455 drivers/net/wireless/marvell/mwl8k.c 	switch (command & ~0x8000) {
command           494 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 			const u8 command, const u8 token,
command           519 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 		rt2x00_set_field32(&reg, HOST_CMD_CSR_HOST_COMMAND, command);
command           178 drivers/net/wireless/ralink/rt2x00/rt2800lib.h 			const u8 command, const u8 token,
command           138 drivers/net/wireless/ralink/rt2x00/rt61pci.c 				const u8 command, const u8 token,
command           157 drivers/net/wireless/ralink/rt2x00/rt61pci.c 		rt2x00_set_field32(&reg, HOST_CMD_CSR_HOST_COMMAND, command);
command           194 drivers/net/wireless/realtek/rtw88/debug.c 	u32 val, command;
command           204 drivers/net/wireless/realtek/rtw88/debug.c 		command = read_cmd | (hw_key_idx + i);
command           205 drivers/net/wireless/realtek/rtw88/debug.c 		rtw_write32(rtwdev, RTW_SEC_CMD_REG, command);
command            30 drivers/net/wireless/realtek/rtw88/sec.c 	u32 command;
command            72 drivers/net/wireless/realtek/rtw88/sec.c 		command = write_cmd | (addr + i);
command            74 drivers/net/wireless/realtek/rtw88/sec.c 		rtw_write32(rtwdev, RTW_SEC_CMD_REG, command);
command            84 drivers/net/wireless/realtek/rtw88/sec.c 	u32 command;
command            94 drivers/net/wireless/realtek/rtw88/sec.c 	command = write_cmd | addr;
command            96 drivers/net/wireless/realtek/rtw88/sec.c 	rtw_write32(rtwdev, RTW_SEC_CMD_REG, command);
command           559 drivers/net/wireless/rsi/rsi_91x_mgmt.c 		peer_notify->command = cpu_to_le16(PEER_TYPE_AP << 1);
command           561 drivers/net/wireless/rsi/rsi_91x_mgmt.c 		peer_notify->command = cpu_to_le16(PEER_TYPE_STA << 1);
command           565 drivers/net/wireless/rsi/rsi_91x_mgmt.c 		peer_notify->command |= cpu_to_le16(RSI_ADD_PEER);
command           568 drivers/net/wireless/rsi/rsi_91x_mgmt.c 		peer_notify->command |= cpu_to_le16(RSI_DELETE_PEER);
command           574 drivers/net/wireless/rsi/rsi_91x_mgmt.c 	peer_notify->command |= cpu_to_le16((aid & 0xfff) << 4);
command           367 drivers/net/wireless/rsi/rsi_mgmt.h 	__le16 command;
command          1664 drivers/net/wireless/st/cw1200/wsm.h 	u8 command;
command           154 drivers/net/wireless/zydas/zd1201.c 	unsigned char *command;
command           158 drivers/net/wireless/zydas/zd1201.c 	command = kmalloc(16, GFP_ATOMIC);
command           159 drivers/net/wireless/zydas/zd1201.c 	if (!command)
command           162 drivers/net/wireless/zydas/zd1201.c 	*((__le32*)command) = cpu_to_le32(ZD1201_USB_CMDREQ);
command           163 drivers/net/wireless/zydas/zd1201.c 	*((__le16*)&command[4]) = cpu_to_le16(cmd);
command           164 drivers/net/wireless/zydas/zd1201.c 	*((__le16*)&command[6]) = cpu_to_le16(parm0);
command           165 drivers/net/wireless/zydas/zd1201.c 	*((__le16*)&command[8]) = cpu_to_le16(parm1);
command           166 drivers/net/wireless/zydas/zd1201.c 	*((__le16*)&command[10])= cpu_to_le16(parm2);
command           170 drivers/net/wireless/zydas/zd1201.c 		kfree(command);
command           174 drivers/net/wireless/zydas/zd1201.c 			  command, 16, zd1201_usbfree, zd);
command           177 drivers/net/wireless/zydas/zd1201.c 		kfree(command);
command            88 drivers/nvmem/bcm-ocotp.c static inline void set_command(void __iomem *base, u32 command)
command            90 drivers/nvmem/bcm-ocotp.c 	writel(command & OTPC_CMD_MASK, base + OTPC_COMMAND_OFFSET);
command            77 drivers/parisc/led.c 	unsigned char command;	/* stores the command byte      */
command           329 drivers/parisc/led.c 			gsc_writeb( blockp[i]->command, LCD_CMD_REG );
command           521 drivers/parport/ieee1284_ops.c 		int command;
command           556 drivers/parport/ieee1284_ops.c 			command = 0;
command           558 drivers/parport/ieee1284_ops.c 			command = (parport_read_status (port) &
command           566 drivers/parport/ieee1284_ops.c 		if (command) {
command           601 drivers/parport/ieee1284_ops.c 			if (command)
command           614 drivers/parport/ieee1284_ops.c 		if (command)
command          1667 drivers/pci/controller/pci-hyperv.c 	u32 command;
command          1727 drivers/pci/controller/pci-hyperv.c 							 &command);
command          1728 drivers/pci/controller/pci-hyperv.c 				command |= PCI_COMMAND_MEMORY;
command          1730 drivers/pci/controller/pci-hyperv.c 							  command);
command           369 drivers/pci/controller/pci-mvebu.c 	    !(conf->command & PCI_COMMAND_IO)) {
command           407 drivers/pci/controller/pci-mvebu.c 	    !(conf->command & PCI_COMMAND_MEMORY)) {
command           483 drivers/pci/controller/pci-mvebu.c 			conf->command &= ~PCI_COMMAND_IO;
command            56 drivers/pci/endpoint/functions/pci-epf-test.c 	u32	command;
command           278 drivers/pci/endpoint/functions/pci-epf-test.c 	u32 command;
command           287 drivers/pci/endpoint/functions/pci-epf-test.c 	command = reg->command;
command           288 drivers/pci/endpoint/functions/pci-epf-test.c 	if (!command)
command           291 drivers/pci/endpoint/functions/pci-epf-test.c 	reg->command = 0;
command           299 drivers/pci/endpoint/functions/pci-epf-test.c 	if (command & COMMAND_RAISE_LEGACY_IRQ) {
command           305 drivers/pci/endpoint/functions/pci-epf-test.c 	if (command & COMMAND_WRITE) {
command           316 drivers/pci/endpoint/functions/pci-epf-test.c 	if (command & COMMAND_READ) {
command           327 drivers/pci/endpoint/functions/pci-epf-test.c 	if (command & COMMAND_COPY) {
command           338 drivers/pci/endpoint/functions/pci-epf-test.c 	if (command & COMMAND_RAISE_MSI_IRQ) {
command           348 drivers/pci/endpoint/functions/pci-epf-test.c 	if (command & COMMAND_RAISE_MSIX_IRQ) {
command          2327 drivers/pci/hotplug/cpqphp_ctrl.c 	u16 command;
command          2741 drivers/pci/hotplug/cpqphp_ctrl.c 		command = 0x0157;	/* = PCI_COMMAND_IO |
command          2747 drivers/pci/hotplug/cpqphp_ctrl.c 		rc = pci_bus_write_config_word(pci_bus, devfn, PCI_COMMAND, command);
command          2750 drivers/pci/hotplug/cpqphp_ctrl.c 		command = 0x07;		/* = PCI_BRIDGE_CTL_PARITY |
command          2753 drivers/pci/hotplug/cpqphp_ctrl.c 		rc = pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command);
command           693 drivers/pci/hotplug/cpqphp_pci.c 	u16 command;
command           718 drivers/pci/hotplug/cpqphp_pci.c 		command = 0x00;
command           719 drivers/pci/hotplug/cpqphp_pci.c 		pci_bus_write_config_word(pci_bus, devfn, PCI_COMMAND, command);
command           726 drivers/pci/hotplug/cpqphp_pci.c 			command = 0x00;
command           727 drivers/pci/hotplug/cpqphp_pci.c 			pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command);
command            88 drivers/pci/hotplug/pciehp_pci.c 	u16 command;
command           113 drivers/pci/hotplug/pciehp_pci.c 			pci_read_config_word(dev, PCI_COMMAND, &command);
command           114 drivers/pci/hotplug/pciehp_pci.c 			command &= ~(PCI_COMMAND_MASTER | PCI_COMMAND_SERR);
command           115 drivers/pci/hotplug/pciehp_pci.c 			command |= PCI_COMMAND_INTX_DISABLE;
command           116 drivers/pci/hotplug/pciehp_pci.c 			pci_write_config_word(dev, PCI_COMMAND, command);
command            11 drivers/pci/pci-bridge-emul.h 	u16 command;
command          6235 drivers/pci/pci.c 	u16 command;
command          6258 drivers/pci/pci.c 	pci_read_config_word(dev, PCI_COMMAND, &command);
command          6259 drivers/pci/pci.c 	command &= ~PCI_COMMAND_MEMORY;
command          6260 drivers/pci/pci.c 	pci_write_config_word(dev, PCI_COMMAND, command);
command           955 drivers/pci/quirks.c 	u16 command;
command           959 drivers/pci/quirks.c 		pci_read_config_word(pdev, PCI_COMMAND, &command);
command           960 drivers/pci/quirks.c 		if (command & PCI_COMMAND_FAST_BACK)
command           961 drivers/pci/quirks.c 			pci_write_config_word(pdev, PCI_COMMAND, command & ~PCI_COMMAND_FAST_BACK);
command          2245 drivers/pci/quirks.c 	u16 command, pmcsr;
command          2276 drivers/pci/quirks.c 	pci_read_config_word(dev, PCI_COMMAND, &command);
command          2278 drivers/pci/quirks.c 	if (!(command & PCI_COMMAND_MEMORY) || !pci_resource_start(dev, 0))
command           186 drivers/pci/setup-bus.c 		u16 command;
command           187 drivers/pci/setup-bus.c 		pci_read_config_word(dev, PCI_COMMAND, &command);
command           188 drivers/pci/setup-bus.c 		if (command & (PCI_COMMAND_IO | PCI_COMMAND_MEMORY))
command           128 drivers/perf/fsl_imx8_ddr_perf.c 	IMX8_DDR_PMU_EVENT_ATTR(read-command, 0x20),
command           129 drivers/perf/fsl_imx8_ddr_perf.c 	IMX8_DDR_PMU_EVENT_ATTR(write-command, 0x21),
command           130 drivers/perf/fsl_imx8_ddr_perf.c 	IMX8_DDR_PMU_EVENT_ATTR(read-modify-write-command, 0x22),
command            87 drivers/platform/chrome/cros_ec.c 	buf.msg.command = EC_CMD_HOST_SLEEP_EVENT;
command            68 drivers/platform/chrome/cros_ec_chardev.c 	msg->command = EC_CMD_GET_VERSION + ec->cmd_offset;
command           304 drivers/platform/chrome/cros_ec_chardev.c 	s_cmd->command += ec->cmd_offset;
command            67 drivers/platform/chrome/cros_ec_debugfs.c 		.command = EC_CMD_CONSOLE_SNAPSHOT + ec->cmd_offset,
command           218 drivers/platform/chrome/cros_ec_debugfs.c 	msg->command = EC_CMD_USB_PD_CONTROL;
command           261 drivers/platform/chrome/cros_ec_debugfs.c 	msg.cmd.command = EC_CMD_GET_UPTIME_INFO;
command           310 drivers/platform/chrome/cros_ec_debugfs.c 	msg->command = EC_CMD_GET_CMD_VERSIONS + ec->cmd_offset;
command           353 drivers/platform/chrome/cros_ec_debugfs.c 	debug_info->read_msg->command = EC_CMD_CONSOLE_READ + ec->cmd_offset;
command           396 drivers/platform/chrome/cros_ec_debugfs.c 	msg->command = EC_CMD_GET_PANIC_INFO;
command           113 drivers/platform/chrome/cros_ec_i2c.c 			msg->command);
command           118 drivers/platform/chrome/cros_ec_i2c.c 			msg->command, msg->result);
command           172 drivers/platform/chrome/cros_ec_i2c.c 	if (msg->command == EC_CMD_REBOOT_EC)
command           219 drivers/platform/chrome/cros_ec_i2c.c 	out_buf[1] = msg->command;
command           273 drivers/platform/chrome/cros_ec_i2c.c 	if (msg->command == EC_CMD_REBOOT_EC)
command           496 drivers/platform/chrome/cros_ec_ishtp.c 		out_msg->ec_request.command,
command           521 drivers/platform/chrome/cros_ec_ishtp.c 	if (msg->command == EC_CMD_REBOOT_EC)
command            99 drivers/platform/chrome/cros_ec_lightbar.c 	msg->command = EC_CMD_LIGHTBAR_CMD + ec->cmd_offset;
command           224 drivers/platform/chrome/cros_ec_lpc.c 	sum = msg->command + args.flags + args.command_version + args.data_size;
command           236 drivers/platform/chrome/cros_ec_lpc.c 	sum = msg->command;
command           263 drivers/platform/chrome/cros_ec_lpc.c 	sum = msg->command + args.flags + args.command_version + args.data_size;
command            33 drivers/platform/chrome/cros_ec_proto.c 	request->command = msg->command;
command            87 drivers/platform/chrome/cros_ec_proto.c 		status_msg->command = EC_CMD_GET_COMMS_STATUS;
command           133 drivers/platform/chrome/cros_ec_proto.c 	out[1] = msg->command;
command           152 drivers/platform/chrome/cros_ec_proto.c 			msg->command);
command           156 drivers/platform/chrome/cros_ec_proto.c 			msg->command, msg->result);
command           182 drivers/platform/chrome/cros_ec_proto.c 	msg->command = EC_CMD_HOST_EVENT_GET_WAKE_MASK;
command           212 drivers/platform/chrome/cros_ec_proto.c 	msg->command = EC_CMD_PASSTHRU_OFFSET(devidx) | EC_CMD_GET_PROTOCOL_INFO;
command           245 drivers/platform/chrome/cros_ec_proto.c 	msg->command = EC_CMD_HELLO;
command           311 drivers/platform/chrome/cros_ec_proto.c 	msg->command = EC_CMD_GET_CMD_VERSIONS;
command           477 drivers/platform/chrome/cros_ec_proto.c 	if (msg->command < EC_CMD_PASSTHRU_OFFSET(1)) {
command           527 drivers/platform/chrome/cros_ec_proto.c 	msg->command = EC_CMD_GET_NEXT_EVENT;
command           575 drivers/platform/chrome/cros_ec_proto.c 	msg->command = EC_CMD_MKBP_STATE;
command           135 drivers/platform/chrome/cros_ec_rpmsg.c 	if (ec_msg->command == EC_CMD_REBOOT_EC)
command           512 drivers/platform/chrome/cros_ec_spi.c 	if (ec_msg->command == EC_CMD_REBOOT_EC)
command           631 drivers/platform/chrome/cros_ec_spi.c 	if (ec_msg->command == EC_CMD_REBOOT_EC)
command           100 drivers/platform/chrome/cros_ec_sysfs.c 	msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset;
command           129 drivers/platform/chrome/cros_ec_sysfs.c 	msg->command = EC_CMD_GET_VERSION + ec->cmd_offset;
command           151 drivers/platform/chrome/cros_ec_sysfs.c 	msg->command = EC_CMD_GET_BUILD_INFO + ec->cmd_offset;
command           167 drivers/platform/chrome/cros_ec_sysfs.c 	msg->command = EC_CMD_GET_CHIP_INFO + ec->cmd_offset;
command           191 drivers/platform/chrome/cros_ec_sysfs.c 	msg->command = EC_CMD_GET_BOARD_VERSION + ec->cmd_offset;
command           227 drivers/platform/chrome/cros_ec_sysfs.c 	msg->command = EC_CMD_FLASH_INFO + ec->cmd_offset;
command           261 drivers/platform/chrome/cros_ec_sysfs.c 	msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset;
command           298 drivers/platform/chrome/cros_ec_sysfs.c 	msg->command = EC_CMD_MOTION_SENSE_CMD + ec->cmd_offset;
command            26 drivers/platform/chrome/cros_ec_trace.h 		__field(uint32_t, command)
command            30 drivers/platform/chrome/cros_ec_trace.h 		__entry->command = cmd->command;
command            33 drivers/platform/chrome/cros_ec_trace.h 		  __print_symbolic(__entry->command, EC_CMDS))
command            40 drivers/platform/chrome/cros_ec_vbc.c 	msg->command = EC_CMD_VBNV_CONTEXT;
command            83 drivers/platform/chrome/cros_ec_vbc.c 	msg->command = EC_CMD_VBNV_CONTEXT;
command            70 drivers/platform/chrome/cros_usbpd_logger.c 	msg->command = ec_dev->cmd_offset + EC_CMD_PD_GET_LOG_ENTRY;
command            89 drivers/platform/chrome/wilco_ec/telemetry.c 	u8 command;
command           100 drivers/platform/chrome/wilco_ec/telemetry.c 	u8 command;
command           125 drivers/platform/chrome/wilco_ec/telemetry.c 	u8 command;
command           162 drivers/platform/chrome/wilco_ec/telemetry.c 	switch (rq->command) {
command           309 drivers/platform/goldfish/goldfish_pipe.c 			       struct goldfish_pipe_command *command)
command           322 drivers/platform/goldfish/goldfish_pipe.c 	command->rw_params.ptrs[0] = (u64)(xaddr | (address & ~PAGE_MASK));
command           323 drivers/platform/goldfish/goldfish_pipe.c 	command->rw_params.sizes[0] = size_on_page;
command           329 drivers/platform/goldfish/goldfish_pipe.c 			command->rw_params.sizes[buffer_idx] += size_on_page;
command           332 drivers/platform/goldfish/goldfish_pipe.c 			command->rw_params.ptrs[buffer_idx] = (u64)xaddr;
command           333 drivers/platform/goldfish/goldfish_pipe.c 			command->rw_params.sizes[buffer_idx] = size_on_page;
command           337 drivers/platform/goldfish/goldfish_pipe.c 	command->rw_params.buffers_count = buffer_idx + 1;
command           208 drivers/platform/olpc/olpc-xo175-ec.c 	u8 command;
command           357 drivers/platform/olpc/olpc-xo175-ec.c 			priv->cmd.command = CMD_ECHO;
command           521 drivers/platform/olpc/olpc-xo175-ec.c 	priv->cmd.command = cmd;
command           506 drivers/platform/x86/alienware-wmi.c 					  u32 command, int *out_data)
command           519 drivers/platform/x86/alienware-wmi.c 					     command, &input, &output);
command           528 drivers/platform/x86/alienware-wmi.c 					     command, &input, NULL);
command           482 drivers/platform/x86/dcdbas.c 		apm_cmd->command = ESM_APM_POWER_CYCLE;
command           487 drivers/platform/x86/dcdbas.c 		apm_cmd->command = ESM_APM_POWER_CYCLE;
command            78 drivers/platform/x86/dcdbas.h 	__u8 command;
command           954 drivers/platform/x86/dell-laptop.c 	int command = 0x97;
command           956 drivers/platform/x86/dell-laptop.c 	i8042_command(&data, command | 1 << 12);
command           961 drivers/platform/x86/dell-laptop.c 	int command = 0x97;
command           963 drivers/platform/x86/dell-laptop.c 	i8042_command(&data, command | 1 << 12);
command            84 drivers/platform/x86/dell-smbios-smm.c 	struct smi_cmd command;
command            88 drivers/platform/x86/dell-smbios-smm.c 	command.magic = SMI_CMD_MAGIC;
command            89 drivers/platform/x86/dell-smbios-smm.c 	command.command_address = da_command_address;
command            90 drivers/platform/x86/dell-smbios-smm.c 	command.command_code = da_command_code;
command            91 drivers/platform/x86/dell-smbios-smm.c 	command.ebx = virt_to_phys(buffer);
command            92 drivers/platform/x86/dell-smbios-smm.c 	command.ecx = 0x42534931;
command            96 drivers/platform/x86/dell-smbios-smm.c 	dcdbas_smi_request(&command);
command            44 drivers/platform/x86/dell-wmi-led.c 	unsigned char command;
command            50 drivers/platform/x86/dell-wmi-led.c 			       u8 command, u8 on_time, u8 off_time)
command            63 drivers/platform/x86/dell-wmi-led.c 		.command = command,
command            65 drivers/platform/x86/hp-wmi.c 	u32 command;
command           207 drivers/platform/x86/hp-wmi.c static int hp_wmi_perform_query(int query, enum hp_wmi_command command,
command           216 drivers/platform/x86/hp-wmi.c 		.command = command,
command            47 drivers/platform/x86/ibm_rtl.c 	u8 command;
command           101 drivers/platform/x86/ibm_rtl.c 		iowrite8(value, &rtl_table->command);
command           121 drivers/platform/x86/ibm_rtl.c 		while (ioread8(&rtl_table->command)) {
command           155 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 	mbox_cmd.command = (sst_cmd->cmd & GENMASK_ULL(31, 16)) >> 16;
command           226 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 		if (cmd->command == isst_valid_cmds[i].cmd &&
command           250 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 		if (cmd->command == isst_cmd_set_reqs[i].cmd &&
command            34 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c static int isst_if_send_mbox_cmd(u8 command, u8 sub_command, u32 parameter,
command            63 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 		      command;
command            99 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 	act->err = isst_if_send_mbox_cmd(act->mbox_cmd->command,
command           133 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 		action.err = isst_store_cmd(action.mbox_cmd->command,
command            71 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_pci.c 		      mbox_cmd->command;
command           135 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_pci.c 		ret = isst_store_cmd(mbox_cmd->command,
command           312 drivers/platform/x86/samsung-laptop.c 	u16 command;
command           394 drivers/platform/x86/samsung-laptop.c static int sabi_command(struct samsung_laptop *samsung, u16 command,
command           409 drivers/platform/x86/samsung-laptop.c 				command, in->d0, in->d1, in->d2, in->d3);
command           411 drivers/platform/x86/samsung-laptop.c 			pr_info("SABI command:0x%04x", command);
command           419 drivers/platform/x86/samsung-laptop.c 	writew(command, samsung->sabi_iface + SABI_IFACE_SUB);
command           443 drivers/platform/x86/samsung-laptop.c 			command, complete, iface_data);
command           469 drivers/platform/x86/samsung-laptop.c 			     u16 command, u8 data)
command           474 drivers/platform/x86/samsung-laptop.c 	return sabi_command(samsung, command, &in, NULL);
command          1257 drivers/platform/x86/samsung-laptop.c 		   samsung->debug.command,
command          1260 drivers/platform/x86/samsung-laptop.c 	ret = sabi_command(samsung, samsung->debug.command, sdata, sdata);
command          1264 drivers/platform/x86/samsung-laptop.c 			   samsung->debug.command);
command          1296 drivers/platform/x86/samsung-laptop.c 			   &samsung->debug.command);
command          3599 drivers/platform/x86/sony-laptop.c #define wait_on_command(command, iterations) {				\
command          3601 drivers/platform/x86/sony-laptop.c 	while (--n && (command))					\
command          3838 drivers/platform/x86/sony-laptop.c int sony_pic_camera_command(int command, u8 value)
command          3845 drivers/platform/x86/sony-laptop.c 	switch (command) {
command          3881 drivers/platform/x86/sony-laptop.c 		pr_err("sony_pic_camera_command invalid: %d\n", command);
command           302 drivers/power/supply/bq2415x_charger.c 				enum bq2415x_command command)
command           306 drivers/power/supply/bq2415x_charger.c 	switch (command) {
command          1045 drivers/power/supply/bq2415x_charger.c 	enum bq2415x_command command;
command          1049 drivers/power/supply/bq2415x_charger.c 		command = BQ2415X_OTG_STATUS;
command          1051 drivers/power/supply/bq2415x_charger.c 		command = BQ2415X_CHARGE_STATUS;
command          1053 drivers/power/supply/bq2415x_charger.c 		command = BQ2415X_BOOST_STATUS;
command          1055 drivers/power/supply/bq2415x_charger.c 		command = BQ2415X_FAULT_STATUS;
command          1059 drivers/power/supply/bq2415x_charger.c 	ret = bq2415x_exec_command(bq, command);
command          1352 drivers/power/supply/bq2415x_charger.c 	enum bq2415x_command command;
command          1360 drivers/power/supply/bq2415x_charger.c 		command = val ? BQ2415X_CHARGE_TERMINATION_ENABLE :
command          1363 drivers/power/supply/bq2415x_charger.c 		command = val ? BQ2415X_HIGH_IMPEDANCE_ENABLE :
command          1366 drivers/power/supply/bq2415x_charger.c 		command = val ? BQ2415X_OTG_PIN_ENABLE :
command          1369 drivers/power/supply/bq2415x_charger.c 		command = val ? BQ2415X_STAT_PIN_ENABLE :
command          1374 drivers/power/supply/bq2415x_charger.c 	ret = bq2415x_exec_command(bq, command);
command          1387 drivers/power/supply/bq2415x_charger.c 	enum bq2415x_command command;
command          1391 drivers/power/supply/bq2415x_charger.c 		command = BQ2415X_CHARGE_TERMINATION_STATUS;
command          1393 drivers/power/supply/bq2415x_charger.c 		command = BQ2415X_HIGH_IMPEDANCE_STATUS;
command          1395 drivers/power/supply/bq2415x_charger.c 		command = BQ2415X_OTG_PIN_STATUS;
command          1397 drivers/power/supply/bq2415x_charger.c 		command = BQ2415X_STAT_PIN_STATUS;
command          1401 drivers/power/supply/bq2415x_charger.c 	ret = bq2415x_exec_command(bq, command);
command            97 drivers/power/supply/cros_usbpd-charger.c 					 unsigned int command,
command           112 drivers/power/supply/cros_usbpd-charger.c 	msg->command = ec_dev->cmd_offset + command;
command            45 drivers/pwm/pwm-cros-ec.c 	msg->command = EC_CMD_PWM_SET_DUTY;
command            74 drivers/pwm/pwm-cros-ec.c 	msg->command = EC_CMD_PWM_GET_DUTY;
command            17 drivers/reset/tegra/reset-bpmp.c 				   enum mrq_reset_commands command,
command            25 drivers/reset/tegra/reset-bpmp.c 	request.cmd = command;
command           638 drivers/rpmsg/qcom_glink_native.c 	struct command cmd;
command            33 drivers/rtc/rtc-cros-ec.c static int cros_ec_rtc_get(struct cros_ec_device *cros_ec, u32 command,
command            43 drivers/rtc/rtc-cros-ec.c 	msg.msg.command = command;
command            50 drivers/rtc/rtc-cros-ec.c 			command == EC_CMD_RTC_GET_VALUE ? "time" : "alarm",
command            60 drivers/rtc/rtc-cros-ec.c static int cros_ec_rtc_set(struct cros_ec_device *cros_ec, u32 command,
command            70 drivers/rtc/rtc-cros-ec.c 	msg.msg.command = command;
command            77 drivers/rtc/rtc-cros-ec.c 			command == EC_CMD_RTC_SET_VALUE ? "time" : "alarm",
command            26 drivers/rtc/rtc-wilco-ec.c 	u8 command;
command            31 drivers/rtc/rtc-wilco-ec.c 	.command = EC_COMMAND_CMOS,
command            76 drivers/rtc/rtc-wilco-ec.c 	u8 command;
command           135 drivers/rtc/rtc-wilco-ec.c 	rtc.command	= EC_COMMAND_CMOS;
command           279 drivers/s390/char/sclp.c 	rc = sclp_service_call(req->command, req->sccb);
command           460 drivers/s390/char/sclp.c 	sclp_read_req.command = SCLP_CMDW_READ_EVENT_DATA;
command           760 drivers/s390/char/sclp.c 	sclp_init_req.command = SCLP_CMDW_WRITE_EVENT_MASK;
command           964 drivers/s390/char/sclp.c 		rc = sclp_service_call(sclp_init_req.command, sccb);
command           253 drivers/s390/char/sclp.h 	sclp_cmdw_t command;		/* sclp command to execute */
command           306 drivers/s390/char/sclp.h int sclp_sync_request(sclp_cmdw_t command, void *sccb);
command           307 drivers/s390/char/sclp.h int sclp_sync_request_timeout(sclp_cmdw_t command, void *sccb, int timeout);
command           338 drivers/s390/char/sclp.h static inline int sclp_service_call(sclp_cmdw_t command, void *sccb)
command           349 drivers/s390/char/sclp.h 		: "+&d" (cc) : "d" (command), "a" ((unsigned long)sccb)
command            56 drivers/s390/char/sclp_cmd.c 	request->command = cmd;
command           113 drivers/s390/char/sclp_cpi_sys.c 	req->command = SCLP_CMDW_WRITE_EVENT_DATA;
command           310 drivers/s390/char/sclp_early_core.c 	sclp_cmdw_t command;
command           325 drivers/s390/char/sclp_early_core.c 		command = SCLP_CMDW_READ_STORAGE_INFO | (id << 8);
command           326 drivers/s390/char/sclp_early_core.c 		rc = sclp_early_cmd(command, sccb);
command           124 drivers/s390/char/sclp_ftp.c 	req->command = SCLP_CMDW_WRITE_EVENT_DATA;
command           160 drivers/s390/char/sclp_pci.c 	req.command = SCLP_CMDW_WRITE_EVENT_DATA;
command           461 drivers/s390/char/sclp_rw.c 	buffer->request.command = SCLP_CMDW_WRITE_EVENT_DATA;
command           126 drivers/s390/char/sclp_sdias.c 	request.command = SCLP_CMDW_WRITE_EVENT_DATA;
command           193 drivers/s390/char/sclp_sdias.c 	request.command  = SCLP_CMDW_WRITE_EVENT_DATA;
command           212 drivers/s390/char/sclp_vt220.c 	request->sclp_req.command = SCLP_CMDW_WRITE_EVENT_DATA;
command           211 drivers/s390/cio/vfio_ccw_fsm.c 	       cmd_region->command == VFIO_CCW_ASYNC_CMD_HSCH ? "halt" :
command           212 drivers/s390/cio/vfio_ccw_fsm.c 	       cmd_region->command == VFIO_CCW_ASYNC_CMD_CSCH ? "clear" :
command           336 drivers/s390/cio/vfio_ccw_fsm.c 	switch (cmd_region->command) {
command           570 drivers/s390/net/qeth_core_main.c 	int com = cmd->hdr.command;
command           588 drivers/s390/net/qeth_core_main.c 		if (cmd->hdr.command != IPA_CMD_SETCCID &&
command           589 drivers/s390/net/qeth_core_main.c 		    cmd->hdr.command != IPA_CMD_DELCCID &&
command           590 drivers/s390/net/qeth_core_main.c 		    cmd->hdr.command != IPA_CMD_MODCCID &&
command           591 drivers/s390/net/qeth_core_main.c 		    cmd->hdr.command != IPA_CMD_SET_DIAG_ASS)
command           597 drivers/s390/net/qeth_core_main.c 	switch (cmd->hdr.command) {
command           758 drivers/s390/net/qeth_core_main.c 		    cmd->hdr.command != IPA_CMD_STARTLAN) {
command          2764 drivers/s390/net/qeth_core_main.c 	hdr->command = cmd_code;
command          4541 drivers/s390/net/qeth_core_main.c 	oat_req->subcmd_code = oat_data.command;
command           760 drivers/s390/net/qeth_core_mpc.h 	__u8   command;
command           231 drivers/s390/net/qeth_l2_main.c 		QETH_CARD_TEXT_(card, 2, "L2VL%4x", cmd->hdr.command);
command           976 drivers/s390/net/qeth_l2_main.c 	switch (cmd->hdr.command) {
command           593 drivers/sbus/char/oradax.c 	switch (hdr.command) {
command           238 drivers/scsi/3w-9xxx.c 	command_packet = &full_command_packet->command.oldcommand;
command           485 drivers/scsi/3w-9xxx.c 	command_packet = &full_command_packet->command.oldcommand;
command          1021 drivers/scsi/3w-9xxx.c 		tw_dev->srb[request_id]->result = (full_command_packet->command.newcommand.status << 1);
command          1067 drivers/scsi/3w-9xxx.c 	command_packet = &full_command_packet->command.oldcommand;
command          1128 drivers/scsi/3w-9xxx.c 	tw_initconnect = (TW_Initconnect *)&full_command_packet->command.oldcommand;
command          1302 drivers/scsi/3w-9xxx.c 			if (full_command_packet->command.newcommand.status != 0) {
command          1349 drivers/scsi/3w-9xxx.c 				if ((scsi_sg_count(cmd) <= 1) && (full_command_packet->command.newcommand.status == 0)) {
command          1350 drivers/scsi/3w-9xxx.c 					if (full_command_packet->command.newcommand.sg_list[0].length < scsi_bufflen(tw_dev->srb[request_id]))
command          1351 drivers/scsi/3w-9xxx.c 						scsi_set_resid(cmd, scsi_bufflen(cmd) - full_command_packet->command.newcommand.sg_list[0].length);
command          1390 drivers/scsi/3w-9xxx.c 	if (TW_OP_OUT(full_command_packet->command.newcommand.opcode__reserved) == TW_OP_EXECUTE_SCSI) {
command          1391 drivers/scsi/3w-9xxx.c 		newcommand = &full_command_packet->command.newcommand;
command          1401 drivers/scsi/3w-9xxx.c 		oldcommand = &full_command_packet->command.oldcommand;
command          1432 drivers/scsi/3w-9xxx.c 		if (TW_OP_OUT(full_command_packet->command.newcommand.opcode__reserved) == TW_OP_EXECUTE_SCSI) {
command          1433 drivers/scsi/3w-9xxx.c 			if (full_command_packet->command.newcommand.status != 0) {
command          1440 drivers/scsi/3w-9xxx.c 			if (full_command_packet->command.oldcommand.status != 0) {
command          1827 drivers/scsi/3w-9xxx.c 	command_packet = &full_command_packet->command.newcommand;
command           545 drivers/scsi/3w-9xxx.h 	} command;
command           313 drivers/scsi/3w-sas.c 	command_packet = &full_command_packet->command.newcommand;
command           420 drivers/scsi/3w-sas.c 	command_packet = &full_command_packet->command.oldcommand;
command           479 drivers/scsi/3w-sas.c 	command_packet = &full_command_packet->command.oldcommand;
command           689 drivers/scsi/3w-sas.c 	if (TW_OP_OUT(full_command_packet->command.newcommand.opcode__reserved) == TW_OP_EXECUTE_SCSI) {
command           690 drivers/scsi/3w-sas.c 		newcommand = &full_command_packet->command.newcommand;
command           700 drivers/scsi/3w-sas.c 		oldcommand = &full_command_packet->command.oldcommand;
command           894 drivers/scsi/3w-sas.c 		tw_dev->srb[request_id]->result = (full_command_packet->command.newcommand.status << 1);
command           937 drivers/scsi/3w-sas.c 	command_packet = &full_command_packet->command.oldcommand;
command           990 drivers/scsi/3w-sas.c 	tw_initconnect = (TW_Initconnect *)&full_command_packet->command.oldcommand;
command          1216 drivers/scsi/3w-sas.c 			if ((scsi_sg_count(cmd) <= 1) && (full_command_packet->command.newcommand.status == 0)) {
command          1217 drivers/scsi/3w-sas.c 				if (full_command_packet->command.newcommand.sg_list[0].length < scsi_bufflen(tw_dev->srb[request_id]))
command          1218 drivers/scsi/3w-sas.c 					scsi_set_resid(cmd, scsi_bufflen(cmd) - full_command_packet->command.newcommand.sg_list[0].length);
command           276 drivers/scsi/3w-sas.h 	} command;
command           404 drivers/scsi/3w-xxxx.c 	TW_Command *command;
command           407 drivers/scsi/3w-xxxx.c 	command = (TW_Command *)tw_dev->command_packet_virtual_address[request_id];
command           409 drivers/scsi/3w-xxxx.c 	printk(KERN_WARNING "3w-xxxx: scsi%d: Command failed: status = 0x%x, flags = 0x%x, unit #%d.\n", tw_dev->host->host_no, command->status, command->flags, TW_UNIT_OUT(command->unit__hostid));
command           413 drivers/scsi/3w-xxxx.c 		if ((command->status == 0xc7) || (command->status == 0xcb)) {
command           415 drivers/scsi/3w-xxxx.c 				if (command->flags == tw_sense_table[i][0]) {
command          1927 drivers/scsi/3w-xxxx.c 	unsigned char *command = SCpnt->cmnd;
command          1945 drivers/scsi/3w-xxxx.c 	switch (*command) {
command          1981 drivers/scsi/3w-xxxx.c 			printk(KERN_NOTICE "3w-xxxx: scsi%d: Unknown scsi opcode: 0x%x\n", tw_dev->host->host_no, *command);
command           385 drivers/scsi/3w-xxxx.h 	unsigned char command;
command           312 drivers/scsi/BusLogic.c 	if (ccb->command != NULL)
command           313 drivers/scsi/BusLogic.c 		scsi_dma_unmap(ccb->command);
command           318 drivers/scsi/BusLogic.c 	ccb->command = NULL;
command          2745 drivers/scsi/BusLogic.c 		struct scsi_cmnd *command = ccb->command;
command          2773 drivers/scsi/BusLogic.c 			while (command != NULL) {
command          2775 drivers/scsi/BusLogic.c 					command->reset_chain;
command          2776 drivers/scsi/BusLogic.c 				command->reset_chain = NULL;
command          2777 drivers/scsi/BusLogic.c 				command->result = DID_RESET << 16;
command          2778 drivers/scsi/BusLogic.c 				command->scsi_done(command);
command          2779 drivers/scsi/BusLogic.c 				command = nxt_cmd;
command          2791 drivers/scsi/BusLogic.c 					command = ccb->command;
command          2794 drivers/scsi/BusLogic.c 					command->result = DID_RESET << 16;
command          2795 drivers/scsi/BusLogic.c 					command->scsi_done(command);
command          2815 drivers/scsi/BusLogic.c 				command->result = DID_OK << 16;
command          2821 drivers/scsi/BusLogic.c 				command->result = DID_ABORT << 16;
command          2824 drivers/scsi/BusLogic.c 				command->result = blogic_resultcode(adapter,
command          2832 drivers/scsi/BusLogic.c 								"Adapter Status %02X " "Target Status %02X\n", adapter, ccb->serial, ccb->tgt_id, command->result, ccb->adapter_status, ccb->tgt_status);
command          2839 drivers/scsi/BusLogic.c 							blogic_notice(" %02X", adapter, command->sense_buffer[i]);
command          2855 drivers/scsi/BusLogic.c 					(struct scsi_inquiry *) scsi_sglist(command);
command          2867 drivers/scsi/BusLogic.c 			command->scsi_done(command);
command          3020 drivers/scsi/BusLogic.c static int blogic_qcmd_lck(struct scsi_cmnd *command,
command          3024 drivers/scsi/BusLogic.c 		(struct blogic_adapter *) command->device->host->hostdata;
command          3026 drivers/scsi/BusLogic.c 		&adapter->tgt_flags[command->device->id];
command          3028 drivers/scsi/BusLogic.c 	unsigned char *cdb = command->cmnd;
command          3029 drivers/scsi/BusLogic.c 	int cdblen = command->cmd_len;
command          3030 drivers/scsi/BusLogic.c 	int tgt_id = command->device->id;
command          3031 drivers/scsi/BusLogic.c 	int lun = command->device->lun;
command          3032 drivers/scsi/BusLogic.c 	int buflen = scsi_bufflen(command);
command          3043 drivers/scsi/BusLogic.c 	if (cdb[0] == REQUEST_SENSE && command->sense_buffer[0] != 0) {
command          3044 drivers/scsi/BusLogic.c 		command->result = DID_OK << 16;
command          3045 drivers/scsi/BusLogic.c 		comp_cb(command);
command          3062 drivers/scsi/BusLogic.c 			command->result = DID_ERROR << 16;
command          3063 drivers/scsi/BusLogic.c 			comp_cb(command);
command          3071 drivers/scsi/BusLogic.c 	count = scsi_dma_map(command);
command          3086 drivers/scsi/BusLogic.c 		scsi_for_each_sg(command, sg, count, i) {
command          3181 drivers/scsi/BusLogic.c 	ccb->command = command;
command          3183 drivers/scsi/BusLogic.c 				command->sense_buffer, ccb->sense_datalen,
command          3192 drivers/scsi/BusLogic.c 	command->scsi_done = comp_cb;
command          3213 drivers/scsi/BusLogic.c 				command->result = DID_ERROR << 16;
command          3214 drivers/scsi/BusLogic.c 				command->scsi_done(command);
command          3244 drivers/scsi/BusLogic.c static int blogic_abort(struct scsi_cmnd *command)
command          3247 drivers/scsi/BusLogic.c 		(struct blogic_adapter *) command->device->host->hostdata;
command          3249 drivers/scsi/BusLogic.c 	int tgt_id = command->device->id;
command          3258 drivers/scsi/BusLogic.c 		if (ccb->command == command)
command           853 drivers/scsi/BusLogic.h 	struct scsi_cmnd *command;
command           370 drivers/scsi/aacraid/aachba.c 		dinfo->command = cpu_to_le32(VM_ContainerConfig);
command           409 drivers/scsi/aacraid/aachba.c 			dinfo->command = cpu_to_le32(VM_ContainerConfig);
command           464 drivers/scsi/aacraid/aachba.c 	dinfo->command = cpu_to_le32(VM_ContainerConfig);
command           585 drivers/scsi/aacraid/aachba.c 	dinfo->command = cpu_to_le32(VM_ContainerConfig);
command           707 drivers/scsi/aacraid/aachba.c 		dinfo->command = cpu_to_le32(VM_NameServeAllBlk);
command           709 drivers/scsi/aacraid/aachba.c 		dinfo->command = cpu_to_le32(VM_NameServe64);
command           746 drivers/scsi/aacraid/aachba.c 			dinfo->command = cpu_to_le32(VM_NameServeAllBlk);
command           748 drivers/scsi/aacraid/aachba.c 			dinfo->command = cpu_to_le32(VM_NameServe);
command          1114 drivers/scsi/aacraid/aachba.c 	dinfo->command = cpu_to_le32(VM_ContainerConfig);
command          1214 drivers/scsi/aacraid/aachba.c 	u16 fibsize, command;
command          1234 drivers/scsi/aacraid/aachba.c 		command = ContainerRawIo2;
command          1251 drivers/scsi/aacraid/aachba.c 		command = ContainerRawIo;
command          1260 drivers/scsi/aacraid/aachba.c 	return aac_fib_send(command,
command          1277 drivers/scsi/aacraid/aachba.c 	readcmd->command = cpu_to_le32(VM_CtHostRead64);
command          1313 drivers/scsi/aacraid/aachba.c 	readcmd->command = cpu_to_le32(VM_CtBlockRead);
command          1342 drivers/scsi/aacraid/aachba.c 	u16 fibsize, command;
command          1365 drivers/scsi/aacraid/aachba.c 		command = ContainerRawIo2;
command          1385 drivers/scsi/aacraid/aachba.c 		command = ContainerRawIo;
command          1394 drivers/scsi/aacraid/aachba.c 	return aac_fib_send(command,
command          1411 drivers/scsi/aacraid/aachba.c 	writecmd->command = cpu_to_le32(VM_CtHostWrite64);
command          1447 drivers/scsi/aacraid/aachba.c 	writecmd->command = cpu_to_le32(VM_CtBlockWrite);
command          2034 drivers/scsi/aacraid/aachba.c 	struct aac_bus_info *command;
command          2109 drivers/scsi/aacraid/aachba.c 	command = (struct aac_bus_info *)bus_info;
command          2111 drivers/scsi/aacraid/aachba.c 	command->Command = cpu_to_le32(VM_Ioctl);
command          2112 drivers/scsi/aacraid/aachba.c 	command->ObjType = cpu_to_le32(FT_DRIVE);
command          2113 drivers/scsi/aacraid/aachba.c 	command->MethodId = cpu_to_le32(1);
command          2114 drivers/scsi/aacraid/aachba.c 	command->CtlCmd = cpu_to_le32(GetBusInfo);
command          2731 drivers/scsi/aacraid/aachba.c 	synchronizecmd->command = cpu_to_le32(VM_ContainerConfig);
command          2805 drivers/scsi/aacraid/aachba.c 	pmcmd->command = cpu_to_le32(VM_ContainerConfig);
command           903 drivers/scsi/aacraid/aacraid.h 	int  (*adapter_sync_cmd)(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *status, u32 *r1, u32 *r2, u32 *r3, u32 *r4);
command          1690 drivers/scsi/aacraid/aacraid.h #define aac_adapter_sync_cmd(dev, command, p1, p2, p3, p4, p5, p6, status, r1, r2, r3, r4) \
command          1691 drivers/scsi/aacraid/aacraid.h 	(dev)->a_ops.adapter_sync_cmd(dev, command, p1, p2, p3, p4, p5, p6, status, r1, r2, r3, r4)
command          1853 drivers/scsi/aacraid/aacraid.h 	__le32		command;
command          1862 drivers/scsi/aacraid/aacraid.h 	__le32		command;
command          1879 drivers/scsi/aacraid/aacraid.h 	__le32		command;
command          1889 drivers/scsi/aacraid/aacraid.h 	__le32		command;
command          1933 drivers/scsi/aacraid/aacraid.h 	__le32		command;	/* VM_ContainerConfig */
command          1960 drivers/scsi/aacraid/aacraid.h 	__le32		command;	/* VM_ContainerConfig */
command          1970 drivers/scsi/aacraid/aacraid.h 	__le32		command;	/* VM_ContainerConfig */
command          2165 drivers/scsi/aacraid/aacraid.h 	__le32		command;	/* VM_ContainerConfig */
command          2201 drivers/scsi/aacraid/aacraid.h 	__le32		command;	/* VM_ContainerConfig */
command          2211 drivers/scsi/aacraid/aacraid.h 	__le32		command;	/* VM_ContainerConfig */
command          2252 drivers/scsi/aacraid/aacraid.h 	__le32		command;
command          2266 drivers/scsi/aacraid/aacraid.h 	__le32		command;	/* VM_ContainerConfig */
command          2290 drivers/scsi/aacraid/aacraid.h 	__le32		command;	/* VM_ContainerConfig */
command          2307 drivers/scsi/aacraid/aacraid.h 	__le32	command;
command          2613 drivers/scsi/aacraid/aacraid.h 	__le32 command;		/* Tell host what type of notify this is */
command          2686 drivers/scsi/aacraid/aacraid.h int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int reply, fib_callback callback, void *ctxt);
command          2687 drivers/scsi/aacraid/aacraid.h int aac_hba_send(u8 command, struct fib *context,
command           282 drivers/scsi/aacraid/comminit.c 		struct scsi_cmnd *command;
command           287 drivers/scsi/aacraid/comminit.c 			list_for_each_entry(command, &dev->cmd_list, list) {
command           288 drivers/scsi/aacraid/comminit.c 				if (command->SCp.phase == AAC_OWNER_FIRMWARE) {
command           337 drivers/scsi/aacraid/comminit.c 	cmd->command = cpu_to_le32(VM_CloseAll);
command           481 drivers/scsi/aacraid/commsup.c int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size,
command           541 drivers/scsi/aacraid/commsup.c 	hw_fib->header.Command = cpu_to_le16(command);
command           572 drivers/scsi/aacraid/commsup.c 	dprintk((KERN_DEBUG "  SubCommand =            %d.\n", le32_to_cpu(((struct aac_query_mount *)fib_data(fibptr))->command)));
command           705 drivers/scsi/aacraid/commsup.c int aac_hba_send(u8 command, struct fib *fibptr, fib_callback callback,
command           724 drivers/scsi/aacraid/commsup.c 	hbacmd->iu_type = command;
command           726 drivers/scsi/aacraid/commsup.c 	if (command == HBA_IU_TYPE_SCSI_CMD_REQ) {
command           731 drivers/scsi/aacraid/commsup.c 	} else if (command != HBA_IU_TYPE_SCSI_TM_REQ)
command          1086 drivers/scsi/aacraid/commsup.c 	switch (le32_to_cpu(aifcmd->command)) {
command          1472 drivers/scsi/aacraid/commsup.c 	struct scsi_cmnd *command;
command          1605 drivers/scsi/aacraid/commsup.c 		list_for_each_entry(command, &dev->cmd_list, list)
command          1606 drivers/scsi/aacraid/commsup.c 			if (command->SCp.phase == AAC_OWNER_FIRMWARE) {
command          1607 drivers/scsi/aacraid/commsup.c 				command->SCp.buffer = (struct scatterlist *)command_list;
command          1608 drivers/scsi/aacraid/commsup.c 				command_list = command;
command          1612 drivers/scsi/aacraid/commsup.c 	while ((command = command_list)) {
command          1613 drivers/scsi/aacraid/commsup.c 		command_list = (struct scsi_cmnd *)command->SCp.buffer;
command          1614 drivers/scsi/aacraid/commsup.c 		command->SCp.buffer = NULL;
command          1615 drivers/scsi/aacraid/commsup.c 		command->result = DID_OK << 16
command          1618 drivers/scsi/aacraid/commsup.c 		command->SCp.phase = AAC_OWNER_ERROR_HANDLER;
command          1619 drivers/scsi/aacraid/commsup.c 		command->scsi_done(command);
command          1695 drivers/scsi/aacraid/commsup.c 			cmd->command = cpu_to_le32(VM_ContainerConfig);
command          1801 drivers/scsi/aacraid/commsup.c 			aif->command = cpu_to_le32(AifCmdEventNotify);
command          2218 drivers/scsi/aacraid/commsup.c 		if (aifcmd->command == cpu_to_le32(AifCmdDriverNotify)) {
command          2231 drivers/scsi/aacraid/commsup.c 		if (aifcmd->command == cpu_to_le32(AifCmdEventNotify)
command          2232 drivers/scsi/aacraid/commsup.c 		 || aifcmd->command == cpu_to_le32(AifCmdJobProgress)) {
command           250 drivers/scsi/aacraid/dpcsup.c 	cmd->command = cpu_to_le32(AifReqEvent);
command           324 drivers/scsi/aacraid/dpcsup.c 		cmd->command = cpu_to_le32(AifReqEvent);
command           783 drivers/scsi/aacraid/linit.c 				struct scsi_cmnd *command;
command           786 drivers/scsi/aacraid/linit.c 				command = fib->callback_data;
command           792 drivers/scsi/aacraid/linit.c 					((command)) &&
command           793 drivers/scsi/aacraid/linit.c 					(command->device == cmd->device)) {
command           796 drivers/scsi/aacraid/linit.c 					command->SCp.phase =
command           798 drivers/scsi/aacraid/linit.c 					if (command == cmd)
command           895 drivers/scsi/aacraid/linit.c 	u8 command;
command           917 drivers/scsi/aacraid/linit.c 	command = aac_eh_tmf_lun_reset_fib(info, fib, dev->lun);
command           921 drivers/scsi/aacraid/linit.c 	status = aac_hba_send(command, fib,
command           953 drivers/scsi/aacraid/linit.c 	u8 command;
command           976 drivers/scsi/aacraid/linit.c 	command = aac_eh_tmf_hard_reset_fib(info, fib);
command           980 drivers/scsi/aacraid/linit.c 	status = aac_hba_send(command, fib,
command           153 drivers/scsi/aacraid/rx.c static int rx_sync_cmd(struct aac_dev *dev, u32 command,
command           162 drivers/scsi/aacraid/rx.c 	writel(command, &dev->IndexRegs->Mailbox[0]);
command           144 drivers/scsi/aacraid/sa.c static int sa_sync_cmd(struct aac_dev *dev, u32 command, 
command           153 drivers/scsi/aacraid/sa.c 	sa_writel(dev, Mailbox0, command);
command           200 drivers/scsi/aacraid/src.c static int src_sync_cmd(struct aac_dev *dev, u32 command,
command           211 drivers/scsi/aacraid/src.c 	writel(command, &dev->IndexRegs->Mailbox[0]);
command           244 drivers/scsi/aacraid/src.c 	if ((!dev->sync_mode || command != SEND_SYNCHRONOUS_FIB) &&
command           249 drivers/scsi/aacraid/src.c 		if (command == IOP_RESET_ALWAYS) {
command           300 drivers/scsi/aacraid/src.c 		if (command == GET_COMM_PREFERRED_SETTINGS)
command          1005 drivers/scsi/aic7xxx/aic79xx.h 	uint8_t   command;
command           311 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 	uint32_t command;
command           319 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 	command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, 4);
command           320 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 	command &= ~(PCIM_CMD_PORTEN|PCIM_CMD_MEMEN);
command           331 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 				     command | PCIM_CMD_MEMEN, 4);
command           346 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 			command |= PCIM_CMD_MEMEN;
command           365 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 			command |= PCIM_CMD_PORTEN;
command           376 drivers/scsi/aic7xxx/aic79xx_osm_pci.c 	ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, command, 4);
command           291 drivers/scsi/aic7xxx/aic79xx_pci.c 	u_int		 command;
command           343 drivers/scsi/aic7xxx/aic79xx_pci.c 	command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
command           344 drivers/scsi/aic7xxx/aic79xx_pci.c 	command |= PCIM_CMD_BUSMASTEREN;
command           345 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, command, /*bytes*/2);
command           390 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd->suspend_state.pci_state.command =
command           403 drivers/scsi/aic7xxx/aic79xx_pci.c 			     ahd->suspend_state.pci_state.command, /*bytes*/1);
command           882 drivers/scsi/aic7xxx/aic7xxx.h 	uint8_t   command;
command           389 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 	uint32_t command;
command           397 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 	command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, 4);
command           398 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 	command &= ~(PCIM_CMD_PORTEN|PCIM_CMD_MEMEN);
command           407 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 				     command | PCIM_CMD_MEMEN, 4);
command           426 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 			command |= PCIM_CMD_MEMEN;
command           445 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 			command |= PCIM_CMD_PORTEN;
command           455 drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 	ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, 4);
command           707 drivers/scsi/aic7xxx/aic7xxx_pci.c 	u_int	 command;
command           759 drivers/scsi/aic7xxx/aic7xxx_pci.c 	command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/2);
command           760 drivers/scsi/aic7xxx/aic7xxx_pci.c 	command |= PCIM_CMD_BUSMASTEREN;
command           762 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, /*bytes*/2);
command           929 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc->bus_softc.pci_softc.command =
command          2024 drivers/scsi/aic7xxx/aic7xxx_pci.c 			     ahc->bus_softc.pci_softc.command, /*bytes*/1);
command          2287 drivers/scsi/aic7xxx/aic7xxx_pci.c 		u_int command;
command          2298 drivers/scsi/aic7xxx/aic7xxx_pci.c 		command = ahc_pci_read_config(pci, PCIR_COMMAND, /*bytes*/1);
command          2299 drivers/scsi/aic7xxx/aic7xxx_pci.c 		command |= PCIM_CMD_MWRICEN;
command          2300 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_pci_write_config(pci, PCIR_COMMAND, command, /*bytes*/1);
command           288 drivers/scsi/aic94xx/aic94xx_init.c      u8      command[8];
command           349 drivers/scsi/aic94xx/aic94xx_init.c 		if (!memcmp(flash_command_table[i].command,
command           284 drivers/scsi/arm/acornscsi.c int acornscsi_sbic_issuecmd(AS_Host *host, int command)
command           289 drivers/scsi/arm/acornscsi.c     sbic_arm_write(host, SBIC_CMND, command);
command           573 drivers/scsi/arm/acornscsi.c cmdtype_t acornscsi_cmdtype(int command)
command           575 drivers/scsi/arm/acornscsi.c     switch (command) {
command           594 drivers/scsi/arm/acornscsi.c datadir_t acornscsi_datadirection(int command)
command           596 drivers/scsi/arm/acornscsi.c     switch (command) {
command           362 drivers/scsi/arm/fas216.c static struct { int command; void *from; } cmd_list[8];
command           365 drivers/scsi/arm/fas216.c static void fas216_cmd(FAS216_Info *info, unsigned int command)
command           367 drivers/scsi/arm/fas216.c 	cmd_list[cmd_ptr].command = command;
command           372 drivers/scsi/arm/fas216.c 	fas216_writeb(info, REG_CMD, command);
command           396 drivers/scsi/arm/fas216.c 		printk("%02x:%p ", cmd_list[i].command, cmd_list[i].from);
command           551 drivers/scsi/bfa/bfa_fc.h 	u32        command:8;
command           582 drivers/scsi/bfa/bfa_fc.h 	u32	command:8;
command           614 drivers/scsi/bfa/bfa_fc.h 	u32        command:8;
command           636 drivers/scsi/bfa/bfa_fc.h 	u32 command:8;
command           773 drivers/scsi/bfa/bfa_fc.h 	u32        command:8;
command           789 drivers/scsi/bfa/bfa_fc.h 	u32	command:8;
command           815 drivers/scsi/bfa/bfa_fc.h 	u8	command;
command           943 drivers/scsi/bfa/bfa_fc.h 	u32        command:8;
command           105 drivers/scsi/bfa/bfa_fcbuild.c 	prli_tmpl.command = FC_ELS_PRLI;
command           377 drivers/scsi/bfa/bfa_fcbuild.c 	prli->command = FC_ELS_PRLI;
command           396 drivers/scsi/bfa/bfa_fcbuild.c 	prli->command = FC_ELS_ACC;
command           411 drivers/scsi/bfa/bfa_fcbuild.c 	if (prli->command != FC_ELS_ACC)
command           670 drivers/scsi/bfa/bfa_fcbuild.c 	tprlo_acc->command = FC_ELS_ACC;
command           694 drivers/scsi/bfa/bfa_fcbuild.c 	prlo_acc->command = FC_ELS_ACC;
command           792 drivers/scsi/bfa/bfa_fcbuild.c 	rpsc_acc->command = FC_ELS_ACC;
command           854 drivers/scsi/bfa/bfa_fcbuild.c 	prlo->command = FC_ELS_PRLO;
command           878 drivers/scsi/bfa/bfa_fcbuild.c 	tprlo->command = FC_ELS_TPRLO;
command          1029 drivers/scsi/bfa/bfa_fcbuild.c 	scr->command = FC_ELS_SCR;
command          1045 drivers/scsi/bfa/bfa_fcbuild.c 	rscn->command = FC_ELS_RSCN;
command           493 drivers/scsi/esas2r/esas2r.h 	u8 command;
command           519 drivers/scsi/esas2r/esas2r.h 	struct esas2r_ioctlfs_command command;
command           851 drivers/scsi/esas2r/esas2r_flash.c 	struct esas2r_ioctlfs_command *fsc = &fs->command;
command           863 drivers/scsi/esas2r/esas2r_flash.c 	if (fsc->command >= cmdcnt) {
command           868 drivers/scsi/esas2r/esas2r_flash.c 	func = cmd_to_fls_func[fsc->command];
command           874 drivers/scsi/esas2r/esas2r_flash.c 	if (fsc->command != ESAS2R_FS_CMD_CANCEL) {
command          2031 drivers/scsi/esas2r/esas2r_ioctl.c 		u32 length = fs->command.length + offsetof(
command          2040 drivers/scsi/esas2r/esas2r_ioctl.c 		if (fs->command.command == ESAS2R_FS_CMD_BEGINW)
command           515 drivers/scsi/gdth.c     u16 command;
command           756 drivers/scsi/gdth.c 	pci_read_config_word(pdev, PCI_COMMAND, &command);
command           757 drivers/scsi/gdth.c         command |= 6;
command           758 drivers/scsi/gdth.c 	pci_write_config_word(pdev, PCI_COMMAND, command);
command          3555 drivers/scsi/gdth.c 		gen->command.u.cache64.BlockCnt = gen->command.u.cache.BlockCnt;
command          3556 drivers/scsi/gdth.c 		gen->command.u.cache64.BlockNo = gen->command.u.cache.BlockNo;
command          3557 drivers/scsi/gdth.c 		gen->command.u.cache64.DeviceNo = gen->command.u.cache.DeviceNo;
command          3560 drivers/scsi/gdth.c 			gen->command.u.cache64.DestAddr = (u64)-1;
command          3561 drivers/scsi/gdth.c 			gen->command.u.cache64.sg_canz = 1;
command          3562 drivers/scsi/gdth.c 			gen->command.u.cache64.sg_lst[0].sg_ptr = paddr;
command          3563 drivers/scsi/gdth.c 			gen->command.u.cache64.sg_lst[0].sg_len = gen->data_len;
command          3564 drivers/scsi/gdth.c 			gen->command.u.cache64.sg_lst[1].sg_len = 0;
command          3566 drivers/scsi/gdth.c 			gen->command.u.cache64.DestAddr = paddr;
command          3567 drivers/scsi/gdth.c 			gen->command.u.cache64.sg_canz = 0;
command          3571 drivers/scsi/gdth.c 			gen->command.u.cache.DestAddr = 0xffffffff;
command          3572 drivers/scsi/gdth.c 				gen->command.u.cache.sg_canz = 1;
command          3573 drivers/scsi/gdth.c 			gen->command.u.cache.sg_lst[0].sg_ptr = (u32)paddr;
command          3574 drivers/scsi/gdth.c 			gen->command.u.cache.sg_lst[0].sg_len = gen->data_len;
command          3575 drivers/scsi/gdth.c 			gen->command.u.cache.sg_lst[1].sg_len = 0;
command          3577 drivers/scsi/gdth.c 			gen->command.u.cache.DestAddr = paddr;
command          3578 drivers/scsi/gdth.c 			gen->command.u.cache.sg_canz = 0;
command          3590 drivers/scsi/gdth.c 		gen->command.u.raw64.sense_len = gen->command.u.raw.sense_len;
command          3591 drivers/scsi/gdth.c 		gen->command.u.raw64.bus = gen->command.u.raw.bus;
command          3592 drivers/scsi/gdth.c 		gen->command.u.raw64.lun = gen->command.u.raw.lun;
command          3593 drivers/scsi/gdth.c 		gen->command.u.raw64.target = gen->command.u.raw.target;
command          3594 drivers/scsi/gdth.c 		memcpy(cmd, gen->command.u.raw.cmd, 16);
command          3595 drivers/scsi/gdth.c 		memcpy(gen->command.u.raw64.cmd, cmd, 16);
command          3596 drivers/scsi/gdth.c 		gen->command.u.raw64.clen = gen->command.u.raw.clen;
command          3597 drivers/scsi/gdth.c 		gen->command.u.raw64.sdlen = gen->command.u.raw.sdlen;
command          3598 drivers/scsi/gdth.c 		gen->command.u.raw64.direction = gen->command.u.raw.direction;
command          3602 drivers/scsi/gdth.c 			gen->command.u.raw64.sdata = (u64)-1;
command          3603 drivers/scsi/gdth.c 			gen->command.u.raw64.sg_ranz = 1;
command          3604 drivers/scsi/gdth.c 			gen->command.u.raw64.sg_lst[0].sg_ptr = paddr;
command          3605 drivers/scsi/gdth.c 			gen->command.u.raw64.sg_lst[0].sg_len = gen->data_len;
command          3606 drivers/scsi/gdth.c 			gen->command.u.raw64.sg_lst[1].sg_len = 0;
command          3608 drivers/scsi/gdth.c 			gen->command.u.raw64.sdata = paddr;
command          3609 drivers/scsi/gdth.c 			gen->command.u.raw64.sg_ranz = 0;
command          3612 drivers/scsi/gdth.c 		gen->command.u.raw64.sense_data = paddr + gen->data_len;
command          3615 drivers/scsi/gdth.c 			gen->command.u.raw.sdata = 0xffffffff;
command          3616 drivers/scsi/gdth.c 			gen->command.u.raw.sg_ranz = 1;
command          3617 drivers/scsi/gdth.c 			gen->command.u.raw.sg_lst[0].sg_ptr = (u32)paddr;
command          3618 drivers/scsi/gdth.c 			gen->command.u.raw.sg_lst[0].sg_len = gen->data_len;
command          3619 drivers/scsi/gdth.c 			gen->command.u.raw.sg_lst[1].sg_len = 0;
command          3621 drivers/scsi/gdth.c 			gen->command.u.raw.sdata = paddr;
command          3622 drivers/scsi/gdth.c 			gen->command.u.raw.sg_ranz = 0;
command          3625 drivers/scsi/gdth.c 		gen->command.u.raw.sense_data = (u32)paddr + gen->data_len;
command          3662 drivers/scsi/gdth.c 		if (gen.command.OpCode == GDT_IOCTL)
command          3663 drivers/scsi/gdth.c 			gen.command.u.ioctl.p_param = paddr;
command          3664 drivers/scsi/gdth.c 		else if (gen.command.Service == CACHESERVICE)
command          3666 drivers/scsi/gdth.c 		else if (gen.command.Service == SCSIRAWSERVICE)
command          3672 drivers/scsi/gdth.c 	rval = __gdth_execute(ha->sdev, &gen.command, cmnd, gen.timeout,
command           185 drivers/scsi/gdth_ioctl.h     gdth_cmd_str command;                       /* command */                   
command            28 drivers/scsi/hisi_sas/hisi_sas_main.c 	switch (fis->command) {
command          1306 drivers/scsi/hisi_sas/hisi_sas_main.c 	tf.command = ATA_CMD_DEV_RESET;
command          2526 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 	if ((task->ata_task.fis.command == ATA_CMD_DEV_RESET) &&
command           474 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 	((fis.command == ATA_CMD_READ_LOG_EXT) || \
command           475 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 	(fis.command == ATA_CMD_READ_LOG_DMA_EXT) || \
command           476 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 	((fis.command == ATA_CMD_DEV_RESET) && \
command          1362 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 	if ((task->ata_task.fis.command == ATA_CMD_DEV_RESET) &&
command           211 drivers/scsi/hptiop.h 	__le16 command; /* IOP_BLOCK_COMMAND_{READ,WRITE} */
command           599 drivers/scsi/ipr.c 		trace_entry->ata_op_code = ipr_cmd->i.ata_ioadl.regs.command;
command           601 drivers/scsi/ipr.c 		trace_entry->ata_op_code = ipr_cmd->ioarcb.u.add_data.u.regs.command;
command          6844 drivers/scsi/ipr.c 	regs->command = tf->command;
command          7139 drivers/scsi/ipr.c 	tf->command = g->status;
command           562 drivers/scsi/ipr.h 	u8 command;
command           888 drivers/scsi/isci/port.c 	u32 command;
command           893 drivers/scsi/isci/port.c 	command = SCU_CONTEXT_COMMAND_REQUEST_TYPE_POST_TC |
command           897 drivers/scsi/isci/port.c 	sci_controller_post_request(ihost, command);
command           912 drivers/scsi/isci/port.c 	u32 command;
command           917 drivers/scsi/isci/port.c 	command = SCU_CONTEXT_COMMAND_REQUEST_POST_TC_ABORT |
command           921 drivers/scsi/isci/port.c 	sci_controller_post_request(ihost, command);
command           996 drivers/scsi/isci/port.c 	u32 command;
command          1009 drivers/scsi/isci/port.c 	command = SCU_CONTEXT_COMMAND_POST_RNC_INVALIDATE |
command          1012 drivers/scsi/isci/port.c 	sci_controller_post_request(ihost, command);
command          1464 drivers/scsi/isci/port.c 	u32 command;
command          1469 drivers/scsi/isci/port.c 	command = SCU_CONTEXT_COMMAND_POST_RNC_32 |
command          1472 drivers/scsi/isci/port.c 	sci_controller_post_request(ihost, command);
command          1480 drivers/scsi/isci/port.c 	command = SCU_CONTEXT_COMMAND_POST_RNC_SUSPEND_TX_RX |
command          1483 drivers/scsi/isci/port.c 	sci_controller_post_request(ihost, command);
command           698 drivers/scsi/isci/request.c 	    task->ata_task.fis.command == ATA_CMD_PACKET) {
command          2984 drivers/scsi/isci/request.c 			task->ata_task.fis.command == ATA_CMD_PACKET) {
command          3171 drivers/scsi/isci/request.c 	if (qc && (qc->tf.command == ATA_CMD_FPDMA_WRITE ||
command          3172 drivers/scsi/isci/request.c 		   qc->tf.command == ATA_CMD_FPDMA_READ ||
command          3173 drivers/scsi/isci/request.c 		   qc->tf.command == ATA_CMD_FPDMA_RECV ||
command          3174 drivers/scsi/isci/request.c 		   qc->tf.command == ATA_CMD_FPDMA_SEND ||
command          3175 drivers/scsi/isci/request.c 		   qc->tf.command == ATA_CMD_NCQ_NON_DATA)) {
command           306 drivers/scsi/isci/request.h 		task->ata_task.fis.command == ATA_CMD_READ_LOG_EXT &&
command           233 drivers/scsi/isci/scu_task_context.h #define MAKE_SCU_CONTEXT_COMMAND_REQUEST(type, command)	\
command           234 drivers/scsi/isci/scu_task_context.h 	((type) | ((command) << SCU_CONTEXT_COMMAND_REQUEST_SUBTYPE_SHIFT))
command           338 drivers/scsi/isci/scu_task_context.h 	u32 command:8;
command           188 drivers/scsi/libsas/sas_ata.c 	if (qc->tf.command == ATA_CMD_FPDMA_WRITE ||
command           189 drivers/scsi/libsas/sas_ata.c 	    qc->tf.command == ATA_CMD_FPDMA_READ ||
command           190 drivers/scsi/libsas/sas_ata.c 	    qc->tf.command == ATA_CMD_FPDMA_RECV ||
command           191 drivers/scsi/libsas/sas_ata.c 	    qc->tf.command == ATA_CMD_FPDMA_SEND ||
command           192 drivers/scsi/libsas/sas_ata.c 	    qc->tf.command == ATA_CMD_NCQ_NON_DATA) {
command          5770 drivers/scsi/lpfc/lpfc_bsg.c 	int command = bsg_request->rqst_data.h_vendor.vendor_cmd[0];
command          5773 drivers/scsi/lpfc/lpfc_bsg.c 	switch (command) {
command            48 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command            55 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command            66 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command            76 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command            83 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command            92 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command           105 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command           125 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command           300 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command           307 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command           311 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command           322 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command           372 drivers/scsi/lpfc/lpfc_bsg.h 	uint32_t command;
command          8190 drivers/scsi/lpfc/lpfc_els.c 		lsrjt_event.command = (pcmd != NULL) ? *pcmd : 0;
command            84 drivers/scsi/lpfc/lpfc_nl.h 	uint32_t command;
command           115 drivers/scsi/mac53c94.c 	writeb(CMD_SCSI_RESET, &regs->command);	/* assert RST */
command           117 drivers/scsi/mac53c94.c 	writeb(CMD_RESET, &regs->command);
command           120 drivers/scsi/mac53c94.c 	writeb(CMD_NOP, &regs->command);
command           164 drivers/scsi/mac53c94.c 	writeb(CMD_NOP + CMD_DMA_MODE, &regs->command);
command           166 drivers/scsi/mac53c94.c 	writeb(CMD_FLUSH, &regs->command);
command           177 drivers/scsi/mac53c94.c 	writeb(CMD_SELECT, &regs->command);
command           219 drivers/scsi/mac53c94.c 		writeb(CMD_NOP, &regs->command);
command           237 drivers/scsi/mac53c94.c 		writeb(CMD_NOP + CMD_DMA_MODE, &regs->command);
command           265 drivers/scsi/mac53c94.c 		writeb(CMD_NOP, &regs->command);
command           275 drivers/scsi/mac53c94.c 			writeb(CMD_DMA_MODE + CMD_NOP, &regs->command);
command           278 drivers/scsi/mac53c94.c 			writeb(CMD_DMA_MODE + CMD_XFER_DATA, &regs->command);
command           283 drivers/scsi/mac53c94.c 			writeb(CMD_I_COMPLETE, &regs->command);
command           308 drivers/scsi/mac53c94.c 			writeb(CMD_DMA_MODE + CMD_NOP, &regs->command);
command           309 drivers/scsi/mac53c94.c 			writeb(CMD_DMA_MODE + CMD_XFER_DATA, &regs->command);
command           318 drivers/scsi/mac53c94.c 		writeb(CMD_I_COMPLETE, &regs->command);
command           330 drivers/scsi/mac53c94.c 		writeb(CMD_ACCEPT_MSG, &regs->command);
command           387 drivers/scsi/mac53c94.c 		dcmds->command = cpu_to_le16(dma_cmd);
command           394 drivers/scsi/mac53c94.c 	dcmds[-1].command = cpu_to_le16(dma_cmd);
command           395 drivers/scsi/mac53c94.c 	dcmds->command = cpu_to_le16(DBDMA_STOP);
command            22 drivers/scsi/mac53c94.h 	unsigned char	command;
command          1292 drivers/scsi/mesh.c 				dcmds->command = cpu_to_le16(dma_cmd);
command          1313 drivers/scsi/mesh.c 	dcmds[-1].command = cpu_to_le16(dma_cmd);
command          1315 drivers/scsi/mesh.c 	dcmds->command = cpu_to_le16(DBDMA_STOP);
command           415 drivers/scsi/mvsas/mv_sas.c 		if (qc->tf.command == ATA_CMD_FPDMA_WRITE ||
command           416 drivers/scsi/mvsas/mv_sas.c 		    qc->tf.command == ATA_CMD_FPDMA_READ ||
command           417 drivers/scsi/mvsas/mv_sas.c 		    qc->tf.command == ATA_CMD_FPDMA_RECV ||
command           418 drivers/scsi/mvsas/mv_sas.c 		    qc->tf.command == ATA_CMD_FPDMA_SEND ||
command           419 drivers/scsi/mvsas/mv_sas.c 		    qc->tf.command == ATA_CMD_NCQ_NON_DATA) {
command           467 drivers/scsi/mvsas/mv_sas.c 		if (task->ata_task.fis.command != ATA_CMD_ID_ATAPI)
command          1803 drivers/scsi/ncr53c8xx.c 	ncrcmd  command		[  6];
command          2218 drivers/scsi/ncr53c8xx.c 		PADDR (command),
command           581 drivers/scsi/nsp32.c 	unsigned short	command	= 0;
command           702 drivers/scsi/nsp32.c 	command = 0;
command           703 drivers/scsi/nsp32.c 	command |= (TRANSFER_GO | ALL_COUNTER_CLR);
command           706 drivers/scsi/nsp32.c 			command |= BM_START;
command           709 drivers/scsi/nsp32.c 		command |= CB_MMIO_MODE;
command           711 drivers/scsi/nsp32.c 		command |= CB_IO_MODE;
command           713 drivers/scsi/nsp32.c 	nsp32_write2(base, TRANSFER_CONTROL, command);
command           718 drivers/scsi/nsp32.c 	command = (CLEAR_CDB_FIFO_POINTER |
command           723 drivers/scsi/nsp32.c 	nsp32_write2(base, COMMAND_CONTROL, command);
command          1855 drivers/scsi/nsp32.c static void nsp32_restart_autoscsi(struct scsi_cmnd *SCpnt, unsigned short command)
command          1909 drivers/scsi/nsp32.c 	command |= (CLEAR_CDB_FIFO_POINTER |
command          1912 drivers/scsi/nsp32.c 	nsp32_write2(base, COMMAND_CONTROL, command);
command          1930 drivers/scsi/nsp32.c 	unsigned short command  = 0;
command          2165 drivers/scsi/nsp32.c 			command |= AUTO_ATN;
command          2172 drivers/scsi/nsp32.c 		command |= (AUTO_MSGIN_00_OR_04 | AUTO_MSGIN_02);
command          2178 drivers/scsi/nsp32.c 			command |= AUTO_MSGIN_03;
command          2188 drivers/scsi/nsp32.c 	nsp32_restart_autoscsi(SCpnt, command);
command            86 drivers/scsi/nsp32_debug.c static void print_commandk (unsigned char *command)
command            90 drivers/scsi/nsp32_debug.c 	print_opcodek(command[0]);
command            92 drivers/scsi/nsp32_debug.c 	if ((command[0] >> 5) == 6 ||
command            93 drivers/scsi/nsp32_debug.c 	    (command[0] >> 5) == 7 ) {
command            96 drivers/scsi/nsp32_debug.c 		s = COMMAND_SIZE(command[0]);
command           100 drivers/scsi/nsp32_debug.c 		printk("%02x ", command[i]);
command           106 drivers/scsi/nsp32_debug.c 		       (((unsigned int)command[1] & 0x0f) << 16) |
command           107 drivers/scsi/nsp32_debug.c 		       ( (unsigned int)command[2]         <<  8) |
command           108 drivers/scsi/nsp32_debug.c 		       ( (unsigned int)command[3]              ),
command           109 drivers/scsi/nsp32_debug.c 		       (unsigned int)command[4]
command           114 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[2] << 24) |
command           115 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[3] << 16) |
command           116 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[4] <<  8) |
command           117 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[5]      ),
command           118 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[7] <<  8) |
command           119 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[8]      )
command           124 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[2] << 24) |
command           125 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[3] << 16) |
command           126 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[4] <<  8) |
command           127 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[5]      ),
command           128 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[6] << 24) |
command           129 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[7] << 16) |
command           130 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[8] <<  8) |
command           131 drivers/scsi/nsp32_debug.c 		       ((unsigned int)command[9]      )
command            88 drivers/scsi/pcmcia/nsp_debug.c static void print_commandk (unsigned char *command)
command            92 drivers/scsi/pcmcia/nsp_debug.c 	print_opcodek(command[0]);
command            94 drivers/scsi/pcmcia/nsp_debug.c 	if ((command[0] >> 5) == 6 ||
command            95 drivers/scsi/pcmcia/nsp_debug.c 	    (command[0] >> 5) == 7 ) {
command            98 drivers/scsi/pcmcia/nsp_debug.c 		s = COMMAND_SIZE(command[0]);
command           101 drivers/scsi/pcmcia/nsp_debug.c 		printk("%02x ", command[i]);
command           107 drivers/scsi/pcmcia/nsp_debug.c 		       (((unsigned int)command[1] & 0x0f) << 16) |
command           108 drivers/scsi/pcmcia/nsp_debug.c 		       ( (unsigned int)command[2]         <<  8) |
command           109 drivers/scsi/pcmcia/nsp_debug.c 		       ( (unsigned int)command[3]              ),
command           110 drivers/scsi/pcmcia/nsp_debug.c 		       (unsigned int)command[4]
command           115 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[2] << 24) |
command           116 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[3] << 16) |
command           117 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[4] <<  8) |
command           118 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[5]      ),
command           119 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[7] <<  8) |
command           120 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[8]      )
command           125 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[2] << 24) |
command           126 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[3] << 16) |
command           127 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[4] <<  8) |
command           128 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[5]      ),
command           129 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[6] << 24) |
command           130 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[7] << 16) |
command           131 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[8] <<  8) |
command           132 drivers/scsi/pcmcia/nsp_debug.c 		       ((unsigned int)command[9]      )
command           561 drivers/scsi/pm8001/pm8001_ctl.c      u8      command[8];
command           742 drivers/scsi/pm8001/pm8001_ctl.c 		if (!memcmp(flash_command_table[i].command,
command          1825 drivers/scsi/pm8001/pm8001_hwi.c 	fis.command = ATA_CMD_READ_LOG_EXT;
command          4430 drivers/scsi/pm8001/pm8001_hwi.c 	if (sata_cmd.sata_fis.command == 0x2f) {
command           304 drivers/scsi/pm8001/pm8001_sas.c 		if (qc->tf.command == ATA_CMD_FPDMA_WRITE ||
command           305 drivers/scsi/pm8001/pm8001_sas.c 		    qc->tf.command == ATA_CMD_FPDMA_READ ||
command           306 drivers/scsi/pm8001/pm8001_sas.c 		    qc->tf.command == ATA_CMD_FPDMA_RECV ||
command           307 drivers/scsi/pm8001/pm8001_sas.c 		    qc->tf.command == ATA_CMD_FPDMA_SEND ||
command           308 drivers/scsi/pm8001/pm8001_sas.c 		    qc->tf.command == ATA_CMD_NCQ_NON_DATA) {
command          1513 drivers/scsi/pm8001/pm80xx_hwi.c 	fis.command = ATA_CMD_READ_LOG_EXT;
command          4024 drivers/scsi/pm8001/pm80xx_hwi.c 	switch (task->ata_task.fis.command) {
command          4267 drivers/scsi/pm8001/pm80xx_hwi.c 			sata_cmd.sata_fis.command));
command          4335 drivers/scsi/pm8001/pm80xx_hwi.c 			sata_cmd.sata_fis.command, q_index));
command          4410 drivers/scsi/pm8001/pm80xx_hwi.c 	if (sata_cmd.sata_fis.command == 0x2f) {
command          2803 drivers/scsi/qla2xxx/qla_def.h 	uint16_t command;
command          1258 drivers/scsi/qla2xxx/qla_fw.h 	uint16_t command;
command          1299 drivers/scsi/qla2xxx/qla_fw.h 	uint8_t command;
command           112 drivers/scsi/qla2xxx/qla_gs.c 	p->p.req.command = cpu_to_be16(cmd);
command          1498 drivers/scsi/qla2xxx/qla_gs.c 	p->p.req.command = cpu_to_be16(cmd);
command          2752 drivers/scsi/qla2xxx/qla_gs.c 	p->p.req.command = cpu_to_be16(cmd);
command          3772 drivers/scsi/qla2xxx/qla_gs.c 	u16 cmd = be16_to_cpu(ct_req->command);
command          3862 drivers/scsi/qla2xxx/qla_gs.c 	u16 cmd = be16_to_cpu(ct_req->command);
command          3513 drivers/scsi/qla2xxx/qla_iocb.c 	vce->command = cpu_to_le16(sp->u.iocb_cmd.u.ctrlvp.cmd);
command           107 drivers/scsi/qla2xxx/qla_mbx.c 	uint16_t	command = 0;
command           219 drivers/scsi/qla2xxx/qla_mbx.c 	command = mcp->mb[0];
command           279 drivers/scsi/qla2xxx/qla_mbx.c 			    "cmd=%x Timeout.\n", command);
command           298 drivers/scsi/qla2xxx/qla_mbx.c 			    command, jiffies_to_msecs(jiffies - wait_time));
command           301 drivers/scsi/qla2xxx/qla_mbx.c 		    "Cmd=%x Polling Mode.\n", command);
command           351 drivers/scsi/qla2xxx/qla_mbx.c 			    command == MBC_LOAD_RISC_RAM_EXTENDED))
command           365 drivers/scsi/qla2xxx/qla_mbx.c 		    "Cmd=%x completed.\n", command);
command           429 drivers/scsi/qla2xxx/qla_mbx.c 			    command, ictrl, jiffies, mb[0], mb[1], mb[2], mb[3],
command           437 drivers/scsi/qla2xxx/qla_mbx.c 			    "mb[0]=0x%x\n", command, ictrl, jiffies, mb[0]);
command           508 drivers/scsi/qla2xxx/qla_mbx.c 				    "abort.\n", command, mcp->mb[0],
command           533 drivers/scsi/qla2xxx/qla_mbx.c 				    command, mcp->mb[0]);
command           572 drivers/scsi/qla2xxx/qla_mbx.c 			pr_warn(" cmd=%x ****\n", command);
command          4096 drivers/scsi/qla2xxx/qla_mbx.c 	vpmod->command = VCT_COMMAND_MOD_ENABLE_VPS;
command            47 drivers/scsi/qla2xxx/qla_mr.c 	uint16_t	command = 0;
command           116 drivers/scsi/qla2xxx/qla_mr.c 	command = mcp->mb[0];
command           155 drivers/scsi/qla2xxx/qla_mr.c 		    "Cmd=%x Polling Mode.\n", command);
command           170 drivers/scsi/qla2xxx/qla_mr.c 			    command == MBC_LOAD_RISC_RAM_EXTENDED))
command           183 drivers/scsi/qla2xxx/qla_mr.c 		    "Cmd=%x completed.\n", command);
command           237 drivers/scsi/qla2xxx/qla_mr.c 				    "abort.\n", command, mcp->mb[0],
command           254 drivers/scsi/qla2xxx/qla_mr.c 				    command, mcp->mb[0]);
command           278 drivers/scsi/qla2xxx/qla_mr.c 		       command);
command            61 drivers/scsi/sym53c8xx_2/sym_fw1.h 	u32 command		[  2];
command           395 drivers/scsi/sym53c8xx_2/sym_fw1.h 		PADDR_A (command),
command            62 drivers/scsi/sym53c8xx_2/sym_fw2.h 	u32 command		[  2];
command           380 drivers/scsi/sym53c8xx_2/sym_fw2.h 		PADDR_A (command),
command          2012 drivers/scsi/ufs/ufshcd.c 	ufshcd_writel(hba, uic_cmd->command & COMMAND_OPCODE_MASK,
command          3534 drivers/scsi/ufs/ufshcd.c 	uic_cmd.command = UIC_CMD_DME_LINK_STARTUP;
command          3556 drivers/scsi/ufs/ufshcd.c 	uic_cmd.command = UIC_CMD_DME_RESET;
command          3579 drivers/scsi/ufs/ufshcd.c 	uic_cmd.command = UIC_CMD_DME_ENABLE;
command          3642 drivers/scsi/ufs/ufshcd.c 	uic_cmd.command = peer ?
command          3711 drivers/scsi/ufs/ufshcd.c 	uic_cmd.command = peer ?
command          3783 drivers/scsi/ufs/ufshcd.c 			cmd->command, cmd->argument3, ret);
command          3791 drivers/scsi/ufs/ufshcd.c 			cmd->command, cmd->argument3);
command          3800 drivers/scsi/ufs/ufshcd.c 			cmd->command, status);
command          3844 drivers/scsi/ufs/ufshcd.c 	uic_cmd.command = UIC_CMD_DME_SET;
command          3888 drivers/scsi/ufs/ufshcd.c 	uic_cmd.command = UIC_CMD_DME_HIBER_ENTER;
command          3940 drivers/scsi/ufs/ufshcd.c 	uic_cmd.command = UIC_CMD_DME_HIBER_EXIT;
command          5484 drivers/scsi/ufs/ufshcd.c 	    (hba->active_uic_cmd->command == UIC_CMD_DME_HIBER_ENTER ||
command          5485 drivers/scsi/ufs/ufshcd.c 	    hba->active_uic_cmd->command == UIC_CMD_DME_HIBER_EXIT))
command            94 drivers/scsi/ufs/ufshcd.h 	u32 command;
command           157 drivers/sh/maple/maple.c int maple_add_packet(struct maple_device *mdev, u32 function, u32 command,
command           172 drivers/sh/maple/maple.c 	mdev->mq->command = command;
command           264 drivers/sh/maple/maple.c 	    mq->command | (to << 8) | (from << 16) | (len << 24);
command           127 drivers/soc/fsl/qe/ucc_slow.c 	u32 command;
command           337 drivers/soc/fsl/qe/ucc_slow.c 		command = QE_INIT_TX_RX;
command           339 drivers/soc/fsl/qe/ucc_slow.c 		command = QE_INIT_TX;
command           341 drivers/soc/fsl/qe/ucc_slow.c 		command = QE_INIT_RX;	/* We know at least one is TRUE */
command           343 drivers/soc/fsl/qe/ucc_slow.c 	qe_issue_cmd(command, id, us_info->protocol, 0);
command            23 drivers/soc/qcom/glink_ssr.c 	__le32 command;
command            96 drivers/soc/qcom/glink_ssr.c 	msg.command = cpu_to_le32(GLINK_SSR_DO_CLEANUP);
command            96 drivers/soc/qcom/smem.c 	__le32 command;
command            88 drivers/soc/ti/knav_qmss.h 	u32		command;
command           126 drivers/soc/ti/knav_qmss.h 		void __iomem				*command;
command           283 drivers/soc/ti/knav_qmss_acc.c 		cmd->command, cmd->queue_mask, cmd->list_dma,
command           290 drivers/soc/ti/knav_qmss_acc.c 	writel_relaxed(cmd->command, &pdsp->acc_command->command);
command           294 drivers/soc/ti/knav_qmss_acc.c 		result = readl_relaxed(&pdsp->acc_command->command);
command           321 drivers/soc/ti/knav_qmss_acc.c 	cmd->command    = acc->channel;
command           345 drivers/soc/ti/knav_qmss_acc.c 	cmd.command |= ACC_CMD_DISABLE_CHANNEL << 8;
command           363 drivers/soc/ti/knav_qmss_acc.c 	cmd.command |= ACC_CMD_ENABLE_CHANNEL << 8;
command          1521 drivers/soc/ti/knav_qmss_queue.c 		pdsp->command =
command          1525 drivers/soc/ti/knav_qmss_queue.c 		if (IS_ERR(pdsp->command) || IS_ERR(pdsp->iram) ||
command          1529 drivers/soc/ti/knav_qmss_queue.c 			if (!IS_ERR(pdsp->command))
command          1530 drivers/soc/ti/knav_qmss_queue.c 				devm_iounmap(dev, pdsp->command);
command          1543 drivers/soc/ti/knav_qmss_queue.c 			pdsp->name, pdsp->command, pdsp->iram, pdsp->regs,
command          1596 drivers/soc/ti/knav_qmss_queue.c 	writel_relaxed(pdsp->id + 1, pdsp->command + 0x18);
command          1614 drivers/soc/ti/knav_qmss_queue.c 	writel_relaxed(0xffffffff, pdsp->command);
command          1615 drivers/soc/ti/knav_qmss_queue.c 	while (readl_relaxed(pdsp->command) != 0xffffffff)
command          1628 drivers/soc/ti/knav_qmss_queue.c 	ret = knav_queue_pdsp_wait(pdsp->command, timeout, 0);
command           345 drivers/spi/spi-bcm-qspi.c 	u8 command = op->cmd.opcode;
command           382 drivers/spi/spi-bcm-qspi.c 	bcm_qspi_bspi_set_xfer_params(qspi, command, bpp, bpc, flex_mode);
command            31 drivers/spi/spi-dw.c 	void (*cs_control)(u32 command);
command           248 drivers/spi/spi-dw.h 	void (*cs_control)(u32 command);
command            97 drivers/spi/spi-fsl-cpm.c 	mpc8xxx_spi_write_reg(&reg_base->command, SPCOM_STR);
command           658 drivers/spi/spi-fsl-spi.c 	mpc8xxx_spi_write_reg(&reg_base->command, 0);
command            29 drivers/spi/spi-fsl-spi.h 	__be32 command;
command           345 drivers/spi/spi-mpc512x-psc.c 	out_8(psc_addr(mps, command), MPC52xx_PSC_TX_ENABLE | MPC52xx_PSC_RX_ENABLE);
command           358 drivers/spi/spi-mpc512x-psc.c 	out_8(psc_addr(mps, command), MPC52xx_PSC_TX_DISABLE | MPC52xx_PSC_RX_DISABLE);
command           415 drivers/spi/spi-mpc512x-psc.c 	out_8(psc_addr(mps, command), MPC52xx_PSC_RST_RX);
command           416 drivers/spi/spi-mpc512x-psc.c 	out_8(psc_addr(mps, command), MPC52xx_PSC_RST_TX);
command           417 drivers/spi/spi-mpc512x-psc.c 	out_8(psc_addr(mps, command), MPC52xx_PSC_TX_DISABLE | MPC52xx_PSC_RX_DISABLE);
command           145 drivers/spi/spi-mpc52xx-psc.c 	out_8(&psc->command, MPC52xx_PSC_TX_ENABLE | MPC52xx_PSC_RX_ENABLE);
command           173 drivers/spi/spi-mpc52xx-psc.c 		out_8(&psc->command, MPC52xx_PSC_SEL_MODE_REG_1);
command           195 drivers/spi/spi-mpc52xx-psc.c 	out_8(&psc->command, MPC52xx_PSC_TX_DISABLE | MPC52xx_PSC_RX_DISABLE);
command           322 drivers/spi/spi-mpc52xx-psc.c 	out_8(&psc->command, MPC52xx_PSC_RST_RX);
command           323 drivers/spi/spi-mpc52xx-psc.c 	out_8(&psc->command, MPC52xx_PSC_RST_TX);
command           324 drivers/spi/spi-mpc52xx-psc.c 	out_8(&psc->command, MPC52xx_PSC_TX_DISABLE | MPC52xx_PSC_RX_DISABLE);
command           328 drivers/spi/spi-mpc52xx-psc.c 	out_8(&psc->command, MPC52xx_PSC_SEL_MODE_REG_1);
command           426 drivers/spi/spi-pl022.c 	void (*cs_control) (u32 command);
command           437 drivers/spi/spi-pl022.c static void null_cs_control(u32 command)
command           439 drivers/spi/spi-pl022.c 	pr_debug("pl022: dummy chip select control, CS=0x%x\n", command);
command           451 drivers/spi/spi-pl022.c static void internal_cs_control(struct pl022 *pl022, u32 command)
command           456 drivers/spi/spi-pl022.c 	if (command == SSP_CHIP_SELECT)
command           463 drivers/spi/spi-pl022.c static void pl022_cs_control(struct pl022 *pl022, u32 command)
command           466 drivers/spi/spi-pl022.c 		internal_cs_control(pl022, command);
command           468 drivers/spi/spi-pl022.c 		gpio_set_value(pl022->cur_cs, command);
command           470 drivers/spi/spi-pl022.c 		pl022->cur_chip->cs_control(command);
command            58 drivers/spi/spi-pxa2xx.h 	void (*cs_control)(u32 command);
command            87 drivers/spi/spi-pxa2xx.h 	void (*cs_control)(u32 command);
command           256 drivers/spi/spi-tegra20-sflash.c 	u32 command;
command           271 drivers/spi/spi-tegra20-sflash.c 		command = tsd->def_command_reg;
command           272 drivers/spi/spi-tegra20-sflash.c 		command |= SPI_BIT_LENGTH(t->bits_per_word - 1);
command           273 drivers/spi/spi-tegra20-sflash.c 		command |= SPI_CS_VAL_HIGH;
command           275 drivers/spi/spi-tegra20-sflash.c 		command &= ~SPI_MODES;
command           277 drivers/spi/spi-tegra20-sflash.c 			command |= SPI_CK_SDA_FALLING;
command           280 drivers/spi/spi-tegra20-sflash.c 			command |= SPI_ACTIVE_SCLK_DRIVE_HIGH;
command           282 drivers/spi/spi-tegra20-sflash.c 			command |= SPI_ACTIVE_SCLK_DRIVE_LOW;
command           283 drivers/spi/spi-tegra20-sflash.c 		command |= SPI_CS0_EN << spi->chip_select;
command           285 drivers/spi/spi-tegra20-sflash.c 		command = tsd->command_reg;
command           286 drivers/spi/spi-tegra20-sflash.c 		command &= ~SPI_BIT_LENGTH(~0);
command           287 drivers/spi/spi-tegra20-sflash.c 		command |= SPI_BIT_LENGTH(t->bits_per_word - 1);
command           288 drivers/spi/spi-tegra20-sflash.c 		command &= ~(SPI_RX_EN | SPI_TX_EN);
command           293 drivers/spi/spi-tegra20-sflash.c 		command |= SPI_RX_EN;
command           297 drivers/spi/spi-tegra20-sflash.c 		command |= SPI_TX_EN;
command           300 drivers/spi/spi-tegra20-sflash.c 	tegra_sflash_writel(tsd, command, SPI_COMMAND);
command           301 drivers/spi/spi-tegra20-sflash.c 	tsd->command_reg = command;
command           685 drivers/spi/spi-tegra20-slink.c 	u32 command;
command           702 drivers/spi/spi-tegra20-slink.c 	command = tspi->command_reg;
command           703 drivers/spi/spi-tegra20-slink.c 	command &= ~SLINK_BIT_LENGTH(~0);
command           704 drivers/spi/spi-tegra20-slink.c 	command |= SLINK_BIT_LENGTH(bits_per_word - 1);
command           727 drivers/spi/spi-tegra20-slink.c 	tegra_slink_writel(tspi, command, SLINK_COMMAND);
command           728 drivers/spi/spi-tegra20-slink.c 	tspi->command_reg = command;
command           442 drivers/ssb/pcmcia.c static int ssb_pcmcia_sprom_command(struct ssb_bus *bus, u8 command)
command           448 drivers/ssb/pcmcia.c 	err = ssb_pcmcia_cfg_write(bus, SSB_PCMCIA_SPROMCTL, command);
command           315 drivers/staging/comedi/drivers/dt2801.c static void dt2801_writecmd(struct comedi_device *dev, int command)
command           328 drivers/staging/comedi/drivers/dt2801.c 	outb_p(command, dev->iobase + DT2801_CMD);
command           165 drivers/staging/comedi/drivers/ni_usb6501.c static int ni6501_port_command(struct comedi_device *dev, int command,
command           174 drivers/staging/comedi/drivers/ni_usb6501.c 	if (command != SET_PORT_DIR && !bitmap)
command           179 drivers/staging/comedi/drivers/ni_usb6501.c 	switch (command) {
command           228 drivers/staging/comedi/drivers/ni_usb6501.c 	if (command == READ_PORT) {
command           247 drivers/staging/comedi/drivers/ni_usb6501.c static int ni6501_counter_command(struct comedi_device *dev, int command,
command           256 drivers/staging/comedi/drivers/ni_usb6501.c 	if ((command == READ_COUNTER || command ==  WRITE_COUNTER) && !val)
command           261 drivers/staging/comedi/drivers/ni_usb6501.c 	switch (command) {
command           312 drivers/staging/comedi/drivers/ni_usb6501.c 	if (command == READ_COUNTER) {
command           608 drivers/staging/comedi/drivers/usbdux.c static int receive_dux_commands(struct comedi_device *dev, unsigned int command)
command           622 drivers/staging/comedi/drivers/usbdux.c 		if (le16_to_cpu(devpriv->insn_buf[0]) == command)
command           567 drivers/staging/comedi/drivers/usbduxsigma.c static int usbduxsigma_receive_cmd(struct comedi_device *dev, int command)
command           582 drivers/staging/comedi/drivers/usbduxsigma.c 		if (devpriv->insn_buf[0] == command)
command           222 drivers/staging/greybus/i2c.c 			     u8 command, int size, union i2c_smbus_data *data)
command           858 drivers/staging/isdn/gigaset/capi.c 	u8 command;
command           881 drivers/staging/isdn/gigaset/capi.c 		command = CAPI_CONNECT_B3_ACTIVE;
command           884 drivers/staging/isdn/gigaset/capi.c 		command = CAPI_CONNECT_B3;
command           900 drivers/staging/isdn/gigaset/capi.c 	capi_cmsg_header(&iif->hcmsg, ap->id, command, CAPI_IND,
command          1847 drivers/staging/isdn/gigaset/capi.c 	u8 command;
command          1881 drivers/staging/isdn/gigaset/capi.c 		command = CAPI_DISCONNECT_B3;
command          1888 drivers/staging/isdn/gigaset/capi.c 		command = CAPI_CONNECT_B3_ACTIVE;
command          1891 drivers/staging/isdn/gigaset/capi.c 	capi_cmsg_header(cmsg, ap->id, command, CAPI_IND,
command          1614 drivers/staging/isdn/gigaset/ev-layer.c 	p_command = rep->command;
command           271 drivers/staging/isdn/gigaset/gigaset.h 	char	*command;	/* NULL==none */
command           278 drivers/staging/kpc2000/kpc2000_i2c.c static int i801_block_transaction_byte_by_byte(struct i2c_device *priv, union i2c_smbus_data *data, char read_write, int command, int hwpec)
command           299 drivers/staging/kpc2000/kpc2000_i2c.c 			if (command == I2C_SMBUS_I2C_BLOCK_DATA)
command           304 drivers/staging/kpc2000/kpc2000_i2c.c 			if (command == I2C_SMBUS_I2C_BLOCK_DATA && read_write == I2C_SMBUS_READ)
command           323 drivers/staging/kpc2000/kpc2000_i2c.c 		if (i == 1 && read_write == I2C_SMBUS_READ && command != I2C_SMBUS_I2C_BLOCK_DATA) {
command           357 drivers/staging/kpc2000/kpc2000_i2c.c static int i801_block_transaction(struct i2c_device *priv, union i2c_smbus_data *data, char read_write, int command, int hwpec)
command           362 drivers/staging/kpc2000/kpc2000_i2c.c 	if (command == I2C_SMBUS_I2C_BLOCK_DATA) {
command           374 drivers/staging/kpc2000/kpc2000_i2c.c 	if (read_write == I2C_SMBUS_WRITE || command == I2C_SMBUS_I2C_BLOCK_DATA) {
command           387 drivers/staging/kpc2000/kpc2000_i2c.c 	if ((priv->features & FEATURE_BLOCK_BUFFER) && command != I2C_SMBUS_I2C_BLOCK_DATA && i801_set_block_buffer_mode(priv) == 0)
command           390 drivers/staging/kpc2000/kpc2000_i2c.c 		result = i801_block_transaction_byte_by_byte(priv, data, read_write, command, hwpec);
command           393 drivers/staging/kpc2000/kpc2000_i2c.c 	if (command == I2C_SMBUS_I2C_BLOCK_DATA && read_write == I2C_SMBUS_WRITE) {
command           402 drivers/staging/kpc2000/kpc2000_i2c.c static s32 i801_access(struct i2c_adapter *adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data *data)
command           422 drivers/staging/kpc2000/kpc2000_i2c.c 			outb_p(command, SMBHSTCMD(priv));
command           428 drivers/staging/kpc2000/kpc2000_i2c.c 		outb_p(command, SMBHSTCMD(priv));
command           436 drivers/staging/kpc2000/kpc2000_i2c.c 		outb_p(command, SMBHSTCMD(priv));
command           446 drivers/staging/kpc2000/kpc2000_i2c.c 		outb_p(command, SMBHSTCMD(priv));
command           459 drivers/staging/kpc2000/kpc2000_i2c.c 			outb_p(command, SMBHSTDAT1(priv));
command           461 drivers/staging/kpc2000/kpc2000_i2c.c 			outb_p(command, SMBHSTCMD(priv));
command           210 drivers/staging/rtl8188eu/include/ieee80211.h 			int command;
command          2001 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c static int wpa_mlme(struct net_device *dev, u32 command, u32 reason)
command          2006 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	switch (command) {
command          2060 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		ret = wpa_mlme(dev, param->u.mlme.command, param->u.mlme.reason_code);
command          2794 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 	rtw_set_macaddr_acl(padapter, param->u.mlme.command);
command            76 drivers/staging/rtl8188eu/os_dep/rtw_android.c static int rtw_android_get_rssi(struct net_device *net, char *command,
command            85 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		bytes_written += snprintf(&command[bytes_written], total_len,
command            93 drivers/staging/rtl8188eu/os_dep/rtw_android.c static int rtw_android_get_link_speed(struct net_device *net, char *command,
command           100 drivers/staging/rtl8188eu/os_dep/rtw_android.c 	return snprintf(command, total_len, "LinkSpeed %d",
command           104 drivers/staging/rtl8188eu/os_dep/rtw_android.c static int rtw_android_get_macaddr(struct net_device *net, char *command,
command           107 drivers/staging/rtl8188eu/os_dep/rtw_android.c 	return snprintf(command, total_len, "Macaddr = %pM",
command           111 drivers/staging/rtl8188eu/os_dep/rtw_android.c static int android_set_cntry(struct net_device *net, char *command,
command           115 drivers/staging/rtl8188eu/os_dep/rtw_android.c 	char *country_code = command + strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_COUNTRY]) + 1;
command           122 drivers/staging/rtl8188eu/os_dep/rtw_android.c static int android_get_p2p_addr(struct net_device *net, char *command,
command           126 drivers/staging/rtl8188eu/os_dep/rtw_android.c 	memcpy(command, net->dev_addr, ETH_ALEN);
command           133 drivers/staging/rtl8188eu/os_dep/rtw_android.c 	char *command;
command           144 drivers/staging/rtl8188eu/os_dep/rtw_android.c 	command = memdup_user(priv_cmd.buf, priv_cmd.total_len);
command           145 drivers/staging/rtl8188eu/os_dep/rtw_android.c 	if (IS_ERR(command))
command           146 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		return PTR_ERR(command);
command           147 drivers/staging/rtl8188eu/os_dep/rtw_android.c 	command[priv_cmd.total_len - 1] = 0;
command           149 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		__func__, command, ifr->ifr_name);
command           150 drivers/staging/rtl8188eu/os_dep/rtw_android.c 	cmd_num = rtw_android_cmdstr_to_num(command);
command           159 drivers/staging/rtl8188eu/os_dep/rtw_android.c 			__func__, command, ifr->ifr_name);
command           171 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		bytes_written = rtw_android_get_rssi(net, command,
command           175 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		bytes_written = rtw_android_get_link_speed(net, command,
command           179 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		bytes_written = rtw_android_get_macaddr(net, command,
command           207 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		bytes_written = android_set_cntry(net, command,
command           211 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		bytes_written = android_get_p2p_addr(net, command,
command           221 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		DBG_88E("Unknown PRIVATE command %s - ignored\n", command);
command           222 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		snprintf(command, 3, "OK");
command           229 drivers/staging/rtl8188eu/os_dep/rtw_android.c 			command[0] = '\0';
command           238 drivers/staging/rtl8188eu/os_dep/rtw_android.c 		if (copy_to_user((char __user *)priv_cmd.buf, command,
command           248 drivers/staging/rtl8188eu/os_dep/rtw_android.c 	kfree(command);
command           309 drivers/staging/rtl8192u/ieee80211/ieee80211.h 			int command;
command          2635 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c static int ieee80211_wpa_mlme(struct ieee80211_device *ieee, int command, int reason)
command          2639 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 	switch (command) {
command          2649 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 		printk("Unknown MLME request: %d\n", command);
command          3011 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 		ret = ieee80211_wpa_mlme(ieee, param->u.mlme.command,
command            90 drivers/staging/rtl8712/ieee80211.h 			int command;
command           105 drivers/staging/rtl8712/rtl871x_io.h 	u32	command;
command          2127 drivers/staging/rtl8712/rtl871x_ioctl_linux.c static int wpa_mlme(struct net_device *dev, u32 command, u32 reason)
command          2131 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	switch (command) {
command          2170 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 		ret = wpa_mlme(dev, param->u.mlme.command,
command           219 drivers/staging/rtl8723bs/include/ieee80211.h 			int command;
command           115 drivers/staging/rtl8723bs/include/rtw_io.h 	u32 command;
command          3346 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c static int wpa_mlme(struct net_device *dev, u32 command, u32 reason)
command          3351 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	switch (command) {
command          3415 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		ret = wpa_mlme(dev, param->u.mlme.command, param->u.mlme.reason_code);
command          4191 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	rtw_set_macaddr_acl(padapter, param->u.mlme.command);
command          1379 drivers/staging/speakup/main.c static void start_read_all_timer(struct vc_data *vc, int command);
command          1393 drivers/staging/speakup/main.c static void kbd_fakekey2(struct vc_data *vc, int command)
command          1397 drivers/staging/speakup/main.c 	start_read_all_timer(vc, command);
command          1430 drivers/staging/speakup/main.c static void start_read_all_timer(struct vc_data *vc, int command)
command          1435 drivers/staging/speakup/main.c 	read_all_key = command;
command          1441 drivers/staging/speakup/main.c static void handle_cursor_read_all(struct vc_data *vc, int command)
command          1445 drivers/staging/speakup/main.c 	switch (command) {
command           119 drivers/staging/speakup/speakup_acntpc.c 		.command = NULL,
command           105 drivers/staging/speakup/speakup_acntsa.c 		.command = NULL,
command           114 drivers/staging/speakup/speakup_apollo.c 		.command = NULL,
command           109 drivers/staging/speakup/speakup_audptr.c 		.command = NULL,
command           102 drivers/staging/speakup/speakup_bns.c 		.command = NULL,
command           129 drivers/staging/speakup/speakup_decext.c 		.command = NULL,
command           223 drivers/staging/speakup/speakup_decpc.c 		.command = NULL,
command           135 drivers/staging/speakup/speakup_dectlk.c 		.command = "[:in re %d ] ",
command           134 drivers/staging/speakup/speakup_dtlk.c 		.command = "\x01%di",
command           105 drivers/staging/speakup/speakup_dummy.c 		.command = NULL,
command           110 drivers/staging/speakup/speakup_keypc.c 		.command = NULL,
command           116 drivers/staging/speakup/speakup_ltlk.c 		.command = "\x01%di",
command           138 drivers/staging/speakup/speakup_soft.c 		.command = "\x01%di",
command           107 drivers/staging/speakup/speakup_spkout.c 		.command = "\x05[%c",
command           101 drivers/staging/speakup/speakup_txprt.c 		.command = NULL,
command           144 drivers/staging/speakup/spk_types.h 	char *command;
command           303 drivers/staging/speakup/synth.c 		synth_printf(synth->indexing.command, out, out);
command           362 drivers/staging/vt6656/device.h 	enum vnt_cmd command;
command            45 drivers/staging/vt6656/wcmd.c 	priv->command = priv->cmd_queue[priv->cmd_dequeue_idx];
command            51 drivers/staging/vt6656/wcmd.c 	switch (priv->command) {
command           156 drivers/staging/vt6656/wcmd.c int vnt_schedule_command(struct vnt_private *priv, enum vnt_cmd command)
command           161 drivers/staging/vt6656/wcmd.c 	priv->cmd_queue[priv->cmd_enqueue_idx] = command;
command            23 drivers/staging/wusbcore/dev-sysfs.c 	unsigned command;
command            26 drivers/staging/wusbcore/dev-sysfs.c 	if (sscanf(buf, "%u", &command) != 1)
command            28 drivers/staging/wusbcore/dev-sysfs.c 	if (command == 0)
command          1191 drivers/tty/n_gsm.c static void gsm_control_message(struct gsm_mux *gsm, unsigned int command,
command          1197 drivers/tty/n_gsm.c 	switch (command) {
command          1244 drivers/tty/n_gsm.c 		buf[0] = command;
command          1263 drivers/tty/n_gsm.c static void gsm_control_response(struct gsm_mux *gsm, unsigned int command,
command          1273 drivers/tty/n_gsm.c 	command |= 1;
command          1274 drivers/tty/n_gsm.c 	if (ctrl != NULL && (command == ctrl->cmd || command == CMD_NSC)) {
command          1279 drivers/tty/n_gsm.c 		if (command == CMD_NSC)
command          1352 drivers/tty/n_gsm.c 		unsigned int command, u8 *data, int clen)
command          1366 drivers/tty/n_gsm.c 	ctrl->cmd = command;
command          1606 drivers/tty/n_gsm.c 	unsigned int command = 0;
command          1608 drivers/tty/n_gsm.c 		if (gsm_read_ea(&command, *data++) == 1) {
command          1616 drivers/tty/n_gsm.c 			if (command & 1)
command          1617 drivers/tty/n_gsm.c 				gsm_control_message(dlci->gsm, command,
command          1620 drivers/tty/n_gsm.c 				gsm_control_response(dlci->gsm, command,
command            82 drivers/tty/serial/cpm_uart/cpm_uart.h 	u32			command;
command          1174 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	pinfo->command = *data;
command            41 drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c 	cpm_command(port->command, cmd);
command            39 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c 	cpm_command(port->command, cmd);
command           116 drivers/tty/serial/mpc52xx_uart.c 	void		(*command)(struct uart_port *port, u8 cmd);
command           147 drivers/tty/serial/mpc52xx_uart.c 	out_8(&PSC(port)->command, cmd);
command           152 drivers/tty/serial/mpc52xx_uart.c 	out_8(&PSC(port)->command, MPC52xx_PSC_SEL_MODE_REG_1);
command           190 drivers/tty/serial/mpc52xx_uart.c 	out_8(&PSC(port)->command, MPC52xx_PSC_SEL_MODE_REG_1);
command           367 drivers/tty/serial/mpc52xx_uart.c 	.command = mpc52xx_psc_command,
command           397 drivers/tty/serial/mpc52xx_uart.c 	.command = mpc52xx_psc_command,
command           924 drivers/tty/serial/mpc52xx_uart.c 	out_8(&PSC_5125(port)->command, cmd);
command           995 drivers/tty/serial/mpc52xx_uart.c 	.command = mpc5125_psc_command,
command          1030 drivers/tty/serial/mpc52xx_uart.c 	.command = mpc52xx_psc_command,
command          1107 drivers/tty/serial/mpc52xx_uart.c 		psc_ops->command(port, MPC52xx_PSC_START_BRK);
command          1109 drivers/tty/serial/mpc52xx_uart.c 		psc_ops->command(port, MPC52xx_PSC_STOP_BRK);
command          1132 drivers/tty/serial/mpc52xx_uart.c 	psc_ops->command(port, MPC52xx_PSC_RST_RX);
command          1133 drivers/tty/serial/mpc52xx_uart.c 	psc_ops->command(port, MPC52xx_PSC_RST_TX);
command          1146 drivers/tty/serial/mpc52xx_uart.c 	psc_ops->command(port, MPC52xx_PSC_TX_ENABLE);
command          1147 drivers/tty/serial/mpc52xx_uart.c 	psc_ops->command(port, MPC52xx_PSC_RX_ENABLE);
command          1156 drivers/tty/serial/mpc52xx_uart.c 	psc_ops->command(port, MPC52xx_PSC_RST_RX);
command          1158 drivers/tty/serial/mpc52xx_uart.c 		psc_ops->command(port, MPC52xx_PSC_RST_TX);
command          1240 drivers/tty/serial/mpc52xx_uart.c 	psc_ops->command(port, MPC52xx_PSC_RST_RX);
command          1241 drivers/tty/serial/mpc52xx_uart.c 	psc_ops->command(port, MPC52xx_PSC_RST_TX);
command          1254 drivers/tty/serial/mpc52xx_uart.c 	psc_ops->command(port, MPC52xx_PSC_TX_ENABLE);
command          1255 drivers/tty/serial/mpc52xx_uart.c 	psc_ops->command(port, MPC52xx_PSC_RX_ENABLE);
command          1417 drivers/tty/serial/mpc52xx_uart.c 			psc_ops->command(port, MPC52xx_PSC_RST_ERR_STAT);
command           546 drivers/tty/serial/sb1250-duart.c 	unsigned int command;
command           609 drivers/tty/serial/sb1250-duart.c 		command = M_DUART_RX_EN;
command           611 drivers/tty/serial/sb1250-duart.c 		command = M_DUART_RX_DIS;
command           621 drivers/tty/serial/sb1250-duart.c 		command |= M_DUART_TX_DIS;
command           623 drivers/tty/serial/sb1250-duart.c 		command |= M_DUART_TX_EN;
command           638 drivers/tty/serial/sb1250-duart.c 	write_sbdchn(sport, R_DUART_CMD, command);
command           328 drivers/usb/chipidea/host.c 			tmp = ehci_readl(ehci, &ehci->regs->command);
command           330 drivers/usb/chipidea/host.c 			ehci_writel(ehci, tmp, &ehci->regs->command);
command            76 drivers/usb/class/cdc-wdm.c 	struct urb		*command;
command           324 drivers/usb/class/cdc-wdm.c 	usb_kill_urb(desc->command);
command           333 drivers/usb/class/cdc-wdm.c 	usb_free_urb(desc->command);
command           403 drivers/usb/class/cdc-wdm.c 		desc->command,
command           423 drivers/usb/class/cdc-wdm.c 	rv = usb_submit_urb(desc->command, GFP_KERNEL);
command           832 drivers/usb/class/cdc-wdm.c 	desc->command = usb_alloc_urb(0, GFP_KERNEL);
command           833 drivers/usb/class/cdc-wdm.c 	if (!desc->command)
command            82 drivers/usb/early/ehci-dbgp.c 	dbgp_printk("  ehci cmd     : %08x", readl(&ehci_regs->command));
command           445 drivers/usb/early/ehci-dbgp.c 	cmd = readl(&ehci_regs->command);
command           448 drivers/usb/early/ehci-dbgp.c 	writel(cmd, &ehci_regs->command);
command           476 drivers/usb/early/ehci-dbgp.c 	cmd = readl(&ehci_regs->command);
command           478 drivers/usb/early/ehci-dbgp.c 	writel(cmd, &ehci_regs->command);
command           480 drivers/usb/early/ehci-dbgp.c 		cmd = readl(&ehci_regs->command);
command           520 drivers/usb/early/ehci-dbgp.c 			cmd = readl(&ehci_regs->command);
command           522 drivers/usb/early/ehci-dbgp.c 			writel(cmd, &ehci_regs->command);
command           924 drivers/usb/early/ehci-dbgp.c 	cmd = readl(&ehci_regs->command);
command           935 drivers/usb/early/ehci-dbgp.c 			writel(cmd, &ehci_regs->command);
command           959 drivers/usb/early/ehci-dbgp.c 		cmd = readl(&ehci_regs->command);
command           961 drivers/usb/early/ehci-dbgp.c 		writel(cmd, &ehci_regs->command);
command            84 drivers/usb/gadget/udc/goku_udc.c command(struct goku_udc_regs __iomem *regs, int command, unsigned epnum)
command            86 drivers/usb/gadget/udc/goku_udc.c 	writel(COMMAND_EP(epnum) | command, &regs->Command);
command           175 drivers/usb/gadget/udc/goku_udc.c 	command(ep->dev->regs, COMMAND_RESET, ep->num);
command           194 drivers/usb/gadget/udc/goku_udc.c 		command(regs, COMMAND_INVALID, ep->num);
command           648 drivers/usb/gadget/udc/goku_udc.c 	command(regs, COMMAND_FIFO_DISABLE, ep->num);
command           694 drivers/usb/gadget/udc/goku_udc.c 	command(regs, COMMAND_FIFO_ENABLE, ep->num);
command           700 drivers/usb/gadget/udc/goku_udc.c 	command(regs, COMMAND_FIFO_ENABLE, ep->num);
command           861 drivers/usb/gadget/udc/goku_udc.c 	command(ep->dev->regs, COMMAND_SETDATA0, ep->num);
command           862 drivers/usb/gadget/udc/goku_udc.c 	command(ep->dev->regs, COMMAND_STALL_CLEAR, ep->num);
command           914 drivers/usb/gadget/udc/goku_udc.c 		command(ep->dev->regs, COMMAND_STALL, ep->num);
command           969 drivers/usb/gadget/udc/goku_udc.c 		command(regs, COMMAND_FIFO_CLEAR, ep->num);
command          1517 drivers/usb/gadget/udc/goku_udc.c 		command(regs, COMMAND_STALL, 0);
command           188 drivers/usb/host/ehci-dbg.c dbg_command_buf(char *buf, unsigned len, const char *label, u32 command)
command           193 drivers/usb/host/ehci-dbg.c 		label, label[0] ? " " : "", command,
command           194 drivers/usb/host/ehci-dbg.c 		(command & CMD_HIRD) ? " HIRD" : "",
command           195 drivers/usb/host/ehci-dbg.c 		(command & CMD_PPCEE) ? " PPCEE" : "",
command           196 drivers/usb/host/ehci-dbg.c 		(command & CMD_FSP) ? " FSP" : "",
command           197 drivers/usb/host/ehci-dbg.c 		(command & CMD_ASPE) ? " ASPE" : "",
command           198 drivers/usb/host/ehci-dbg.c 		(command & CMD_PSPE) ? " PSPE" : "",
command           199 drivers/usb/host/ehci-dbg.c 		(command & CMD_PARK) ? " park" : "(park)",
command           200 drivers/usb/host/ehci-dbg.c 		CMD_PARK_CNT(command),
command           201 drivers/usb/host/ehci-dbg.c 		(command >> 16) & 0x3f,
command           202 drivers/usb/host/ehci-dbg.c 		(command & CMD_LRESET) ? " LReset" : "",
command           203 drivers/usb/host/ehci-dbg.c 		(command & CMD_IAAD) ? " IAAD" : "",
command           204 drivers/usb/host/ehci-dbg.c 		(command & CMD_ASE) ? " Async" : "",
command           205 drivers/usb/host/ehci-dbg.c 		(command & CMD_PSE) ? " Periodic" : "",
command           206 drivers/usb/host/ehci-dbg.c 		fls_strings[(command >> 2) & 0x3],
command           207 drivers/usb/host/ehci-dbg.c 		(command & CMD_RESET) ? " Reset" : "",
command           208 drivers/usb/host/ehci-dbg.c 		(command & CMD_RUN) ? "RUN" : "HALT");
command           270 drivers/usb/host/ehci-dbg.c dbg_cmd(struct ehci_hcd *ehci, const char *label, u32 command)
command           274 drivers/usb/host/ehci-dbg.c 	dbg_command_buf(buf, sizeof(buf), label, command);
command           854 drivers/usb/host/ehci-dbg.c 			ehci_readl(ehci, &ehci->regs->command));
command          1060 drivers/usb/host/ehci-dbg.c 		unsigned int len, const char *label, u32 command)
command          1074 drivers/usb/host/ehci-dbg.c 		u32 command) { }
command           468 drivers/usb/host/ehci-fsl.c 	tmp = ehci_readl(ehci, &ehci->regs->command);
command           470 drivers/usb/host/ehci-fsl.c 	ehci_writel(ehci, tmp, &ehci->regs->command);
command           473 drivers/usb/host/ehci-fsl.c 	pdata->pm_command = ehci_readl(ehci, &ehci->regs->command);
command           541 drivers/usb/host/ehci-fsl.c 	ehci_writel(ehci, pdata->pm_command, &ehci->regs->command);
command           555 drivers/usb/host/ehci-fsl.c 	tmp = ehci_readl(ehci, &ehci->regs->command);
command           557 drivers/usb/host/ehci-fsl.c 	ehci_writel(ehci, tmp, &ehci->regs->command);
command           197 drivers/usb/host/ehci-hcd.c 	ehci->command &= ~CMD_RUN;
command           198 drivers/usb/host/ehci-hcd.c 	temp = ehci_readl(ehci, &ehci->regs->command);
command           200 drivers/usb/host/ehci-hcd.c 	ehci_writel(ehci, temp, &ehci->regs->command);
command           232 drivers/usb/host/ehci-hcd.c 	u32	command = ehci_readl(ehci, &ehci->regs->command);
command           239 drivers/usb/host/ehci-hcd.c 	command |= CMD_RESET;
command           240 drivers/usb/host/ehci-hcd.c 	dbg_cmd (ehci, "reset", command);
command           241 drivers/usb/host/ehci-hcd.c 	ehci_writel(ehci, command, &ehci->regs->command);
command           244 drivers/usb/host/ehci-hcd.c 	retval = ehci_handshake(ehci, &ehci->regs->command,
command           279 drivers/usb/host/ehci-hcd.c 	temp = (ehci->command << 10) & (STS_ASS | STS_PSS);
command           285 drivers/usb/host/ehci-hcd.c 	ehci->command &= ~(CMD_ASE | CMD_PSE);
command           286 drivers/usb/host/ehci-hcd.c 	ehci_writel(ehci, ehci->command, &ehci->regs->command);
command           559 drivers/usb/host/ehci-hcd.c 	ehci->command = temp;
command           609 drivers/usb/host/ehci-hcd.c 	ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
command           610 drivers/usb/host/ehci-hcd.c 	ehci->command |= CMD_RUN;
command           611 drivers/usb/host/ehci-hcd.c 	ehci_writel(ehci, ehci->command, &ehci->regs->command);
command           612 drivers/usb/host/ehci-hcd.c 	dbg_cmd (ehci, "init", ehci->command);
command           631 drivers/usb/host/ehci-hcd.c 	ehci_readl(ehci, &ehci->regs->command);	/* unblock posted writes */
command           727 drivers/usb/host/ehci-hcd.c 	cmd = ehci_readl(ehci, &ehci->regs->command);
command           821 drivers/usb/host/ehci-hcd.c 		ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
command           822 drivers/usb/host/ehci-hcd.c 		ehci_writel(ehci, ehci->command, &ehci->regs->command);
command          1167 drivers/usb/host/ehci-hcd.c 	ehci_writel(ehci, ehci->command, &ehci->regs->command);
command          1169 drivers/usb/host/ehci-hcd.c 	ehci_readl(ehci, &ehci->regs->command);	/* unblock posted writes */
command           416 drivers/usb/host/ehci-hub.c 	ehci->command |= CMD_RUN;
command           417 drivers/usb/host/ehci-hub.c 	ehci_writel(ehci, ehci->command, &ehci->regs->command);
command           990 drivers/usb/host/ehci-hub.c 		ehci_readl(ehci, &ehci->regs->command);	/* unblock posted write */
command          1301 drivers/usb/host/ehci-hub.c 		ehci_readl(ehci, &ehci->regs->command);	/* unblock posted writes */
command           262 drivers/usb/host/ehci-pci.c 			ehci->command &= ~CMD_PPCEE;
command          1289 drivers/usb/host/ehci-q.c 		ehci_writel(ehci, ehci->command | CMD_IAAD,
command          1290 drivers/usb/host/ehci-q.c 				&ehci->regs->command);
command          1291 drivers/usb/host/ehci-q.c 		ehci_readl(ehci, &ehci->regs->command);
command            13 drivers/usb/host/ehci-timer.c 	ehci->command |= bit;
command            14 drivers/usb/host/ehci-timer.c 	ehci_writel(ehci, ehci->command, &ehci->regs->command);
command            17 drivers/usb/host/ehci-timer.c 	ehci_readl(ehci, &ehci->regs->command);
command            23 drivers/usb/host/ehci-timer.c 	ehci->command &= ~bit;
command            24 drivers/usb/host/ehci-timer.c 	ehci_writel(ehci, ehci->command, &ehci->regs->command);
command            27 drivers/usb/host/ehci-timer.c 	ehci_readl(ehci, &ehci->regs->command);
command           103 drivers/usb/host/ehci-timer.c 	want = (ehci->command & CMD_ASE) ? STS_ASS : 0;
command           149 drivers/usb/host/ehci-timer.c 	want = (ehci->command & CMD_PSE) ? STS_PSS : 0;
command           339 drivers/usb/host/ehci-timer.c 	cmd = ehci_readl(ehci, &ehci->regs->command);
command           203 drivers/usb/host/ehci.h 	u32			command;
command           209 drivers/usb/host/fotg210-hcd.c 		u32 command)
command           213 drivers/usb/host/fotg210-hcd.c 			label, label[0] ? " " : "", command,
command           214 drivers/usb/host/fotg210-hcd.c 			(command & CMD_PARK) ? " park" : "(park)",
command           215 drivers/usb/host/fotg210-hcd.c 			CMD_PARK_CNT(command),
command           216 drivers/usb/host/fotg210-hcd.c 			(command >> 16) & 0x3f,
command           217 drivers/usb/host/fotg210-hcd.c 			(command & CMD_IAAD) ? " IAAD" : "",
command           218 drivers/usb/host/fotg210-hcd.c 			(command & CMD_ASE) ? " Async" : "",
command           219 drivers/usb/host/fotg210-hcd.c 			(command & CMD_PSE) ? " Periodic" : "",
command           220 drivers/usb/host/fotg210-hcd.c 			fls_strings[(command >> 2) & 0x3],
command           221 drivers/usb/host/fotg210-hcd.c 			(command & CMD_RESET) ? " Reset" : "",
command           222 drivers/usb/host/fotg210-hcd.c 			(command & CMD_RUN) ? "RUN" : "HALT");
command           268 drivers/usb/host/fotg210-hcd.c #define dbg_cmd(fotg210, label, command) {			\
command           270 drivers/usb/host/fotg210-hcd.c 	dbg_command_buf(_buf, sizeof(_buf), label, command);	\
command           700 drivers/usb/host/fotg210-hcd.c 			fotg210_readl(fotg210, &fotg210->regs->command));
command           916 drivers/usb/host/fotg210-hcd.c 	fotg210->command &= ~CMD_RUN;
command           917 drivers/usb/host/fotg210-hcd.c 	temp = fotg210_readl(fotg210, &fotg210->regs->command);
command           919 drivers/usb/host/fotg210-hcd.c 	fotg210_writel(fotg210, temp, &fotg210->regs->command);
command           934 drivers/usb/host/fotg210-hcd.c 	u32 command = fotg210_readl(fotg210, &fotg210->regs->command);
command           942 drivers/usb/host/fotg210-hcd.c 	command |= CMD_RESET;
command           943 drivers/usb/host/fotg210-hcd.c 	dbg_cmd(fotg210, "reset", command);
command           944 drivers/usb/host/fotg210-hcd.c 	fotg210_writel(fotg210, command, &fotg210->regs->command);
command           947 drivers/usb/host/fotg210-hcd.c 	retval = handshake(fotg210, &fotg210->regs->command,
command           972 drivers/usb/host/fotg210-hcd.c 	temp = (fotg210->command << 10) & (STS_ASS | STS_PSS);
command           978 drivers/usb/host/fotg210-hcd.c 	fotg210->command &= ~(CMD_ASE | CMD_PSE);
command           979 drivers/usb/host/fotg210-hcd.c 	fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command);
command           997 drivers/usb/host/fotg210-hcd.c 	fotg210->command |= bit;
command           998 drivers/usb/host/fotg210-hcd.c 	fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command);
command          1001 drivers/usb/host/fotg210-hcd.c 	fotg210_readl(fotg210, &fotg210->regs->command);
command          1007 drivers/usb/host/fotg210-hcd.c 	fotg210->command &= ~bit;
command          1008 drivers/usb/host/fotg210-hcd.c 	fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command);
command          1011 drivers/usb/host/fotg210-hcd.c 	fotg210_readl(fotg210, &fotg210->regs->command);
command          1081 drivers/usb/host/fotg210-hcd.c 	want = (fotg210->command & CMD_ASE) ? STS_ASS : 0;
command          1129 drivers/usb/host/fotg210-hcd.c 	want = (fotg210->command & CMD_PSE) ? STS_PSS : 0;
command          1279 drivers/usb/host/fotg210-hcd.c 		cmd = fotg210_readl(fotg210, &fotg210->regs->command);
command          1541 drivers/usb/host/fotg210-hcd.c 		fotg210_readl(fotg210, &fotg210->regs->command);
command          1634 drivers/usb/host/fotg210-hcd.c 			fotg210->command |= CMD_RUN;
command          1635 drivers/usb/host/fotg210-hcd.c 			fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command);
command          1774 drivers/usb/host/fotg210-hcd.c 		fotg210_readl(fotg210, &fotg210->regs->command);
command          3121 drivers/usb/host/fotg210-hcd.c 		fotg210_writel(fotg210, fotg210->command | CMD_IAAD,
command          3122 drivers/usb/host/fotg210-hcd.c 				&fotg210->regs->command);
command          3123 drivers/usb/host/fotg210-hcd.c 		fotg210_readl(fotg210, &fotg210->regs->command);
command          5000 drivers/usb/host/fotg210-hcd.c 	fotg210->command = temp;
command          5042 drivers/usb/host/fotg210-hcd.c 	fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
command          5043 drivers/usb/host/fotg210-hcd.c 	fotg210->command |= CMD_RUN;
command          5044 drivers/usb/host/fotg210-hcd.c 	fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command);
command          5045 drivers/usb/host/fotg210-hcd.c 	dbg_cmd(fotg210, "init", fotg210->command);
command          5064 drivers/usb/host/fotg210-hcd.c 	fotg210_readl(fotg210, &fotg210->regs->command);
command          5151 drivers/usb/host/fotg210-hcd.c 	cmd = fotg210_readl(fotg210, &fotg210->regs->command);
command          5238 drivers/usb/host/fotg210-hcd.c 		fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
command          5239 drivers/usb/host/fotg210-hcd.c 		fotg210_writel(fotg210, fotg210->command,
command          5240 drivers/usb/host/fotg210-hcd.c 				&fotg210->regs->command);
command           169 drivers/usb/host/fotg210.h 	u32			command;
command           233 drivers/usb/host/fotg210.h 	u32		command;
command          1106 drivers/usb/host/ohci-q.c 		u32	command = 0, control = 0;
command          1109 drivers/usb/host/ohci-q.c 			command |= OHCI_CLF;
command          1119 drivers/usb/host/ohci-q.c 			command |= OHCI_BLF;
command          1137 drivers/usb/host/ohci-q.c 		if (command) {
command          1140 drivers/usb/host/ohci-q.c 			ohci_writel (ohci, command, &ohci->regs->cmdstatus);
command           123 drivers/usb/host/oxu210hp-hcd.c 	u32		command;
command           452 drivers/usb/host/oxu210hp-hcd.c 	u32			command;
command           553 drivers/usb/host/oxu210hp-hcd.c 				const char *label, u32 command)
command           557 drivers/usb/host/oxu210hp-hcd.c 		label, label[0] ? " " : "", command,
command           558 drivers/usb/host/oxu210hp-hcd.c 		(command & CMD_PARK) ? "park" : "(park)",
command           559 drivers/usb/host/oxu210hp-hcd.c 		CMD_PARK_CNT(command),
command           560 drivers/usb/host/oxu210hp-hcd.c 		(command >> 16) & 0x3f,
command           561 drivers/usb/host/oxu210hp-hcd.c 		(command & CMD_LRESET) ? " LReset" : "",
command           562 drivers/usb/host/oxu210hp-hcd.c 		(command & CMD_IAAD) ? " IAAD" : "",
command           563 drivers/usb/host/oxu210hp-hcd.c 		(command & CMD_ASE) ? " Async" : "",
command           564 drivers/usb/host/oxu210hp-hcd.c 		(command & CMD_PSE) ? " Periodic" : "",
command           565 drivers/usb/host/oxu210hp-hcd.c 		fls_strings[(command >> 2) & 0x3],
command           566 drivers/usb/host/oxu210hp-hcd.c 		(command & CMD_RESET) ? " Reset" : "",
command           567 drivers/usb/host/oxu210hp-hcd.c 		(command & CMD_RUN) ? "RUN" : "HALT"
command           617 drivers/usb/host/oxu210hp-hcd.c dbg_command_buf(char *buf, unsigned len, const char *label, u32 command)
command           637 drivers/usb/host/oxu210hp-hcd.c #define dbg_cmd(oxu, label, command) { \
command           639 drivers/usb/host/oxu210hp-hcd.c 	dbg_command_buf(_buf, sizeof _buf, label, command); \
command           776 drivers/usb/host/oxu210hp-hcd.c 	temp = readl(&oxu->regs->command);
command           778 drivers/usb/host/oxu210hp-hcd.c 	writel(temp, &oxu->regs->command);
command           799 drivers/usb/host/oxu210hp-hcd.c 	u32	command = readl(&oxu->regs->command);
command           801 drivers/usb/host/oxu210hp-hcd.c 	command |= CMD_RESET;
command           802 drivers/usb/host/oxu210hp-hcd.c 	dbg_cmd(oxu, "reset", command);
command           803 drivers/usb/host/oxu210hp-hcd.c 	writel(command, &oxu->regs->command);
command           806 drivers/usb/host/oxu210hp-hcd.c 	retval = handshake(oxu, &oxu->regs->command,
command           827 drivers/usb/host/oxu210hp-hcd.c 	temp = readl(&oxu->regs->command) << 10;
command           836 drivers/usb/host/oxu210hp-hcd.c 	temp = readl(&oxu->regs->command);
command           838 drivers/usb/host/oxu210hp-hcd.c 	writel(temp, &oxu->regs->command);
command          1925 drivers/usb/host/oxu210hp-hcd.c 		u32	cmd = readl(&oxu->regs->command);
command          1932 drivers/usb/host/oxu210hp-hcd.c 			writel(cmd, &oxu->regs->command);
command          2127 drivers/usb/host/oxu210hp-hcd.c 	int cmd = readl(&oxu->regs->command);
command          2142 drivers/usb/host/oxu210hp-hcd.c 			writel(cmd & ~CMD_ASE, &oxu->regs->command);
command          2171 drivers/usb/host/oxu210hp-hcd.c 	writel(cmd, &oxu->regs->command);
command          2172 drivers/usb/host/oxu210hp-hcd.c 	(void) readl(&oxu->regs->command);
command          2312 drivers/usb/host/oxu210hp-hcd.c 	cmd = readl(&oxu->regs->command) | CMD_PSE;
command          2313 drivers/usb/host/oxu210hp-hcd.c 	writel(cmd, &oxu->regs->command);
command          2338 drivers/usb/host/oxu210hp-hcd.c 	cmd = readl(&oxu->regs->command) & ~CMD_PSE;
command          2339 drivers/usb/host/oxu210hp-hcd.c 	writel(cmd, &oxu->regs->command);
command          2878 drivers/usb/host/oxu210hp-hcd.c 	readl(&oxu->regs->command);	/* unblock posted write */
command          2904 drivers/usb/host/oxu210hp-hcd.c 		if (!(readl(&oxu->regs->command) & CMD_RUN))
command          2931 drivers/usb/host/oxu210hp-hcd.c 		dbg_cmd(oxu, "fatal", readl(&oxu->regs->command));
command          3076 drivers/usb/host/oxu210hp-hcd.c 	oxu->command = temp;
command          3143 drivers/usb/host/oxu210hp-hcd.c 	oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE |
command          3145 drivers/usb/host/oxu210hp-hcd.c 	oxu->command |= CMD_RUN;
command          3146 drivers/usb/host/oxu210hp-hcd.c 	writel(oxu->command, &oxu->regs->command);
command          3147 drivers/usb/host/oxu210hp-hcd.c 	dbg_cmd(oxu, "init", oxu->command);
command          3157 drivers/usb/host/oxu210hp-hcd.c 	readl(&oxu->regs->command);	/* unblock posted writes */
command          3644 drivers/usb/host/oxu210hp-hcd.c 		readl(&oxu->regs->command);	/* unblock posted write */
command          3840 drivers/usb/host/oxu210hp-hcd.c 		readl(&oxu->regs->command);	/* unblock posted writes */
command          3873 drivers/usb/host/oxu210hp-hcd.c 	oxu->command = readl(&oxu->regs->command);
command          3957 drivers/usb/host/oxu210hp-hcd.c 	writel(oxu->command, &oxu->regs->command);
command          3985 drivers/usb/host/oxu210hp-hcd.c 	(void) readl(&oxu->regs->command);
command          3994 drivers/usb/host/oxu210hp-hcd.c 		oxu->command |= temp;
command          3995 drivers/usb/host/oxu210hp-hcd.c 		writel(oxu->command, &oxu->regs->command);
command           411 drivers/usb/host/xhci-hub.c 			struct xhci_command *command;
command           419 drivers/usb/host/xhci-hub.c 			command = xhci_alloc_command(xhci, false, GFP_NOWAIT);
command           420 drivers/usb/host/xhci-hub.c 			if (!command) {
command           426 drivers/usb/host/xhci-hub.c 			ret = xhci_queue_stop_endpoint(xhci, command, slot_id,
command           430 drivers/usb/host/xhci-hub.c 				xhci_free_command(xhci, command);
command          1766 drivers/usb/host/xhci-hub.c 	temp = readl(&xhci->op_regs->command);
command          1768 drivers/usb/host/xhci-hub.c 	writel(temp, &xhci->op_regs->command);
command          1840 drivers/usb/host/xhci-hub.c 	(void) readl(&xhci->op_regs->command);
command          1844 drivers/usb/host/xhci-hub.c 	temp = readl(&xhci->op_regs->command);
command          1846 drivers/usb/host/xhci-hub.c 	writel(temp, &xhci->op_regs->command);
command          1847 drivers/usb/host/xhci-hub.c 	temp = readl(&xhci->op_regs->command);
command          1741 drivers/usb/host/xhci-mem.c 	struct xhci_command *command;
command          1744 drivers/usb/host/xhci-mem.c 	command = kzalloc_node(sizeof(*command), mem_flags, dev_to_node(dev));
command          1745 drivers/usb/host/xhci-mem.c 	if (!command)
command          1749 drivers/usb/host/xhci-mem.c 		command->completion =
command          1752 drivers/usb/host/xhci-mem.c 		if (!command->completion) {
command          1753 drivers/usb/host/xhci-mem.c 			kfree(command);
command          1756 drivers/usb/host/xhci-mem.c 		init_completion(command->completion);
command          1759 drivers/usb/host/xhci-mem.c 	command->status = 0;
command          1760 drivers/usb/host/xhci-mem.c 	INIT_LIST_HEAD(&command->cmd_list);
command          1761 drivers/usb/host/xhci-mem.c 	return command;
command          1767 drivers/usb/host/xhci-mem.c 	struct xhci_command *command;
command          1769 drivers/usb/host/xhci-mem.c 	command = xhci_alloc_command(xhci, allocate_completion, mem_flags);
command          1770 drivers/usb/host/xhci-mem.c 	if (!command)
command          1773 drivers/usb/host/xhci-mem.c 	command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT,
command          1775 drivers/usb/host/xhci-mem.c 	if (!command->in_ctx) {
command          1776 drivers/usb/host/xhci-mem.c 		kfree(command->completion);
command          1777 drivers/usb/host/xhci-mem.c 		kfree(command);
command          1780 drivers/usb/host/xhci-mem.c 	return command;
command          1789 drivers/usb/host/xhci-mem.c 		struct xhci_command *command)
command          1792 drivers/usb/host/xhci-mem.c 			command->in_ctx);
command          1793 drivers/usb/host/xhci-mem.c 	kfree(command->completion);
command          1794 drivers/usb/host/xhci-mem.c 	kfree(command);
command          1171 drivers/usb/host/xhci-ring.c 		struct xhci_command *command;
command          1173 drivers/usb/host/xhci-ring.c 		command = xhci_alloc_command(xhci, false, GFP_ATOMIC);
command          1174 drivers/usb/host/xhci-ring.c 		if (!command)
command          1179 drivers/usb/host/xhci-ring.c 		xhci_queue_configure_endpoint(xhci, command,
command          1194 drivers/usb/host/xhci-ring.c 		struct xhci_command *command, u32 cmd_comp_code)
command          1197 drivers/usb/host/xhci-ring.c 		command->slot_id = slot_id;
command          1199 drivers/usb/host/xhci-ring.c 		command->slot_id = 0;
command          1650 drivers/usb/host/xhci-ring.c 		cmd_reg = readl(&xhci->op_regs->command);
command          1850 drivers/usb/host/xhci-ring.c 	struct xhci_command *command;
command          1859 drivers/usb/host/xhci-ring.c 	command = xhci_alloc_command(xhci, false, GFP_ATOMIC);
command          1860 drivers/usb/host/xhci-ring.c 	if (!command)
command          1865 drivers/usb/host/xhci-ring.c 	xhci_queue_reset_ep(xhci, command, slot_id, ep_index, reset_type);
command            98 drivers/usb/host/xhci.c 	cmd = readl(&xhci->op_regs->command);
command           100 drivers/usb/host/xhci.c 	writel(cmd, &xhci->op_regs->command);
command           136 drivers/usb/host/xhci.c 	temp = readl(&xhci->op_regs->command);
command           140 drivers/usb/host/xhci.c 	writel(temp, &xhci->op_regs->command);
command           168 drivers/usb/host/xhci.c 	u32 command;
command           185 drivers/usb/host/xhci.c 	command = readl(&xhci->op_regs->command);
command           186 drivers/usb/host/xhci.c 	command |= CMD_RESET;
command           187 drivers/usb/host/xhci.c 	writel(command, &xhci->op_regs->command);
command           199 drivers/usb/host/xhci.c 	ret = xhci_handshake(&xhci->op_regs->command,
command           252 drivers/usb/host/xhci.c 	val = readl(&xhci->op_regs->command);
command           254 drivers/usb/host/xhci.c 	writel(val, &xhci->op_regs->command);
command           668 drivers/usb/host/xhci.c 	temp = readl(&xhci->op_regs->command);
command           672 drivers/usb/host/xhci.c 	writel(temp, &xhci->op_regs->command);
command           681 drivers/usb/host/xhci.c 		struct xhci_command *command;
command           683 drivers/usb/host/xhci.c 		command = xhci_alloc_command(xhci, false, GFP_KERNEL);
command           684 drivers/usb/host/xhci.c 		if (!command)
command           687 drivers/usb/host/xhci.c 		ret = xhci_queue_vendor_command(xhci, command, 0, 0, 0,
command           690 drivers/usb/host/xhci.c 			xhci_free_command(xhci, command);
command           798 drivers/usb/host/xhci.c 	xhci->s3.command = readl(&xhci->op_regs->command);
command           811 drivers/usb/host/xhci.c 	writel(xhci->s3.command, &xhci->op_regs->command);
command           975 drivers/usb/host/xhci.c 	u32			command;
command          1008 drivers/usb/host/xhci.c 	command = readl(&xhci->op_regs->command);
command          1009 drivers/usb/host/xhci.c 	command &= ~CMD_RUN;
command          1010 drivers/usb/host/xhci.c 	writel(command, &xhci->op_regs->command);
command          1027 drivers/usb/host/xhci.c 	command = readl(&xhci->op_regs->command);
command          1028 drivers/usb/host/xhci.c 	command |= CMD_CSS;
command          1029 drivers/usb/host/xhci.c 	writel(command, &xhci->op_regs->command);
command          1083 drivers/usb/host/xhci.c 	u32			command, temp = 0;
command          1126 drivers/usb/host/xhci.c 		command = readl(&xhci->op_regs->command);
command          1127 drivers/usb/host/xhci.c 		command |= CMD_CRS;
command          1128 drivers/usb/host/xhci.c 		writel(command, &xhci->op_regs->command);
command          1205 drivers/usb/host/xhci.c 	command = readl(&xhci->op_regs->command);
command          1206 drivers/usb/host/xhci.c 	command |= CMD_RUN;
command          1207 drivers/usb/host/xhci.c 	writel(command, &xhci->op_regs->command);
command          1375 drivers/usb/host/xhci.c 		struct usb_device *udev, struct xhci_command *command,
command          1390 drivers/usb/host/xhci.c 	struct xhci_command *command;
command          1416 drivers/usb/host/xhci.c 		command = xhci_alloc_command(xhci, true, GFP_KERNEL);
command          1417 drivers/usb/host/xhci.c 		if (!command)
command          1420 drivers/usb/host/xhci.c 		command->in_ctx = xhci->devs[slot_id]->in_ctx;
command          1421 drivers/usb/host/xhci.c 		ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx);
command          1432 drivers/usb/host/xhci.c 		ep_ctx = xhci_get_ep_ctx(xhci, command->in_ctx, ep_index);
command          1439 drivers/usb/host/xhci.c 		ret = xhci_configure_endpoint(xhci, urb->dev, command,
command          1447 drivers/usb/host/xhci.c 		kfree(command->completion);
command          1448 drivers/usb/host/xhci.c 		kfree(command);
command          1610 drivers/usb/host/xhci.c 	struct xhci_command *command;
command          1692 drivers/usb/host/xhci.c 		command = xhci_alloc_command(xhci, false, GFP_ATOMIC);
command          1693 drivers/usb/host/xhci.c 		if (!command) {
command          1701 drivers/usb/host/xhci.c 		xhci_queue_stop_endpoint(xhci, command, urb->dev->slot_id,
command          2744 drivers/usb/host/xhci.c 		struct xhci_command *command,
command          2753 drivers/usb/host/xhci.c 	if (!command)
command          2765 drivers/usb/host/xhci.c 	ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx);
command          2782 drivers/usb/host/xhci.c 	    xhci_reserve_bandwidth(xhci, virt_dev, command->in_ctx)) {
command          2790 drivers/usb/host/xhci.c 	slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
command          2796 drivers/usb/host/xhci.c 		ret = xhci_queue_configure_endpoint(xhci, command,
command          2797 drivers/usb/host/xhci.c 				command->in_ctx->dma,
command          2800 drivers/usb/host/xhci.c 		ret = xhci_queue_evaluate_context(xhci, command,
command          2801 drivers/usb/host/xhci.c 				command->in_ctx->dma,
command          2815 drivers/usb/host/xhci.c 	wait_for_completion(command->completion);
command          2819 drivers/usb/host/xhci.c 						     &command->status);
command          2822 drivers/usb/host/xhci.c 						   &command->status);
command          2870 drivers/usb/host/xhci.c 	struct xhci_command *command;
command          2883 drivers/usb/host/xhci.c 	command = xhci_alloc_command(xhci, true, GFP_KERNEL);
command          2884 drivers/usb/host/xhci.c 	if (!command)
command          2887 drivers/usb/host/xhci.c 	command->in_ctx = virt_dev->in_ctx;
command          2890 drivers/usb/host/xhci.c 	ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx);
command          2920 drivers/usb/host/xhci.c 	ret = xhci_configure_endpoint(xhci, udev, command,
command          2953 drivers/usb/host/xhci.c 	kfree(command->completion);
command          2954 drivers/usb/host/xhci.c 	kfree(command);
command          3569 drivers/usb/host/xhci.c 	struct xhci_command *command;
command          3592 drivers/usb/host/xhci.c 	command = vdev->eps[ep_index].stream_info->free_streams_command;
command          3593 drivers/usb/host/xhci.c 	ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx);
command          3605 drivers/usb/host/xhci.c 		ep_ctx = xhci_get_ep_ctx(xhci, command->in_ctx, ep_index);
command          3609 drivers/usb/host/xhci.c 		xhci_endpoint_copy(xhci, command->in_ctx,
command          3614 drivers/usb/host/xhci.c 	xhci_setup_input_ctx_for_config_ep(xhci, command->in_ctx,
command          3622 drivers/usb/host/xhci.c 	ret = xhci_configure_endpoint(xhci, udev, command,
command          3897 drivers/usb/host/xhci.c 	struct xhci_command *command;
command          3902 drivers/usb/host/xhci.c 	command = xhci_alloc_command(xhci, false, GFP_KERNEL);
command          3903 drivers/usb/host/xhci.c 	if (!command)
command          3914 drivers/usb/host/xhci.c 		kfree(command);
command          3918 drivers/usb/host/xhci.c 	ret = xhci_queue_slot_control(xhci, command, TRB_DISABLE_SLOT,
command          3922 drivers/usb/host/xhci.c 		kfree(command);
command          3964 drivers/usb/host/xhci.c 	struct xhci_command *command;
command          3966 drivers/usb/host/xhci.c 	command = xhci_alloc_command(xhci, true, GFP_KERNEL);
command          3967 drivers/usb/host/xhci.c 	if (!command)
command          3971 drivers/usb/host/xhci.c 	ret = xhci_queue_slot_control(xhci, command, TRB_ENABLE_SLOT, 0);
command          3975 drivers/usb/host/xhci.c 		xhci_free_command(xhci, command);
command          3981 drivers/usb/host/xhci.c 	wait_for_completion(command->completion);
command          3982 drivers/usb/host/xhci.c 	slot_id = command->slot_id;
command          3984 drivers/usb/host/xhci.c 	if (!slot_id || command->status != COMP_SUCCESS) {
command          3989 drivers/usb/host/xhci.c 		xhci_free_command(xhci, command);
command          3993 drivers/usb/host/xhci.c 	xhci_free_command(xhci, command);
command          4059 drivers/usb/host/xhci.c 	struct xhci_command *command = NULL;
command          4099 drivers/usb/host/xhci.c 	command = xhci_alloc_command(xhci, true, GFP_KERNEL);
command          4100 drivers/usb/host/xhci.c 	if (!command) {
command          4105 drivers/usb/host/xhci.c 	command->in_ctx = virt_dev->in_ctx;
command          4134 drivers/usb/host/xhci.c 	ret = xhci_queue_address_device(xhci, command, virt_dev->in_ctx->dma,
command          4146 drivers/usb/host/xhci.c 	wait_for_completion(command->completion);
command          4152 drivers/usb/host/xhci.c 	switch (command->status) {
command          4171 drivers/usb/host/xhci.c 		kfree(command->completion);
command          4172 drivers/usb/host/xhci.c 		kfree(command);
command          4186 drivers/usb/host/xhci.c 			 act, command->status);
command          4224 drivers/usb/host/xhci.c 	if (command) {
command          4225 drivers/usb/host/xhci.c 		kfree(command->completion);
command          4226 drivers/usb/host/xhci.c 		kfree(command);
command          4263 drivers/usb/host/xhci.c 	struct xhci_command *command;
command          4285 drivers/usb/host/xhci.c 	command = xhci->lpm_command;
command          4286 drivers/usb/host/xhci.c 	ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx);
command          4294 drivers/usb/host/xhci.c 	xhci_slot_copy(xhci, command->in_ctx, virt_dev->out_ctx);
command          4298 drivers/usb/host/xhci.c 	slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
command          4307 drivers/usb/host/xhci.c 	ret = xhci_configure_endpoint(xhci, udev, command,
command           177 drivers/usb/host/xhci.h 	__le32	command;
command          1551 drivers/usb/host/xhci.h 	struct xhci_command	*command;
command          1665 drivers/usb/host/xhci.h 	u32	command;
command          1811 drivers/usb/host/xhci.h 	u32			command;
command          2047 drivers/usb/host/xhci.h 		struct xhci_command *command);
command           575 drivers/usb/image/mdc800.c static int mdc800_getAnswerSize (char command)
command           577 drivers/usb/image/mdc800.c 	switch ((unsigned char) command)
command           402 drivers/usb/isp1760/isp1760-hcd.c 	u32 command = reg_read32(hcd->regs, HC_USBCMD);
command           404 drivers/usb/isp1760/isp1760-hcd.c 	command |= CMD_RESET;
command           405 drivers/usb/isp1760/isp1760-hcd.c 	reg_write32(hcd->regs, HC_USBCMD, command);
command          1297 drivers/usb/isp1760/isp1760-hcd.c 	u32 command;
command          1316 drivers/usb/isp1760/isp1760-hcd.c 	command = reg_read32(hcd->regs, HC_USBCMD);
command          1317 drivers/usb/isp1760/isp1760-hcd.c 	command &= ~(CMD_LRESET|CMD_RESET);
command          1318 drivers/usb/isp1760/isp1760-hcd.c 	command |= CMD_RUN;
command          1319 drivers/usb/isp1760/isp1760-hcd.c 	reg_write32(hcd->regs, HC_USBCMD, command);
command          2108 drivers/usb/isp1760/isp1760-hcd.c 	u32 command, temp;
command          2114 drivers/usb/isp1760/isp1760-hcd.c 	command = reg_read32(hcd->regs, HC_USBCMD);
command          2115 drivers/usb/isp1760/isp1760-hcd.c 	command &= ~CMD_RUN;
command          2116 drivers/usb/isp1760/isp1760-hcd.c 	reg_write32(hcd->regs, HC_USBCMD, command);
command           149 drivers/usb/misc/ftdi-elan.c 	struct u132_command command[COMMAND_SIZE];
command           369 drivers/usb/misc/ftdi-elan.c 				struct u132_command *command = &ftdi->command[
command           371 drivers/usb/misc/ftdi-elan.c 				command->header = 0x80 | (ed_number << 5) | 0x4;
command           372 drivers/usb/misc/ftdi-elan.c 				command->length = 0x00;
command           373 drivers/usb/misc/ftdi-elan.c 				command->address = 0x00;
command           374 drivers/usb/misc/ftdi-elan.c 				command->width = 0x00;
command           375 drivers/usb/misc/ftdi-elan.c 				command->follows = 0;
command           376 drivers/usb/misc/ftdi-elan.c 				command->value = 0;
command           377 drivers/usb/misc/ftdi-elan.c 				command->buffer = &command->value;
command           391 drivers/usb/misc/ftdi-elan.c 				struct u132_command *command = &ftdi->command[
command           393 drivers/usb/misc/ftdi-elan.c 				command->header = 0x90 | (ed_number << 5);
command           394 drivers/usb/misc/ftdi-elan.c 				command->length = 0x00;
command           395 drivers/usb/misc/ftdi-elan.c 				command->address = 0x00;
command           396 drivers/usb/misc/ftdi-elan.c 				command->width = 0x00;
command           397 drivers/usb/misc/ftdi-elan.c 				command->follows = 0;
command           398 drivers/usb/misc/ftdi-elan.c 				command->value = 0;
command           399 drivers/usb/misc/ftdi-elan.c 				command->buffer = &command->value;
command           427 drivers/usb/misc/ftdi-elan.c 				struct u132_command *command = &ftdi->command[
command           429 drivers/usb/misc/ftdi-elan.c 				command->header = 0x80 | (ed_number << 5) | 0x4;
command           430 drivers/usb/misc/ftdi-elan.c 				command->length = 0x00;
command           431 drivers/usb/misc/ftdi-elan.c 				command->address = 0x00;
command           432 drivers/usb/misc/ftdi-elan.c 				command->width = 0x00;
command           433 drivers/usb/misc/ftdi-elan.c 				command->follows = 0;
command           434 drivers/usb/misc/ftdi-elan.c 				command->value = 0;
command           435 drivers/usb/misc/ftdi-elan.c 				command->buffer = &command->value;
command           738 drivers/usb/misc/ftdi-elan.c 		struct u132_command *command = &ftdi->command[COMMAND_MASK &
command           740 drivers/usb/misc/ftdi-elan.c 		int F = command->follows;
command           741 drivers/usb/misc/ftdi-elan.c 		u8 *f = command->buffer;
command           742 drivers/usb/misc/ftdi-elan.c 		if (command->header & 0x80) {
command           743 drivers/usb/misc/ftdi-elan.c 			ed_commands |= 1 << (0x3 & (command->header >> 5));
command           745 drivers/usb/misc/ftdi-elan.c 		buf[b++] = command->header;
command           746 drivers/usb/misc/ftdi-elan.c 		buf[b++] = (command->length >> 0) & 0x00FF;
command           747 drivers/usb/misc/ftdi-elan.c 		buf[b++] = (command->length >> 8) & 0x00FF;
command           748 drivers/usb/misc/ftdi-elan.c 		buf[b++] = command->address;
command           749 drivers/usb/misc/ftdi-elan.c 		buf[b++] = command->width;
command           763 drivers/usb/misc/ftdi-elan.c 		struct u132_command *command = &ftdi->command[COMMAND_MASK &
command           765 drivers/usb/misc/ftdi-elan.c 		total_size += 5 + command->follows;
command          1191 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1193 drivers/usb/misc/ftdi-elan.c 			command->header = 0x00 | cPCIu132wr;
command          1194 drivers/usb/misc/ftdi-elan.c 			command->length = 0x04;
command          1195 drivers/usb/misc/ftdi-elan.c 			command->address = 0x00;
command          1196 drivers/usb/misc/ftdi-elan.c 			command->width = 0x00;
command          1197 drivers/usb/misc/ftdi-elan.c 			command->follows = 4;
command          1198 drivers/usb/misc/ftdi-elan.c 			command->value = data;
command          1199 drivers/usb/misc/ftdi-elan.c 			command->buffer = &command->value;
command          1223 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1225 drivers/usb/misc/ftdi-elan.c 			command->header = 0x00 | (cPCIcfgwr & 0x0F);
command          1226 drivers/usb/misc/ftdi-elan.c 			command->length = 0x04;
command          1227 drivers/usb/misc/ftdi-elan.c 			command->address = addressofs;
command          1228 drivers/usb/misc/ftdi-elan.c 			command->width = 0x00 | (width & 0x0F);
command          1229 drivers/usb/misc/ftdi-elan.c 			command->follows = 4;
command          1230 drivers/usb/misc/ftdi-elan.c 			command->value = data;
command          1231 drivers/usb/misc/ftdi-elan.c 			command->buffer = &command->value;
command          1255 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1257 drivers/usb/misc/ftdi-elan.c 			command->header = 0x00 | (cPCImemwr & 0x0F);
command          1258 drivers/usb/misc/ftdi-elan.c 			command->length = 0x04;
command          1259 drivers/usb/misc/ftdi-elan.c 			command->address = addressofs;
command          1260 drivers/usb/misc/ftdi-elan.c 			command->width = 0x00 | (width & 0x0F);
command          1261 drivers/usb/misc/ftdi-elan.c 			command->follows = 4;
command          1262 drivers/usb/misc/ftdi-elan.c 			command->value = data;
command          1263 drivers/usb/misc/ftdi-elan.c 			command->buffer = &command->value;
command          1297 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1303 drivers/usb/misc/ftdi-elan.c 			respond->header = command->header = 0x00 | cPCIu132rd;
command          1304 drivers/usb/misc/ftdi-elan.c 			command->length = 0x04;
command          1305 drivers/usb/misc/ftdi-elan.c 			respond->address = command->address = cU132cmd_status;
command          1306 drivers/usb/misc/ftdi-elan.c 			command->width = 0x00;
command          1307 drivers/usb/misc/ftdi-elan.c 			command->follows = 0;
command          1308 drivers/usb/misc/ftdi-elan.c 			command->value = 0;
command          1309 drivers/usb/misc/ftdi-elan.c 			command->buffer = NULL;
command          1340 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1346 drivers/usb/misc/ftdi-elan.c 			respond->header = command->header = 0x00 | (cPCIcfgrd &
command          1348 drivers/usb/misc/ftdi-elan.c 			command->length = 0x04;
command          1349 drivers/usb/misc/ftdi-elan.c 			respond->address = command->address = addressofs;
command          1350 drivers/usb/misc/ftdi-elan.c 			command->width = 0x00 | (width & 0x0F);
command          1351 drivers/usb/misc/ftdi-elan.c 			command->follows = 0;
command          1352 drivers/usb/misc/ftdi-elan.c 			command->value = 0;
command          1353 drivers/usb/misc/ftdi-elan.c 			command->buffer = NULL;
command          1384 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1390 drivers/usb/misc/ftdi-elan.c 			respond->header = command->header = 0x00 | (cPCImemrd &
command          1392 drivers/usb/misc/ftdi-elan.c 			command->length = 0x04;
command          1393 drivers/usb/misc/ftdi-elan.c 			respond->address = command->address = addressofs;
command          1394 drivers/usb/misc/ftdi-elan.c 			command->width = 0x00 | (width & 0x0F);
command          1395 drivers/usb/misc/ftdi-elan.c 			command->follows = 0;
command          1396 drivers/usb/misc/ftdi-elan.c 			command->value = 0;
command          1397 drivers/usb/misc/ftdi-elan.c 			command->buffer = NULL;
command          1443 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1445 drivers/usb/misc/ftdi-elan.c 			command->header = 0x80 | (ed << 5);
command          1446 drivers/usb/misc/ftdi-elan.c 			command->length = 0x8007;
command          1447 drivers/usb/misc/ftdi-elan.c 			command->address = (toggle_bits << 6) | (ep_number << 2)
command          1449 drivers/usb/misc/ftdi-elan.c 			command->width = usb_maxpacket(urb->dev, urb->pipe,
command          1451 drivers/usb/misc/ftdi-elan.c 			command->follows = 8;
command          1452 drivers/usb/misc/ftdi-elan.c 			command->value = 0;
command          1453 drivers/usb/misc/ftdi-elan.c 			command->buffer = urb->setup_packet;
command          1500 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1504 drivers/usb/misc/ftdi-elan.c 			command->header = 0x82 | (ed << 5);
command          1506 drivers/usb/misc/ftdi-elan.c 				command->length = 0x0000;
command          1508 drivers/usb/misc/ftdi-elan.c 				command->length = 0x8000 | 1023;
command          1510 drivers/usb/misc/ftdi-elan.c 				command->length = 0x8000 | (remaining_length -
command          1512 drivers/usb/misc/ftdi-elan.c 			command->address = (toggle_bits << 6) | (ep_number << 2)
command          1514 drivers/usb/misc/ftdi-elan.c 			command->width = usb_maxpacket(urb->dev, urb->pipe,
command          1516 drivers/usb/misc/ftdi-elan.c 			command->follows = 0;
command          1517 drivers/usb/misc/ftdi-elan.c 			command->value = 0;
command          1518 drivers/usb/misc/ftdi-elan.c 			command->buffer = NULL;
command          1565 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1567 drivers/usb/misc/ftdi-elan.c 			command->header = 0x81 | (ed << 5);
command          1568 drivers/usb/misc/ftdi-elan.c 			command->length = 0x0000;
command          1569 drivers/usb/misc/ftdi-elan.c 			command->address = (toggle_bits << 6) | (ep_number << 2)
command          1571 drivers/usb/misc/ftdi-elan.c 			command->width = usb_maxpacket(urb->dev, urb->pipe,
command          1573 drivers/usb/misc/ftdi-elan.c 			command->follows = 0;
command          1574 drivers/usb/misc/ftdi-elan.c 			command->value = 0;
command          1575 drivers/usb/misc/ftdi-elan.c 			command->buffer = NULL;
command          1629 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1631 drivers/usb/misc/ftdi-elan.c 			command->header = 0x81 | (ed << 5);
command          1632 drivers/usb/misc/ftdi-elan.c 			command->address = (toggle_bits << 6) | (ep_number << 2)
command          1634 drivers/usb/misc/ftdi-elan.c 			command->width = usb_maxpacket(urb->dev, urb->pipe,
command          1636 drivers/usb/misc/ftdi-elan.c 			command->follows = min_t(u32, 1024,
command          1639 drivers/usb/misc/ftdi-elan.c 			command->value = 0;
command          1640 drivers/usb/misc/ftdi-elan.c 			command->buffer = urb->transfer_buffer +
command          1642 drivers/usb/misc/ftdi-elan.c 			command->length = 0x8000 | (command->follows - 1);
command          1643 drivers/usb/misc/ftdi-elan.c 			b = command->buffer;
command          1644 drivers/usb/misc/ftdi-elan.c 			urb_size = command->follows;
command          1703 drivers/usb/misc/ftdi-elan.c 			struct u132_command *command = &ftdi->command[
command          1705 drivers/usb/misc/ftdi-elan.c 			command->header = 0x83 | (ed << 5);
command          1707 drivers/usb/misc/ftdi-elan.c 				command->length = 0x0000;
command          1709 drivers/usb/misc/ftdi-elan.c 				command->length = 0x8000 | 1023;
command          1711 drivers/usb/misc/ftdi-elan.c 				command->length = 0x8000 | (remaining_length -
command          1713 drivers/usb/misc/ftdi-elan.c 			command->address = (toggle_bits << 6) | (ep_number << 2)
command          1715 drivers/usb/misc/ftdi-elan.c 			command->width = usb_maxpacket(urb->dev, urb->pipe,
command          1717 drivers/usb/misc/ftdi-elan.c 			command->follows = 0;
command          1718 drivers/usb/misc/ftdi-elan.c 			command->value = 0;
command          1719 drivers/usb/misc/ftdi-elan.c 			command->buffer = NULL;
command          1769 drivers/usb/misc/ftdi-elan.c 					struct u132_command *command =
command          1770 drivers/usb/misc/ftdi-elan.c 						&ftdi->command[COMMAND_MASK &
command          1772 drivers/usb/misc/ftdi-elan.c 					command->header = 0x80 | (ed << 5) |
command          1774 drivers/usb/misc/ftdi-elan.c 					command->length = 0x00;
command          1775 drivers/usb/misc/ftdi-elan.c 					command->address = 0x00;
command          1776 drivers/usb/misc/ftdi-elan.c 					command->width = 0x00;
command          1777 drivers/usb/misc/ftdi-elan.c 					command->follows = 0;
command          1778 drivers/usb/misc/ftdi-elan.c 					command->value = 0;
command          1779 drivers/usb/misc/ftdi-elan.c 					command->buffer = &command->value;
command            58 drivers/usb/misc/idmouse.c #define ftip_command(dev, command, value, index) \
command            59 drivers/usb/misc/idmouse.c 	usb_control_msg (dev->udev, usb_sndctrlpipe (dev->udev, 0), command, \
command           447 drivers/usb/phy/phy-fsl-usb.c 	u32 command;
command           449 drivers/usb/phy/phy-fsl-usb.c 	command = fsl_readl(&usb_dr_regs->usbcmd);
command           450 drivers/usb/phy/phy-fsl-usb.c 	command |= (1 << 1);
command           451 drivers/usb/phy/phy-fsl-usb.c 	fsl_writel(command, &usb_dr_regs->usbcmd);
command           309 drivers/usb/serial/io_edgeport.c static int  send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
command          2212 drivers/usb/serial/io_edgeport.c 						__u8 command, __u8 param)
command          2226 drivers/usb/serial/io_edgeport.c 			 command, param);
command           294 drivers/usb/serial/io_ti.c static int send_cmd(struct usb_device *dev, __u8 command,
command           298 drivers/usb/serial/io_ti.c 	return ti_vsend_sync(dev, command, value, moduleid, data, size,
command           340 drivers/usb/serial/ti_usb_3410_5052.c static int ti_command_out_sync(struct ti_device *tdev, __u8 command,
command           342 drivers/usb/serial/ti_usb_3410_5052.c static int ti_command_in_sync(struct ti_device *tdev, __u8 command,
command          1507 drivers/usb/serial/ti_usb_3410_5052.c static int ti_command_out_sync(struct ti_device *tdev, __u8 command,
command          1513 drivers/usb/serial/ti_usb_3410_5052.c 		usb_sndctrlpipe(tdev->td_serial->dev, 0), command,
command          1524 drivers/usb/serial/ti_usb_3410_5052.c static int ti_command_in_sync(struct ti_device *tdev, __u8 command,
command          1530 drivers/usb/serial/ti_usb_3410_5052.c 		usb_rcvctrlpipe(tdev->td_serial->dev, 0), command,
command           157 drivers/usb/serial/whiteheat.c static int firm_send_command(struct usb_serial_port *port, __u8 command,
command           227 drivers/usb/serial/whiteheat.c 	__u8 *command;
command           234 drivers/usb/serial/whiteheat.c 	command = kmalloc(2, GFP_KERNEL);
command           235 drivers/usb/serial/whiteheat.c 	if (!command)
command           237 drivers/usb/serial/whiteheat.c 	command[0] = WHITEHEAT_GET_HW_INFO;
command           238 drivers/usb/serial/whiteheat.c 	command[1] = 0;
command           249 drivers/usb/serial/whiteheat.c 	ret = usb_bulk_msg(serial->dev, pipe, command, 2,
command           275 drivers/usb/serial/whiteheat.c 	} else if (result[0] != command[0]) {
command           299 drivers/usb/serial/whiteheat.c 	kfree(command);
command           315 drivers/usb/serial/whiteheat.c 	kfree(command);
command           321 drivers/usb/serial/whiteheat.c 	kfree(command);
command           547 drivers/usb/serial/whiteheat.c static int firm_send_command(struct usb_serial_port *port, __u8 command,
command           558 drivers/usb/serial/whiteheat.c 	dev_dbg(dev, "%s - command %d\n", __func__, command);
command           570 drivers/usb/serial/whiteheat.c 	transfer_buffer[0] = command;
command           599 drivers/usb/serial/whiteheat.c 		switch (command) {
command           311 drivers/usb/storage/alauda.c 	unsigned char command;
command           314 drivers/usb/storage/alauda.c 		command = ALAUDA_GET_XD_MEDIA_STATUS;
command           316 drivers/usb/storage/alauda.c 		command = ALAUDA_GET_SM_MEDIA_STATUS;
command           319 drivers/usb/storage/alauda.c 		command, 0xc0, 0, 1, data, 2);
command           332 drivers/usb/storage/alauda.c 	unsigned char command;
command           335 drivers/usb/storage/alauda.c 		command = ALAUDA_ACK_XD_MEDIA_CHANGE;
command           337 drivers/usb/storage/alauda.c 		command = ALAUDA_ACK_SM_MEDIA_CHANGE;
command           340 drivers/usb/storage/alauda.c 		command, 0x40, 0, 1, NULL, 0);
command           349 drivers/usb/storage/alauda.c 	unsigned char command;
command           352 drivers/usb/storage/alauda.c 		command = ALAUDA_GET_XD_MEDIA_SIG;
command           354 drivers/usb/storage/alauda.c 		command = ALAUDA_GET_SM_MEDIA_SIG;
command           357 drivers/usb/storage/alauda.c 		command, 0xc0, 0, 0, data, 4);
command           365 drivers/usb/storage/alauda.c 	unsigned char *command = us->iobuf;
command           367 drivers/usb/storage/alauda.c 	memset(command, 0, 9);
command           368 drivers/usb/storage/alauda.c 	command[0] = ALAUDA_BULK_CMD;
command           369 drivers/usb/storage/alauda.c 	command[1] = ALAUDA_BULK_RESET_MEDIA;
command           370 drivers/usb/storage/alauda.c 	command[8] = MEDIA_PORT(us);
command           373 drivers/usb/storage/alauda.c 		command, 9, NULL);
command           493 drivers/usb/storage/alauda.c 	unsigned char command[] = {
command           500 drivers/usb/storage/alauda.c 		command, 9, NULL);
command           523 drivers/usb/storage/alauda.c 	unsigned char command[] = {
command           529 drivers/usb/storage/alauda.c 		command, 9, NULL);
command           695 drivers/usb/storage/alauda.c 	unsigned char command[] = {
command           704 drivers/usb/storage/alauda.c 		command, 9, NULL);
command           725 drivers/usb/storage/alauda.c 	unsigned char command[] = {
command           733 drivers/usb/storage/alauda.c 		command, 9, NULL);
command           776 drivers/usb/storage/alauda.c 	unsigned char command[] = {
command           784 drivers/usb/storage/alauda.c 		command, 9, NULL);
command           140 drivers/usb/storage/datafab.c 	unsigned char *command = us->iobuf;
command           180 drivers/usb/storage/datafab.c 		command[0] = 0;
command           181 drivers/usb/storage/datafab.c 		command[1] = thistime;
command           182 drivers/usb/storage/datafab.c 		command[2] = sector & 0xFF;
command           183 drivers/usb/storage/datafab.c 		command[3] = (sector >> 8) & 0xFF;
command           184 drivers/usb/storage/datafab.c 		command[4] = (sector >> 16) & 0xFF;
command           186 drivers/usb/storage/datafab.c 		command[5] = 0xE0 + (info->lun << 4);
command           187 drivers/usb/storage/datafab.c 		command[5] |= (sector >> 24) & 0x0F;
command           188 drivers/usb/storage/datafab.c 		command[6] = 0x20;
command           189 drivers/usb/storage/datafab.c 		command[7] = 0x01;
command           192 drivers/usb/storage/datafab.c 		result = datafab_bulk_write(us, command, 8);
command           223 drivers/usb/storage/datafab.c 	unsigned char *command = us->iobuf;
command           268 drivers/usb/storage/datafab.c 		command[0] = 0;
command           269 drivers/usb/storage/datafab.c 		command[1] = thistime;
command           270 drivers/usb/storage/datafab.c 		command[2] = sector & 0xFF;
command           271 drivers/usb/storage/datafab.c 		command[3] = (sector >> 8) & 0xFF;
command           272 drivers/usb/storage/datafab.c 		command[4] = (sector >> 16) & 0xFF;
command           274 drivers/usb/storage/datafab.c 		command[5] = 0xE0 + (info->lun << 4);
command           275 drivers/usb/storage/datafab.c 		command[5] |= (sector >> 24) & 0x0F;
command           276 drivers/usb/storage/datafab.c 		command[6] = 0x30;
command           277 drivers/usb/storage/datafab.c 		command[7] = 0x02;
command           280 drivers/usb/storage/datafab.c 		result = datafab_bulk_write(us, command, 8);
command           324 drivers/usb/storage/datafab.c 	unsigned char *command = us->iobuf;
command           331 drivers/usb/storage/datafab.c 	memcpy(command, scommand, 8);
command           341 drivers/usb/storage/datafab.c 		command[5] = 0xa0;
command           343 drivers/usb/storage/datafab.c 		rc = datafab_bulk_write(us, command, 8);
command           356 drivers/usb/storage/datafab.c 		command[5] = 0xb0;
command           358 drivers/usb/storage/datafab.c 		rc = datafab_bulk_write(us, command, 8);
command           389 drivers/usb/storage/datafab.c 	unsigned char *command = us->iobuf;
command           402 drivers/usb/storage/datafab.c 	memcpy(command, scommand, 8);
command           407 drivers/usb/storage/datafab.c 	command[5] += (info->lun << 4);
command           409 drivers/usb/storage/datafab.c 	rc = datafab_bulk_write(us, command, 8);
command           158 drivers/usb/storage/jumpshot.c 	unsigned char *command = us->iobuf;
command           191 drivers/usb/storage/jumpshot.c 		command[0] = 0;
command           192 drivers/usb/storage/jumpshot.c 		command[1] = thistime;
command           193 drivers/usb/storage/jumpshot.c 		command[2] = sector & 0xFF;
command           194 drivers/usb/storage/jumpshot.c 		command[3] = (sector >>  8) & 0xFF;
command           195 drivers/usb/storage/jumpshot.c 		command[4] = (sector >> 16) & 0xFF;
command           197 drivers/usb/storage/jumpshot.c 		command[5] = 0xE0 | ((sector >> 24) & 0x0F);
command           198 drivers/usb/storage/jumpshot.c 		command[6] = 0x20;
command           202 drivers/usb/storage/jumpshot.c 					       0, 0x20, 0, 1, command, 7);
command           235 drivers/usb/storage/jumpshot.c 	unsigned char *command = us->iobuf;
command           273 drivers/usb/storage/jumpshot.c 		command[0] = 0;
command           274 drivers/usb/storage/jumpshot.c 		command[1] = thistime;
command           275 drivers/usb/storage/jumpshot.c 		command[2] = sector & 0xFF;
command           276 drivers/usb/storage/jumpshot.c 		command[3] = (sector >>  8) & 0xFF;
command           277 drivers/usb/storage/jumpshot.c 		command[4] = (sector >> 16) & 0xFF;
command           279 drivers/usb/storage/jumpshot.c 		command[5] = 0xE0 | ((sector >> 24) & 0x0F);
command           280 drivers/usb/storage/jumpshot.c 		command[6] = 0x30;
command           284 drivers/usb/storage/jumpshot.c 			0, 0x20, 0, 1, command, 7);
command           324 drivers/usb/storage/jumpshot.c 	unsigned char *command = us->iobuf;
command           331 drivers/usb/storage/jumpshot.c 	command[0] = 0xE0;
command           332 drivers/usb/storage/jumpshot.c 	command[1] = 0xEC;
command           339 drivers/usb/storage/jumpshot.c 				   0, 0x20, 0, 6, command, 2);
command           316 drivers/usb/storage/sddr09.c 			 unsigned char *command,
command           318 drivers/usb/storage/sddr09.c 	return sddr09_send_command(us, 0, USB_DIR_OUT, command, command_len);
command           328 drivers/usb/storage/sddr09.c 	unsigned char *command = us->iobuf;
command           331 drivers/usb/storage/sddr09.c 	memset(command, 0, 6);
command           332 drivers/usb/storage/sddr09.c 	command[1] = LUNBITS;
command           334 drivers/usb/storage/sddr09.c 	result = sddr09_send_scsi_command(us, command, 6);
command           349 drivers/usb/storage/sddr09.c 	unsigned char *command = us->iobuf;
command           352 drivers/usb/storage/sddr09.c 	memset(command, 0, 12);
command           353 drivers/usb/storage/sddr09.c 	command[0] = 0x03;
command           354 drivers/usb/storage/sddr09.c 	command[1] = LUNBITS;
command           355 drivers/usb/storage/sddr09.c 	command[4] = buflen;
command           357 drivers/usb/storage/sddr09.c 	result = sddr09_send_scsi_command(us, command, 12);
command           393 drivers/usb/storage/sddr09.c 	unsigned char *command = us->iobuf;
command           396 drivers/usb/storage/sddr09.c 	command[0] = 0xE8;
command           397 drivers/usb/storage/sddr09.c 	command[1] = LUNBITS | x;
command           398 drivers/usb/storage/sddr09.c 	command[2] = MSB_of(fromaddress>>16);
command           399 drivers/usb/storage/sddr09.c 	command[3] = LSB_of(fromaddress>>16); 
command           400 drivers/usb/storage/sddr09.c 	command[4] = MSB_of(fromaddress & 0xFFFF);
command           401 drivers/usb/storage/sddr09.c 	command[5] = LSB_of(fromaddress & 0xFFFF); 
command           402 drivers/usb/storage/sddr09.c 	command[6] = 0;
command           403 drivers/usb/storage/sddr09.c 	command[7] = 0;
command           404 drivers/usb/storage/sddr09.c 	command[8] = 0;
command           405 drivers/usb/storage/sddr09.c 	command[9] = 0;
command           406 drivers/usb/storage/sddr09.c 	command[10] = MSB_of(nr_of_pages);
command           407 drivers/usb/storage/sddr09.c 	command[11] = LSB_of(nr_of_pages);
command           409 drivers/usb/storage/sddr09.c 	result = sddr09_send_scsi_command(us, command, 12);
command           523 drivers/usb/storage/sddr09.c 	unsigned char *command = us->iobuf;
command           528 drivers/usb/storage/sddr09.c 	memset(command, 0, 12);
command           529 drivers/usb/storage/sddr09.c 	command[0] = 0xEA;
command           530 drivers/usb/storage/sddr09.c 	command[1] = LUNBITS;
command           531 drivers/usb/storage/sddr09.c 	command[6] = MSB_of(Eaddress>>16);
command           532 drivers/usb/storage/sddr09.c 	command[7] = LSB_of(Eaddress>>16);
command           533 drivers/usb/storage/sddr09.c 	command[8] = MSB_of(Eaddress & 0xFFFF);
command           534 drivers/usb/storage/sddr09.c 	command[9] = LSB_of(Eaddress & 0xFFFF);
command           536 drivers/usb/storage/sddr09.c 	result = sddr09_send_scsi_command(us, command, 12);
command           575 drivers/usb/storage/sddr09.c 	unsigned char *command = us->iobuf;
command           578 drivers/usb/storage/sddr09.c 	command[0] = 0xE9;
command           579 drivers/usb/storage/sddr09.c 	command[1] = LUNBITS;
command           581 drivers/usb/storage/sddr09.c 	command[2] = MSB_of(Waddress>>16);
command           582 drivers/usb/storage/sddr09.c 	command[3] = LSB_of(Waddress>>16);
command           583 drivers/usb/storage/sddr09.c 	command[4] = MSB_of(Waddress & 0xFFFF);
command           584 drivers/usb/storage/sddr09.c 	command[5] = LSB_of(Waddress & 0xFFFF);
command           586 drivers/usb/storage/sddr09.c 	command[6] = MSB_of(Eaddress>>16);
command           587 drivers/usb/storage/sddr09.c 	command[7] = LSB_of(Eaddress>>16);
command           588 drivers/usb/storage/sddr09.c 	command[8] = MSB_of(Eaddress & 0xFFFF);
command           589 drivers/usb/storage/sddr09.c 	command[9] = LSB_of(Eaddress & 0xFFFF);
command           591 drivers/usb/storage/sddr09.c 	command[10] = MSB_of(nr_of_pages);
command           592 drivers/usb/storage/sddr09.c 	command[11] = LSB_of(nr_of_pages);
command           594 drivers/usb/storage/sddr09.c 	result = sddr09_send_scsi_command(us, command, 12);
command           637 drivers/usb/storage/sddr09.c 	unsigned char *command = us->iobuf;
command           643 drivers/usb/storage/sddr09.c 	command[0] = 0xE7;
command           644 drivers/usb/storage/sddr09.c 	command[1] = LUNBITS;
command           645 drivers/usb/storage/sddr09.c 	command[2] = 0;
command           649 drivers/usb/storage/sddr09.c 	command[4*nsg+2] = ct;
command           650 drivers/usb/storage/sddr09.c 	command[4*nsg+1] = ((address >> 9) & 0xFF);
command           651 drivers/usb/storage/sddr09.c 	command[4*nsg+0] = ((address >> 17) & 0xFF);
command           652 drivers/usb/storage/sddr09.c 	command[4*nsg-1] = ((address >> 25) & 0xFF);
command           657 drivers/usb/storage/sddr09.c 	command[4*nsg+2] = ct;
command           658 drivers/usb/storage/sddr09.c 	command[4*nsg+1] = ((address >> 9) & 0xFF);
command           659 drivers/usb/storage/sddr09.c 	command[4*nsg+0] = ((address >> 17) & 0xFF);
command           660 drivers/usb/storage/sddr09.c 	command[4*nsg-1] = ((address >> 25) & 0xFF);
command           665 drivers/usb/storage/sddr09.c 	command[4*nsg+2] = ct;
command           666 drivers/usb/storage/sddr09.c 	command[4*nsg+1] = ((address >> 9) & 0xFF);
command           667 drivers/usb/storage/sddr09.c 	command[4*nsg+0] = ((address >> 17) & 0xFF);
command           668 drivers/usb/storage/sddr09.c 	command[4*nsg-1] = ((address >> 25) & 0xFF);
command           670 drivers/usb/storage/sddr09.c 	command[2] = nsg;
command           672 drivers/usb/storage/sddr09.c 	result = sddr09_send_scsi_command(us, command, 4*nsg+3);
command           711 drivers/usb/storage/sddr09.c 	unsigned char *command = us->iobuf;
command           717 drivers/usb/storage/sddr09.c 	memset(command, 0, 12);
command           718 drivers/usb/storage/sddr09.c 	command[0] = 0xEC;
command           719 drivers/usb/storage/sddr09.c 	command[1] = LUNBITS;
command           721 drivers/usb/storage/sddr09.c 	result = sddr09_send_scsi_command(us, command, 12);
command          1072 drivers/usb/storage/sddr09.c 	unsigned char *command = us->iobuf;
command          1076 drivers/usb/storage/sddr09.c 	memset(command, 0, 12);
command          1077 drivers/usb/storage/sddr09.c 	command[0] = 0xED;
command          1078 drivers/usb/storage/sddr09.c 	command[1] = LUNBITS;
command          1080 drivers/usb/storage/sddr09.c 	result = sddr09_send_scsi_command(us, command, 12);
command          1126 drivers/usb/storage/sddr09.c 	unsigned char *command = us->iobuf;
command          1128 drivers/usb/storage/sddr09.c 	memset(command, 0, 12);
command          1129 drivers/usb/storage/sddr09.c 	command[0] = 0xEB;
command          1130 drivers/usb/storage/sddr09.c 	command[1] = LUNBITS;
command          1132 drivers/usb/storage/sddr09.c 	return sddr09_send_scsi_command(us, command, 12);
command           130 drivers/usb/storage/sddr55.c 	unsigned char *command = us->iobuf;
command           135 drivers/usb/storage/sddr55.c 	memset(command, 0, 8);
command           136 drivers/usb/storage/sddr55.c 	command[5] = 0xB0;
command           137 drivers/usb/storage/sddr55.c 	command[7] = 0x80;
command           139 drivers/usb/storage/sddr55.c 		DMA_TO_DEVICE, command, 8);
command           193 drivers/usb/storage/sddr55.c 	unsigned char *command = us->iobuf;
command           241 drivers/usb/storage/sddr55.c 			command[0] = 0;
command           242 drivers/usb/storage/sddr55.c 			command[1] = LSB_of(address>>16);
command           243 drivers/usb/storage/sddr55.c 			command[2] = LSB_of(address>>8);
command           244 drivers/usb/storage/sddr55.c 			command[3] = LSB_of(address);
command           246 drivers/usb/storage/sddr55.c 			command[4] = 0;
command           247 drivers/usb/storage/sddr55.c 			command[5] = 0xB0;
command           248 drivers/usb/storage/sddr55.c 			command[6] = LSB_of(pages << (1 - info->smallpageshift));
command           249 drivers/usb/storage/sddr55.c 			command[7] = 0x85;
command           253 drivers/usb/storage/sddr55.c 				DMA_TO_DEVICE, command, 8);
command           312 drivers/usb/storage/sddr55.c 	unsigned char *command = us->iobuf;
command           365 drivers/usb/storage/sddr55.c 		command[4] = 0;
command           411 drivers/usb/storage/sddr55.c 			command[4] = 0x40;
command           416 drivers/usb/storage/sddr55.c 		command[1] = LSB_of(address>>16);
command           417 drivers/usb/storage/sddr55.c 		command[2] = LSB_of(address>>8); 
command           418 drivers/usb/storage/sddr55.c 		command[3] = LSB_of(address);
command           421 drivers/usb/storage/sddr55.c 		command[0] = LSB_of(lba % 1000);
command           422 drivers/usb/storage/sddr55.c 		command[6] = MSB_of(lba % 1000);
command           424 drivers/usb/storage/sddr55.c 		command[4] |= LSB_of(pages >> info->smallpageshift);
command           425 drivers/usb/storage/sddr55.c 		command[5] = 0xB0;
command           426 drivers/usb/storage/sddr55.c 		command[7] = 0x86;
command           430 drivers/usb/storage/sddr55.c 			DMA_TO_DEVICE, command, 8);
command           517 drivers/usb/storage/sddr55.c 	unsigned char *command = us->iobuf;
command           520 drivers/usb/storage/sddr55.c 	memset(command, 0, 8);
command           521 drivers/usb/storage/sddr55.c 	command[5] = 0xB0;
command           522 drivers/usb/storage/sddr55.c 	command[7] = 0x84;
command           523 drivers/usb/storage/sddr55.c 	result = sddr55_bulk_transport(us, DMA_TO_DEVICE, command, 8);
command           644 drivers/usb/storage/sddr55.c 	unsigned char *command = us->iobuf;
command           660 drivers/usb/storage/sddr55.c 	memset(command, 0, 8);
command           661 drivers/usb/storage/sddr55.c 	command[5] = 0xB0;
command           662 drivers/usb/storage/sddr55.c 	command[6] = numblocks * 2 / 256;
command           663 drivers/usb/storage/sddr55.c 	command[7] = 0x8A;
command           665 drivers/usb/storage/sddr55.c 	result = sddr55_bulk_transport(us, DMA_TO_DEVICE, command, 8);
command           679 drivers/usb/storage/sddr55.c 	result = sddr55_bulk_transport(us, DMA_FROM_DEVICE, command, 2);
command           346 drivers/usb/storage/shuttle_usbat.c 	unsigned char *command = us->iobuf;
command           348 drivers/usb/storage/shuttle_usbat.c 	command[0] = 0x40;
command           349 drivers/usb/storage/shuttle_usbat.c 	command[1] = USBAT_CMD_SET_FEAT;
command           355 drivers/usb/storage/shuttle_usbat.c 	command[2] = epp_control;
command           363 drivers/usb/storage/shuttle_usbat.c 	command[3] = external_trigger;
command           370 drivers/usb/storage/shuttle_usbat.c 	command[4] = test_pattern;
command           376 drivers/usb/storage/shuttle_usbat.c 	command[5] = mask_byte;
command           384 drivers/usb/storage/shuttle_usbat.c 	command[6] = subcountL;
command           385 drivers/usb/storage/shuttle_usbat.c 	command[7] = subcountH;
command           387 drivers/usb/storage/shuttle_usbat.c 	return usbat_execute_command(us, command, 8);
command           449 drivers/usb/storage/shuttle_usbat.c 	unsigned char *command = us->iobuf;
command           454 drivers/usb/storage/shuttle_usbat.c 	command[0] = 0xC0;
command           455 drivers/usb/storage/shuttle_usbat.c 	command[1] = USBAT_ATA | USBAT_CMD_READ_BLOCK;
command           456 drivers/usb/storage/shuttle_usbat.c 	command[2] = USBAT_ATA_DATA;
command           457 drivers/usb/storage/shuttle_usbat.c 	command[3] = 0;
command           458 drivers/usb/storage/shuttle_usbat.c 	command[4] = 0;
command           459 drivers/usb/storage/shuttle_usbat.c 	command[5] = 0;
command           460 drivers/usb/storage/shuttle_usbat.c 	command[6] = LSB_of(len);
command           461 drivers/usb/storage/shuttle_usbat.c 	command[7] = MSB_of(len);
command           463 drivers/usb/storage/shuttle_usbat.c 	result = usbat_execute_command(us, command, 8);
command           483 drivers/usb/storage/shuttle_usbat.c 	unsigned char *command = us->iobuf;
command           488 drivers/usb/storage/shuttle_usbat.c 	command[0] = 0x40;
command           489 drivers/usb/storage/shuttle_usbat.c 	command[1] = access | USBAT_CMD_WRITE_BLOCK;
command           490 drivers/usb/storage/shuttle_usbat.c 	command[2] = USBAT_ATA_DATA;
command           491 drivers/usb/storage/shuttle_usbat.c 	command[3] = 0;
command           492 drivers/usb/storage/shuttle_usbat.c 	command[4] = 0;
command           493 drivers/usb/storage/shuttle_usbat.c 	command[5] = 0;
command           494 drivers/usb/storage/shuttle_usbat.c 	command[6] = LSB_of(len);
command           495 drivers/usb/storage/shuttle_usbat.c 	command[7] = MSB_of(len);
command           497 drivers/usb/storage/shuttle_usbat.c 	result = usbat_execute_command(us, command, 8);
command           531 drivers/usb/storage/shuttle_usbat.c 	unsigned char *command = us->iobuf;
command           560 drivers/usb/storage/shuttle_usbat.c 			command[0] = 0x40;
command           561 drivers/usb/storage/shuttle_usbat.c 			command[1] = access | USBAT_CMD_WRITE_REGS;
command           562 drivers/usb/storage/shuttle_usbat.c 			command[2] = 0x07;
command           563 drivers/usb/storage/shuttle_usbat.c 			command[3] = 0x17;
command           564 drivers/usb/storage/shuttle_usbat.c 			command[4] = 0xFC;
command           565 drivers/usb/storage/shuttle_usbat.c 			command[5] = 0xE7;
command           566 drivers/usb/storage/shuttle_usbat.c 			command[6] = LSB_of(num_registers*2);
command           567 drivers/usb/storage/shuttle_usbat.c 			command[7] = MSB_of(num_registers*2);
command           572 drivers/usb/storage/shuttle_usbat.c 		command[cmdlen-8] = (direction==DMA_TO_DEVICE ? 0x40 : 0xC0);
command           573 drivers/usb/storage/shuttle_usbat.c 		command[cmdlen-7] = access |
command           576 drivers/usb/storage/shuttle_usbat.c 		command[cmdlen-6] = data_reg;
command           577 drivers/usb/storage/shuttle_usbat.c 		command[cmdlen-5] = status_reg;
command           578 drivers/usb/storage/shuttle_usbat.c 		command[cmdlen-4] = timeout;
command           579 drivers/usb/storage/shuttle_usbat.c 		command[cmdlen-3] = qualifier;
command           580 drivers/usb/storage/shuttle_usbat.c 		command[cmdlen-2] = LSB_of(len);
command           581 drivers/usb/storage/shuttle_usbat.c 		command[cmdlen-1] = MSB_of(len);
command           583 drivers/usb/storage/shuttle_usbat.c 		result = usbat_execute_command(us, command, cmdlen);
command           684 drivers/usb/storage/shuttle_usbat.c 	unsigned char *command = us->iobuf;
command           689 drivers/usb/storage/shuttle_usbat.c 	command[0] = 0x40;
command           690 drivers/usb/storage/shuttle_usbat.c 	command[1] = USBAT_ATA | USBAT_CMD_WRITE_REGS;
command           693 drivers/usb/storage/shuttle_usbat.c 	command[2] = 0;
command           694 drivers/usb/storage/shuttle_usbat.c 	command[3] = 0;
command           695 drivers/usb/storage/shuttle_usbat.c 	command[4] = 0;
command           696 drivers/usb/storage/shuttle_usbat.c 	command[5] = 0;
command           699 drivers/usb/storage/shuttle_usbat.c 	command[6] = LSB_of(num_registers*2);
command           700 drivers/usb/storage/shuttle_usbat.c 	command[7] = MSB_of(num_registers*2);
command           703 drivers/usb/storage/shuttle_usbat.c 	result = usbat_execute_command(us, command, 8);
command           742 drivers/usb/storage/shuttle_usbat.c 	unsigned char *command = us->iobuf;
command           744 drivers/usb/storage/shuttle_usbat.c 	command[0] = 0xC0;
command           745 drivers/usb/storage/shuttle_usbat.c 	command[1] = USBAT_ATA | USBAT_CMD_COND_READ_BLOCK;
command           746 drivers/usb/storage/shuttle_usbat.c 	command[2] = USBAT_ATA_DATA;
command           747 drivers/usb/storage/shuttle_usbat.c 	command[3] = USBAT_ATA_STATUS;
command           748 drivers/usb/storage/shuttle_usbat.c 	command[4] = 0xFD; /* Timeout (ms); */
command           749 drivers/usb/storage/shuttle_usbat.c 	command[5] = USBAT_QUAL_FCQ;
command           750 drivers/usb/storage/shuttle_usbat.c 	command[6] = LSB_of(len);
command           751 drivers/usb/storage/shuttle_usbat.c 	command[7] = MSB_of(len);
command           754 drivers/usb/storage/shuttle_usbat.c 	result = usbat_execute_command(us, command, 8);
command           784 drivers/usb/storage/shuttle_usbat.c 	unsigned char *command = us->iobuf;
command           786 drivers/usb/storage/shuttle_usbat.c 	command[0] = 0x40;
command           787 drivers/usb/storage/shuttle_usbat.c 	command[1] = USBAT_ATA | USBAT_CMD_COND_WRITE_BLOCK;
command           788 drivers/usb/storage/shuttle_usbat.c 	command[2] = USBAT_ATA_DATA;
command           789 drivers/usb/storage/shuttle_usbat.c 	command[3] = USBAT_ATA_STATUS;
command           790 drivers/usb/storage/shuttle_usbat.c 	command[4] = 0xFD; /* Timeout (ms) */
command           791 drivers/usb/storage/shuttle_usbat.c 	command[5] = USBAT_QUAL_FCQ;
command           792 drivers/usb/storage/shuttle_usbat.c 	command[6] = LSB_of(len);
command           793 drivers/usb/storage/shuttle_usbat.c 	command[7] = MSB_of(len);
command           796 drivers/usb/storage/shuttle_usbat.c 	result = usbat_execute_command(us, command, 8);
command          1059 drivers/usb/storage/shuttle_usbat.c 	unsigned char  command[3] = { 0x01, 0xA0, 0xEC };
command          1072 drivers/usb/storage/shuttle_usbat.c 	rc = usbat_multiple_write(us, registers, command, 3);
command          1121 drivers/usb/storage/shuttle_usbat.c 	unsigned char command[7];
command          1165 drivers/usb/storage/shuttle_usbat.c 		usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20);
command          1168 drivers/usb/storage/shuttle_usbat.c 		result = usbat_multiple_write(us, registers, command, 7);
command          1212 drivers/usb/storage/shuttle_usbat.c 	unsigned char command[7];
command          1260 drivers/usb/storage/shuttle_usbat.c 		usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30);
command          1263 drivers/usb/storage/shuttle_usbat.c 		result = usbat_multiple_write(us, registers, command, 7);
command           657 drivers/usb/usbip/stub_rx.c 	switch (pdu.base.command) {
command           108 drivers/usb/usbip/stub_tx.c 				  __u32 command, __u32 seqnum)
command           110 drivers/usb/usbip/stub_tx.c 	base->command	= command;
command           262 drivers/usb/usbip/usbip_common.c 		 pdu->base.command,
command           268 drivers/usb/usbip/usbip_common.c 	switch (pdu->base.command) {
command           418 drivers/usb/usbip/usbip_common.c 		base->command	= cpu_to_be32(base->command);
command           424 drivers/usb/usbip/usbip_common.c 		base->command	= be32_to_cpu(base->command);
command           493 drivers/usb/usbip/usbip_common.c 		cmd = pdu->base.command;
command           498 drivers/usb/usbip/usbip_common.c 		cmd = pdu->base.command;
command           142 drivers/usb/usbip/usbip_common.h 	__u32 command;
command           240 drivers/usb/usbip/vhci_rx.c 	switch (pdu.base.command) {
command           249 drivers/usb/usbip/vhci_rx.c 		pr_err("unknown pdu %u\n", pdu.base.command);
command            21 drivers/usb/usbip/vhci_tx.c 	pdup->base.command   = USBIP_CMD_SUBMIT;
command           207 drivers/usb/usbip/vhci_tx.c 		pdu_header.base.command = USBIP_CMD_UNLINK;
command           211 drivers/usb/usbip/vudc_rx.c 	switch (pdu.base.command) {
command            16 drivers/usb/usbip/vudc_tx.c 				  __u32 command, __u32 seqnum)
command            18 drivers/usb/usbip/vudc_tx.c 	base->command	= command;
command           178 drivers/video/backlight/ams369fg06.c 	unsigned char command)
command           184 drivers/video/backlight/ams369fg06.c 	if (command != COMMAND_ONLY)
command           185 drivers/video/backlight/ams369fg06.c 		ret = ams369fg06_spi_write_byte(lcd, 0x72, command);
command           131 drivers/video/backlight/lms501kf03.c 				unsigned char command)
command           133 drivers/video/backlight/lms501kf03.c 	return lms501kf03_spi_write_byte(lcd, address, command);
command            21 drivers/video/fbdev/aty/mach64_accel.c 	u32 command;
command           138 drivers/video/fbdev/fb-puv3.c 	unsigned int command = 0;
command           148 drivers/video/fbdev/fb-puv3.c 	command = (rop_alpha_sel << 26) | (pat_sel << 18) | (src_sel << 16)
command           149 drivers/video/fbdev/fb-puv3.c 		| (x_dir << 20) | (y_dir << 21) | (command << 24)
command           172 drivers/video/fbdev/fb-puv3.c 	writel(command, UGE_COMMAND);
command           228 drivers/video/fbdev/fb-puv3.c 	unsigned int command = 0;
command           255 drivers/video/fbdev/fb-puv3.c 	command = (rop_alpha_sel << 26) | (pat_sel << 18) | (src_sel << 16) |
command           256 drivers/video/fbdev/fb-puv3.c 		(x_dir << 20) | (y_dir << 21) | (command << 24) |
command           279 drivers/video/fbdev/fb-puv3.c 	writel(command, UGE_COMMAND);
command           150 drivers/w1/slaves/w1_ds28e17.c 	const u8 *command, size_t command_count,
command           158 drivers/w1/slaves/w1_ds28e17.c 	crc = crc16(CRC16_INIT, command, command_count);
command           159 drivers/w1/slaves/w1_ds28e17.c 	w1_write_block(sl->master, command, command_count);
command           196 drivers/w1/slaves/w1_ds28e17.c 	u8 command[2];
command           210 drivers/w1/slaves/w1_ds28e17.c 		command[0] = (stop ? W1_F19_WRITE_DATA_WITH_STOP
command           212 drivers/w1/slaves/w1_ds28e17.c 		command[1] = i2c_address << 1;
command           213 drivers/w1/slaves/w1_ds28e17.c 		result = __w1_f19_i2c_write(sl, command, 2, buffer, count);
command           219 drivers/w1/slaves/w1_ds28e17.c 		command[0] = W1_F19_WRITE_DATA_NO_STOP;
command           220 drivers/w1/slaves/w1_ds28e17.c 		command[1] = i2c_address << 1;
command           221 drivers/w1/slaves/w1_ds28e17.c 		result = __w1_f19_i2c_write(sl, command, 2, p,
command           236 drivers/w1/slaves/w1_ds28e17.c 			command[0] = W1_F19_WRITE_DATA_ONLY;
command           237 drivers/w1/slaves/w1_ds28e17.c 			result = __w1_f19_i2c_write(sl, command, 1, p,
command           252 drivers/w1/slaves/w1_ds28e17.c 		command[0] = (stop ? W1_F19_WRITE_DATA_ONLY_WITH_STOP
command           254 drivers/w1/slaves/w1_ds28e17.c 		result = __w1_f19_i2c_write(sl, command, 1, p, remaining);
command           117 drivers/watchdog/mei_wdt.c 	u8 command;
command           173 drivers/watchdog/mei_wdt.c 	req.hdr.command = MEI_MANAGEMENT_CONTROL;
command           201 drivers/watchdog/mei_wdt.c 	req.hdr.command = MEI_MANAGEMENT_CONTROL;
command           431 drivers/watchdog/mei_wdt.c 	if (res.hdr.command != MEI_MANAGEMENT_CONTROL ||
command            45 drivers/watchdog/sbc_fitpc2_wdt.c static void wdt_send_data(unsigned char command, unsigned char data)
command            49 drivers/watchdog/sbc_fitpc2_wdt.c 	outb(command, COMMAND_PORT);
command           104 drivers/watchdog/ziirave_wdt.c 				struct ziirave_wdt_rev *rev, u8 command)
command           108 drivers/watchdog/ziirave_wdt.c 	ret = i2c_smbus_read_byte_data(client, command);
command           114 drivers/watchdog/ziirave_wdt.c 	ret = i2c_smbus_read_byte_data(client, command + 1);
command           170 drivers/xen/manage.c 	const char command[SHUTDOWN_CMD_SIZE];
command           243 drivers/xen/manage.c 		if (strcmp(str, shutdown_handlers[idx].command) == 0)
command           354 drivers/xen/manage.c 			 shutdown_handlers[idx].command);
command           588 fs/autofs/dev-ioctl.c static int _autofs_dev_ioctl(unsigned int command,
command           599 fs/autofs/dev-ioctl.c 	cmd = _IOC_NR(command);
command           601 fs/autofs/dev-ioctl.c 	if (_IOC_TYPE(command) != _IOC_TYPE(AUTOFS_DEV_IOCTL_IOC_FIRST) ||
command           619 fs/autofs/dev-ioctl.c 	err = validate_dev_ioctl(command, param);
command           625 fs/autofs/dev-ioctl.c 		pr_warn("unknown command 0x%08x\n", command);
command           683 fs/autofs/dev-ioctl.c static long autofs_dev_ioctl(struct file *file, unsigned int command,
command           688 fs/autofs/dev-ioctl.c 	err = _autofs_dev_ioctl(command, (struct autofs_dev_ioctl __user *) u);
command           693 fs/autofs/dev-ioctl.c static long autofs_dev_ioctl_compat(struct file *file, unsigned int command,
command           696 fs/autofs/dev-ioctl.c 	return autofs_dev_ioctl(file, command, (unsigned long) compat_ptr(u));
command            63 fs/cifs/cifs_debug.c 			 le16_to_cpu(mid_entry->command),
command           406 fs/cifs/cifs_debug.c 					      le16_to_cpu(mid_entry->command),
command          1547 fs/cifs/cifsglob.h 	__le16 command;		/* smb command code */
command           164 fs/cifs/ioctl.c long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg)
command           177 fs/cifs/ioctl.c 	cifs_dbg(FYI, "cifs ioctl 0x%x\n", command);
command           178 fs/cifs/ioctl.c 	switch (command) {
command            97 fs/cifs/smb1ops.c 		    le16_to_cpu(mid->command) == buf->Command) {
command            54 fs/cifs/smb2inode.c 		 __u32 create_options, umode_t mode, void *ptr, int command,
command           123 fs/cifs/smb2inode.c 	switch (command) {
command           345 fs/cifs/smb2inode.c 	switch (command) {
command           558 fs/cifs/smb2inode.c 		   struct cifs_sb_info *cifs_sb, __u32 access, int command,
command           571 fs/cifs/smb2inode.c 			      command, cfile);
command           137 fs/cifs/smb2misc.c 	int command;
command           197 fs/cifs/smb2misc.c 	command = le16_to_cpu(shdr->Command);
command           198 fs/cifs/smb2misc.c 	if (command >= NUMBER_OF_SMB2_COMMANDS) {
command           199 fs/cifs/smb2misc.c 		cifs_dbg(VFS, "Illegal SMB2 command %d\n", command);
command           203 fs/cifs/smb2misc.c 	if (smb2_rsp_struct_sizes[command] != pdu->StructureSize2) {
command           204 fs/cifs/smb2misc.c 		if (command != SMB2_OPLOCK_BREAK_HE && (shdr->Status == 0 ||
command           208 fs/cifs/smb2misc.c 				 le16_to_cpu(pdu->StructureSize2), command);
command           210 fs/cifs/smb2misc.c 		} else if (command == SMB2_OPLOCK_BREAK_HE
command           230 fs/cifs/smb2misc.c 		if (command == SMB2_CREATE_HE &&
command           234 fs/cifs/smb2misc.c 		if (clc_len + 24 == len && command == SMB2_OPLOCK_BREAK_HE)
command           259 fs/cifs/smb2misc.c 			     len, clc_len, command, mid);
command           264 fs/cifs/smb2misc.c 			len, clc_len, command, mid);
command           277 fs/cifs/smb2ops.c 		    (mid->command == shdr->Command)) {
command           594 fs/cifs/smb2transport.c 	temp->command = shdr->Command; /* Always LE */
command            68 fs/cifs/transport.c 	temp->command = cpu_to_le16(smb_buffer->Command);
command            94 fs/cifs/transport.c 	__le16 command = midEntry->server->vals->lock_cmd;
command            95 fs/cifs/transport.c 	__u16 smb_cmd = le16_to_cpu(midEntry->command);
command           143 fs/cifs/transport.c 	    (midEntry->command != command)) {
command           155 fs/cifs/transport.c 			       midEntry->command, midEntry->mid);
command           877 fs/cifs/transport.c 		 __func__, le16_to_cpu(mid->command), mid->mid, mid->mid_state);
command          1137 fs/cifs/transport.c 				 midQ[i]->mid, le16_to_cpu(midQ[i]->command));
command           183 fs/ext4/namei.c #define dxtrace(command) command
command           185 fs/ext4/namei.c #define dxtrace(command)
command           572 fs/orangefs/devorangefs-req.c static inline long check_ioctl_command(unsigned int command)
command           575 fs/orangefs/devorangefs-req.c 	if (_IOC_TYPE(command) != ORANGEFS_DEV_MAGIC) {
command           577 fs/orangefs/devorangefs-req.c 			command,
command           578 fs/orangefs/devorangefs-req.c 			_IOC_TYPE(command),
command           583 fs/orangefs/devorangefs-req.c 	if (_IOC_NR(command) >= ORANGEFS_DEV_MAXNR || _IOC_NR(command) <= 0) {
command           585 fs/orangefs/devorangefs-req.c 			   _IOC_NR(command), ORANGEFS_DEV_MAXNR);
command           591 fs/orangefs/devorangefs-req.c static long dispatch_ioctl_command(unsigned int command, unsigned long arg)
command           603 fs/orangefs/devorangefs-req.c 	switch (command) {
command           700 fs/orangefs/devorangefs-req.c 			       unsigned int command, unsigned long arg)
command           705 fs/orangefs/devorangefs-req.c 	ret = check_ioctl_command(command);
command           709 fs/orangefs/devorangefs-req.c 	return (int)dispatch_ioctl_command(command, arg);
command           171 include/acpi/actbl1.h 	u8 command;
command           196 include/acpi/actbl1.h 	u8 command;
command           207 include/acpi/actbl1.h 	u8 command;
command          1324 include/acpi/actbl2.h 	u16 command;
command          1334 include/acpi/actbl2.h 	u32 command;
command          1556 include/acpi/actbl2.h 	u16 command;
command            32 include/drm/drm_mipi_dbi.h 	int (*command)(struct mipi_dbi *dbi, u8 *cmd, u8 *param, size_t num);
command            43 include/keys/trusted.h 			  const uint32_t command,
command           356 include/linux/acpi.h extern int ec_transaction(u8 command,
command            14 include/linux/armada-37xx-rwtm-mailbox.h 	u16 command;
command           497 include/linux/cper.h 	u16		command;
command           128 include/linux/firmware/intel/stratix10-svc-client.h 	enum stratix10_svc_command_code command;
command            19 include/linux/fsi-sbefifo.h int sbefifo_submit(struct device *dev, const __be32 *command, size_t cmd_len,
command           413 include/linux/ftrace.h void arch_ftrace_update_code(int command);
command           432 include/linux/ftrace.h void ftrace_run_stop_machine(int command);
command           462 include/linux/ftrace.h void ftrace_modify_all_code(int command);
command           130 include/linux/i2c.h 		   unsigned short flags, char read_write, u8 command,
command           135 include/linux/i2c.h 		     unsigned short flags, char read_write, u8 command,
command           144 include/linux/i2c.h 				    u8 command);
command           146 include/linux/i2c.h 				     u8 command, u8 value);
command           148 include/linux/i2c.h 				    u8 command);
command           150 include/linux/i2c.h 				     u8 command, u16 value);
command           153 include/linux/i2c.h i2c_smbus_read_word_swapped(const struct i2c_client *client, u8 command)
command           155 include/linux/i2c.h 	s32 value = i2c_smbus_read_word_data(client, command);
command           162 include/linux/i2c.h 			     u8 command, u16 value)
command           164 include/linux/i2c.h 	return i2c_smbus_write_word_data(client, command, swab16(value));
command           169 include/linux/i2c.h 				     u8 command, u8 *values);
command           171 include/linux/i2c.h 				      u8 command, u8 length, const u8 *values);
command           174 include/linux/i2c.h 					 u8 command, u8 length, u8 *values);
command           176 include/linux/i2c.h 					  u8 command, u8 length,
command           180 include/linux/i2c.h 					  u8 command, u8 length, u8 *values);
command           281 include/linux/i2c.h 	int (*command)(struct i2c_client *client, unsigned int cmd, void *arg);
command           542 include/linux/i2c.h 			  u8 command, int size, union i2c_smbus_data *data);
command           545 include/linux/i2c.h 				 u8 command, int size, union i2c_smbus_data *data);
command            60 include/linux/i8042.h int i8042_command(unsigned char *param, int command);
command            76 include/linux/i8042.h static inline int i8042_command(unsigned char *param, int command)
command           325 include/linux/ide.h 		u8 command;	/* write: command */
command           566 include/linux/libata.h 	u8			command;	/* IO operation */
command          1056 include/linux/libata.h 	return (tf->command == ATA_CMD_READ_MULTI) ||
command          1057 include/linux/libata.h 	       (tf->command == ATA_CMD_WRITE_MULTI) ||
command          1058 include/linux/libata.h 	       (tf->command == ATA_CMD_READ_MULTI_EXT) ||
command          1059 include/linux/libata.h 	       (tf->command == ATA_CMD_WRITE_MULTI_EXT) ||
command          1060 include/linux/libata.h 	       (tf->command == ATA_CMD_WRITE_MULTI_FUA_EXT);
command          1725 include/linux/libata.h 	qc->result_tf.command = ATA_DRDY;
command            53 include/linux/libps2.h int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command);
command            54 include/linux/libps2.h int ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command);
command            55 include/linux/libps2.h int ps2_sliced_command(struct ps2dev *ps2dev, u8 command);
command            54 include/linux/maple.h 	enum maple_code command;
command            97 include/linux/maple.h 	u32 command, u32 length, void *data);
command           130 include/linux/mfd/si476x-core.h 	wait_queue_head_t command;
command           992 include/linux/mlx5/driver.h const char *mlx5_command_str(int command);
command          9103 include/linux/mlx5/mlx5_ifc.h 	u8         command[0][0x20];
command           104 include/linux/mtd/onenand.h 	int (*command)(struct mtd_info *mtd, int cmd, loff_t address, size_t len);
command           999 include/linux/mtd/rawnand.h 	void (*cmdfunc)(struct nand_chip *chip, unsigned command, int column,
command          1283 include/linux/mtd/rawnand.h static inline int nand_opcode_8bits(unsigned int command)
command          1285 include/linux/mtd/rawnand.h 	switch (command) {
command           881 include/linux/netdevice.h 	enum bpf_netdev_command command;
command           751 include/linux/platform_data/cros_ec_commands.h 	uint16_t command;
command           854 include/linux/platform_data/cros_ec_commands.h 	uint16_t command;
command          5682 include/linux/platform_data/cros_ec_commands.h #define EC_PRIVATE_HOST_COMMAND_VALUE(command) \
command          5683 include/linux/platform_data/cros_ec_commands.h 	(EC_CMD_BOARD_SPECIFIC_BASE + (command))
command            68 include/linux/platform_data/cros_ec_proto.h 	uint32_t command;
command            32 include/linux/sony-laptop.h int sony_pic_camera_command(int command, u8 value);
command            34 include/linux/sony-laptop.h static inline int sony_pic_camera_command(int command, u8 value) { return 0; };
command            42 include/linux/spi/pxa2xx_spi.h 	void (*cs_control)(u32 command);
command            70 include/linux/usb/ehci_def.h 	u32		command;
command           356 include/media/rc-core.h 					   u8 command, u8 not_command,
command           361 include/media/rc-core.h 	if ((command ^ not_command) != 0xff) {
command           368 include/media/rc-core.h 			command;
command           374 include/media/rc-core.h 			   command;
command           378 include/media/rc-core.h 		scancode = address << 8 | command;
command           288 include/net/flow_offload.h 	enum flow_block_command command;
command           362 include/net/flow_offload.h 	enum flow_cls_command command;
command           385 include/net/flow_offload.h 				   enum flow_block_command command);
command           413 include/net/flow_offload.h 			  enum flow_block_command command);
command           563 include/net/pkt_cls.h 	enum tc_clsu32_command command;
command           649 include/net/pkt_cls.h 	enum tc_matchall_command command;
command           662 include/net/pkt_cls.h 	enum tc_clsbpf_command command;
command           707 include/net/pkt_cls.h 	enum tc_mq_command command;
command           734 include/net/pkt_cls.h 	enum tc_red_command command;
command           780 include/net/pkt_cls.h 	enum tc_gred_command command;
command           812 include/net/pkt_cls.h 	enum tc_prio_command command;
command           827 include/net/pkt_cls.h 	enum tc_root_command command;
command           170 include/net/pkt_sched.h 	u8 command; /* TC_TAPRIO_CMD_* */
command          2126 include/net/sctp/structs.h 				  enum sctp_transport_cmd command,
command           221 include/scsi/sas.h 	u8     command;
command           529 include/sound/gus.h extern void snd_gf1_lfo_command(struct snd_gus_card * gus, int voice, unsigned char *command);
command           240 include/sound/hdaudio.h 	int (*command)(struct hdac_bus *bus, unsigned int cmd);
command           290 include/sound/opl3.h 	void (*command) (struct snd_opl3 * opl3, unsigned short cmd, unsigned char val);
command           183 include/trace/events/libata.h 		__entry->cmd		= qc->tf.command;
command           240 include/trace/events/libata.h 		__entry->status		= qc->result_tf.command;
command            26 include/trace/events/smbus.h 		 char read_write, u8 command, int protocol,
command            28 include/trace/events/smbus.h 	TP_ARGS(adap, addr, flags, read_write, command, protocol, data),
command            36 include/trace/events/smbus.h 		__field(__u8,	command			)
command            44 include/trace/events/smbus.h 		__entry->command = command;
command            73 include/trace/events/smbus.h 		  __entry->command,
command            94 include/trace/events/smbus.h 		 char read_write, u8 command, int protocol),
command            95 include/trace/events/smbus.h 	TP_ARGS(adap, addr, flags, read_write, command, protocol),
command           103 include/trace/events/smbus.h 		__field(__u8,	command			)
command           110 include/trace/events/smbus.h 		__entry->command = command;
command           117 include/trace/events/smbus.h 		  __entry->command,
command           136 include/trace/events/smbus.h 		 char read_write, u8 command, int protocol,
command           138 include/trace/events/smbus.h 	TP_ARGS(adap, addr, flags, read_write, command, protocol, data, res),
command           144 include/trace/events/smbus.h 		__field(__u8,	command			)
command           152 include/trace/events/smbus.h 		__entry->command = command;
command           181 include/trace/events/smbus.h 		  __entry->command,
command           202 include/trace/events/smbus.h 		     char read_write, u8 command, int protocol,
command           204 include/trace/events/smbus.h 	    TP_ARGS(adap, addr, flags, read_write, command, protocol, res),
command           210 include/trace/events/smbus.h 		    __field(__u8,	command			)
command           219 include/trace/events/smbus.h 		    __entry->command = command;
command           227 include/trace/events/smbus.h 		      __entry->command,
command            83 include/uapi/drm/qxl_drm.h 	__u64		command; /* void* */
command            66 include/uapi/drm/virtgpu_drm.h 	__u64 command; /* void* */
command            78 include/uapi/linux/hdreg.h 	__u8 command;
command            93 include/uapi/linux/hdreg.h 	__u8 command;
command            59 include/uapi/linux/i2c-dev.h 	__u8 command;
command           115 include/uapi/linux/isst_if.h 	__u16 command;
command            82 include/uapi/linux/netfilter/nfnetlink_log.h 	__u8	command;	/* nfulnl_msg_config_cmds */
command            84 include/uapi/linux/netfilter/nfnetlink_queue.h 	__u8	command;	/* nfqnl_msg_config_cmds */
command            97 include/uapi/linux/pktcdvd.h 	__u32 command;				/* in: Setup, teardown, status */
command           140 include/uapi/linux/scc.h 	int  	 command;	/* one of the KISS-Commands defined above */
command           698 include/uapi/linux/soundcard.h 		int command;	/* Set to 0 if not used */
command           710 include/uapi/linux/soundcard.h 		int command;	/* Used internally. Set to 0 */
command            33 include/uapi/linux/vfio_ccw.h 	__u32 command;
command           181 include/uapi/linux/wimax/i2400m.h 	__le32 command;		/* Compose with enum i2400_brh */
command           147 include/uapi/rdma/ib_user_verbs.h 	__u32 command;
command            38 include/uapi/sound/firewire.h 	__be32 command;
command           354 kernel/bpf/offload.c 	data.command = cmd;
command           665 kernel/debug/kdb/kdb_main.c 	char **command;
command           677 kernel/debug/kdb/kdb_main.c 	char **save_command = s->command;
command           694 kernel/debug/kdb/kdb_main.c 	s->command = kcalloc(s->count + 1, sizeof(*(s->command)), GFP_KDB);
command           695 kernel/debug/kdb/kdb_main.c 	if (!s->command) {
command           701 kernel/debug/kdb/kdb_main.c 	memcpy(s->command, save_command, s->count * sizeof(*(s->command)));
command           702 kernel/debug/kdb/kdb_main.c 	s->command[s->count++] = kdb_strdup(cmdstr, GFP_KDB);
command           721 kernel/debug/kdb/kdb_main.c 				kdb_printf("%s", s->command[i]);
command           802 kernel/debug/kdb/kdb_main.c 		kdb_printf("[%s]kdb> %s\n", s->name, s->command[i]);
command           803 kernel/debug/kdb/kdb_main.c 		ret = kdb_parse(s->command[i]);
command          2531 kernel/trace/ftrace.c void ftrace_modify_all_code(int command)
command          2533 kernel/trace/ftrace.c 	int update = command & FTRACE_UPDATE_TRACE_FUNC;
command          2537 kernel/trace/ftrace.c 	if (command & FTRACE_MAY_SLEEP)
command          2556 kernel/trace/ftrace.c 	if (command & FTRACE_UPDATE_CALLS)
command          2558 kernel/trace/ftrace.c 	else if (command & FTRACE_DISABLE_CALLS)
command          2572 kernel/trace/ftrace.c 	if (command & FTRACE_START_FUNC_RET)
command          2574 kernel/trace/ftrace.c 	else if (command & FTRACE_STOP_FUNC_RET)
command          2581 kernel/trace/ftrace.c 	int *command = data;
command          2583 kernel/trace/ftrace.c 	ftrace_modify_all_code(*command);
command          2595 kernel/trace/ftrace.c void ftrace_run_stop_machine(int command)
command          2597 kernel/trace/ftrace.c 	stop_machine(__ftrace_modify_code, &command, NULL);
command          2607 kernel/trace/ftrace.c void __weak arch_ftrace_update_code(int command)
command          2609 kernel/trace/ftrace.c 	ftrace_run_stop_machine(command);
command          2612 kernel/trace/ftrace.c static void ftrace_run_update_code(int command)
command          2627 kernel/trace/ftrace.c 	arch_ftrace_update_code(command);
command          2633 kernel/trace/ftrace.c static void ftrace_run_modify_code(struct ftrace_ops *ops, int command,
command          2639 kernel/trace/ftrace.c 	ftrace_run_update_code(command);
command          2652 kernel/trace/ftrace.c static void ftrace_startup_enable(int command)
command          2656 kernel/trace/ftrace.c 		command |= FTRACE_UPDATE_TRACE_FUNC;
command          2659 kernel/trace/ftrace.c 	if (!command || !ftrace_enabled)
command          2662 kernel/trace/ftrace.c 	ftrace_run_update_code(command);
command          2665 kernel/trace/ftrace.c static void ftrace_startup_all(int command)
command          2668 kernel/trace/ftrace.c 	ftrace_startup_enable(command);
command          2672 kernel/trace/ftrace.c int ftrace_startup(struct ftrace_ops *ops, int command)
command          2705 kernel/trace/ftrace.c 		command |= FTRACE_UPDATE_CALLS;
command          2707 kernel/trace/ftrace.c 	ftrace_startup_enable(command);
command          2714 kernel/trace/ftrace.c int ftrace_shutdown(struct ftrace_ops *ops, int command)
command          2737 kernel/trace/ftrace.c 		command |= FTRACE_UPDATE_CALLS;
command          2743 kernel/trace/ftrace.c 		command |= FTRACE_UPDATE_TRACE_FUNC;
command          2746 kernel/trace/ftrace.c 	if (!command || !ftrace_enabled) {
command          2770 kernel/trace/ftrace.c 	ftrace_run_update_code(command);
command          2830 kernel/trace/ftrace.c 	int command;
command          2839 kernel/trace/ftrace.c 		command = FTRACE_UPDATE_CALLS;
command          2841 kernel/trace/ftrace.c 			command |= FTRACE_START_FUNC_RET;
command          2842 kernel/trace/ftrace.c 		ftrace_startup_enable(command);
command          2848 kernel/trace/ftrace.c 	int command;
command          2855 kernel/trace/ftrace.c 		command = FTRACE_DISABLE_CALLS;
command          2857 kernel/trace/ftrace.c 			command |= FTRACE_STOP_FUNC_RET;
command          2858 kernel/trace/ftrace.c 		ftrace_run_update_code(command);
command          4643 kernel/trace/ftrace.c 	char *func, *command, *next = buff;
command          4660 kernel/trace/ftrace.c 	command = strsep(&next, ":");
command          4664 kernel/trace/ftrace.c 		if (strcmp(p->name, command) == 0) {
command          4665 kernel/trace/ftrace.c 			ret = p->func(tr, hash, func, command, next, enable);
command          6264 kernel/trace/ftrace.c static inline void ftrace_startup_enable(int command) { }
command          6265 kernel/trace/ftrace.c static inline void ftrace_startup_all(int command) { }
command            34 kernel/trace/ftrace_internal.h int ftrace_startup(struct ftrace_ops *ops, int command);
command            35 kernel/trace/ftrace_internal.h int ftrace_shutdown(struct ftrace_ops *ops, int command);
command            43 kernel/trace/ftrace_internal.h # define ftrace_startup(ops, command)					\
command            50 kernel/trace/ftrace_internal.h # define ftrace_shutdown(ops, command)					\
command           219 kernel/trace/trace_events_trigger.c 	char *command, *next = buff;
command           223 kernel/trace/trace_events_trigger.c 	command = strsep(&next, ": \t");
command           224 kernel/trace/trace_events_trigger.c 	command = (command[0] != '!') ? command : command + 1;
command           228 kernel/trace/trace_events_trigger.c 		if (strcmp(p->name, command) == 0) {
command           229 kernel/trace/trace_events_trigger.c 			ret = p->func(p, file, buff, command, next);
command           165 kernel/trace/trace_probe.c 	char *command, *p;
command           177 kernel/trace/trace_probe.c 	command = kzalloc(len, GFP_KERNEL);
command           178 kernel/trace/trace_probe.c 	if (!command)
command           192 kernel/trace/trace_probe.c 	p = command;
command           201 kernel/trace/trace_probe.c 	tracing_log_err(NULL, trace_probe_log.subsystem, command,
command           204 kernel/trace/trace_probe.c 	kfree(command);
command          5078 net/core/dev.c 	switch (xdp->command) {
command          8318 net/core/dev.c 	xdp.command = cmd;
command          8334 net/core/dev.c 		xdp.command = XDP_SETUP_PROG_HW;
command          8336 net/core/dev.c 		xdp.command = XDP_SETUP_PROG;
command          8358 net/core/dev.c 	xdp.command = XDP_QUERY_PROG;
command          8366 net/core/dev.c 	xdp.command = XDP_QUERY_PROG_HW;
command           260 net/core/flow_offload.c 	switch (f->command) {
command           398 net/core/flow_offload.c 			   enum flow_block_command command)
command           404 net/core/flow_offload.c 		entry->cb(dev, cb, cb_priv, command);
command           486 net/core/flow_offload.c 			  enum flow_block_command command)
command           950 net/dsa/slave.c 	switch (cls->command) {
command          1006 net/dsa/slave.c 	switch (f->command) {
command           310 net/iucv/iucv.c static inline int __iucv_call_b2f0(int command, union iucv_param *parm)
command           316 net/iucv/iucv.c 	reg0 = command;
command           327 net/iucv/iucv.c static inline int iucv_call_b2f0(int command, union iucv_param *parm)
command           331 net/iucv/iucv.c 	ccode = __iucv_call_b2f0(command, parm);
command           164 net/netfilter/nf_tables_offload.c 				 enum flow_cls_command command)
command           181 net/netfilter/nf_tables_offload.c 	cls_flow.command = command;
command           240 net/netfilter/nf_tables_offload.c 	bo.command = cmd;
command           266 net/netfilter/nf_tables_offload.c 	bo.command = cmd;
command           285 net/netfilter/nf_tables_offload.c 	bo.command = cmd;
command           890 net/netfilter/nfnetlink_log.c 		switch (cmd->command) {
command           928 net/netfilter/nfnetlink_log.c 		switch (cmd->command) {
command          1271 net/netfilter/nfnetlink_queue.c 		switch (cmd->command) {
command          1319 net/netfilter/nfnetlink_queue.c 		switch (cmd->command) {
command           733 net/rxrpc/ar-internal.h 	enum rxrpc_command	command : 8;	/* The command to implement */
command           525 net/rxrpc/sendmsg.c 			if (p->command != RXRPC_CMD_SEND_DATA)
command           527 net/rxrpc/sendmsg.c 			p->command = RXRPC_CMD_SEND_ABORT;
command           536 net/rxrpc/sendmsg.c 			if (p->command != RXRPC_CMD_SEND_DATA)
command           538 net/rxrpc/sendmsg.c 			p->command = RXRPC_CMD_ACCEPT;
command           583 net/rxrpc/sendmsg.c 	if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA)
command           653 net/rxrpc/sendmsg.c 		.command		= RXRPC_CMD_SEND_DATA,
command           664 net/rxrpc/sendmsg.c 	if (p.command == RXRPC_CMD_ACCEPT) {
command           679 net/rxrpc/sendmsg.c 		if (p.command != RXRPC_CMD_SEND_DATA)
command           749 net/rxrpc/sendmsg.c 	} else if (p.command == RXRPC_CMD_SEND_ABORT) {
command           753 net/rxrpc/sendmsg.c 	} else if (p.command != RXRPC_CMD_SEND_DATA) {
command           610 net/sched/cls_api.c 			      enum flow_block_command command, bool ingress)
command           613 net/sched/cls_api.c 		.command	= command,
command           669 net/sched/cls_api.c 				      enum flow_block_command command)
command           674 net/sched/cls_api.c 	tc_indr_block_cmd(dev, block, cb, cb_priv, command, true);
command           677 net/sched/cls_api.c 	tc_indr_block_cmd(dev, block, cb, cb_priv, command, false);
command           683 net/sched/cls_api.c 			       enum flow_block_command command,
command           687 net/sched/cls_api.c 		.command	= command,
command           696 net/sched/cls_api.c 	flow_indr_block_call(dev, &bo, command);
command           708 net/sched/cls_api.c 				 enum flow_block_command command,
command           715 net/sched/cls_api.c 	bo.command = command;
command          1542 net/sched/cls_api.c 	switch (bo->command) {
command           158 net/sched/cls_bpf.c 	cls_bpf.command = TC_CLSBPF_OFFLOAD;
command           233 net/sched/cls_bpf.c 	cls_bpf.command = TC_CLSBPF_STATS;
command           680 net/sched/cls_bpf.c 		cls_bpf.command = TC_CLSBPF_OFFLOAD;
command           422 net/sched/cls_flower.c 	cls_flower.command = FLOW_CLS_DESTROY;
command           444 net/sched/cls_flower.c 	cls_flower.command = FLOW_CLS_REPLACE;
command           485 net/sched/cls_flower.c 	cls_flower.command = FLOW_CLS_STATS;
command          1808 net/sched/cls_flower.c 		cls_flower.command = add ?
command          1882 net/sched/cls_flower.c 	cls_flower.command = FLOW_CLS_TMPLT_CREATE;
command          1904 net/sched/cls_flower.c 	cls_flower.command = FLOW_CLS_TMPLT_DESTROY;
command            75 net/sched/cls_matchall.c 	cls_mall.command = TC_CLSMATCHALL_DESTROY;
command            97 net/sched/cls_matchall.c 	cls_mall.command = TC_CLSMATCHALL_REPLACE;
command           301 net/sched/cls_matchall.c 	cls_mall.command = add ?
command           335 net/sched/cls_matchall.c 	cls_mall.command = TC_CLSMATCHALL_STATS;
command           478 net/sched/cls_u32.c 	cls_u32.command = TC_CLSU32_DELETE_HNODE;
command           496 net/sched/cls_u32.c 	cls_u32.command = TC_CLSU32_NEW_HNODE;
command           522 net/sched/cls_u32.c 	cls_u32.command = TC_CLSU32_DELETE_KNODE;
command           539 net/sched/cls_u32.c 	cls_u32.command = TC_CLSU32_REPLACE_KNODE;
command          1160 net/sched/cls_u32.c 	cls_u32.command = add ? TC_CLSU32_NEW_HNODE : TC_CLSU32_DELETE_HNODE;
command          1182 net/sched/cls_u32.c 	cls_u32.command = add ?
command           857 net/sched/sch_api.c 		.command	= TC_ROOT_GRAFT,
command           310 net/sched/sch_gred.c static void gred_offload(struct Qdisc *sch, enum tc_gred_command command)
command           315 net/sched/sch_gred.c 		.command	= command,
command           323 net/sched/sch_gred.c 	if (command == TC_GRED_REPLACE) {
command           363 net/sched/sch_gred.c 	hw_stats->command = TC_GRED_STATS;
command            28 net/sched/sch_mq.c 		.command = cmd,
command            41 net/sched/sch_mq.c 		.command = TC_MQ_STATS,
command           209 net/sched/sch_mq.c 	graft_offload.command = TC_MQ_GRAFT;
command           154 net/sched/sch_prio.c 		opt.command = TC_PRIO_REPLACE;
command           160 net/sched/sch_prio.c 		opt.command = TC_PRIO_DESTROY;
command           250 net/sched/sch_prio.c 		.command = TC_PRIO_STATS,
command           310 net/sched/sch_prio.c 	graft_offload.command = TC_PRIO_GRAFT;
command           161 net/sched/sch_red.c 		opt.command = TC_RED_REPLACE;
command           170 net/sched/sch_red.c 		opt.command = TC_RED_DESTROY;
command           287 net/sched/sch_red.c 		.command = TC_RED_STATS,
command           339 net/sched/sch_red.c 			.command = TC_RED_XSTATS,
command           375 net/sched/sch_red.c 		.command	= TC_RED_GRAFT,
command            49 net/sched/sch_taprio.c 	u8 command;
command           786 net/sched/sch_taprio.c 		entry->command = nla_get_u8(
command          1195 net/sched/sch_taprio.c 		e->command = entry->command;
command          1723 net/sched/sch_taprio.c 	if (nla_put_u8(msg, TCA_TAPRIO_SCHED_ENTRY_CMD, entry->command))
command           782 net/sctp/associola.c 				  enum sctp_transport_cmd command,
command           791 net/sctp/associola.c 	switch (command) {
command           135 net/xdp/xdp_umem.c 	bpf.command = XDP_SETUP_XSK_UMEM;
command           165 net/xdp/xdp_umem.c 		bpf.command = XDP_SETUP_XSK_UMEM;
command            13 samples/bpf/tracex7_user.c 	char command[256];
command            23 samples/bpf/tracex7_user.c 	snprintf(command, 256, "mount %s tmpmnt/", argv[1]);
command            24 samples/bpf/tracex7_user.c 	f = popen(command, "r");
command           263 samples/mei/mei-amt-version.c 	uint32_t command;
command           282 samples/mei/mei-amt-version.c 	.command = AMT_HOST_IF_CODE_VERSIONS_REQUEST,
command           347 samples/mei/mei-amt-version.c static uint32_t amt_verify_response_header(uint32_t command,
command           356 samples/mei/mei-amt-version.c 	} else if (resp_hdr->command != command) {
command           368 samples/mei/mei-amt-version.c 			const unsigned char *command, ssize_t command_sz,
command           386 samples/mei/mei-amt-version.c 				command, command_sz, acmd->send_timeout);
command            29 samples/timers/hpet_example.c 	char		*command;
command            65 samples/timers/hpet_example.c 		if (!strcmp(argv[0], hpet_command[i].command)) {
command            69 samples/timers/hpet_example.c 				hpet_command[i].command);
command           605 security/apparmor/lsm.c 	char *command, *largs = NULL, *args = value;
command           625 security/apparmor/lsm.c 	command = strsep(&args, " ");
command           634 security/apparmor/lsm.c 		if (strcmp(command, "changehat") == 0) {
command           637 security/apparmor/lsm.c 		} else if (strcmp(command, "permhat") == 0) {
command           640 security/apparmor/lsm.c 		} else if (strcmp(command, "changeprofile") == 0) {
command           642 security/apparmor/lsm.c 		} else if (strcmp(command, "permprofile") == 0) {
command           644 security/apparmor/lsm.c 		} else if (strcmp(command, "stack") == 0) {
command           649 security/apparmor/lsm.c 		if (strcmp(command, "exec") == 0)
command           651 security/apparmor/lsm.c 		else if (strcmp(command, "stack") == 0)
command           178 security/keys/trusted.c 			  const uint32_t command,
command           203 security/keys/trusted.c 	ordinal = command;
command           263 security/keys/trusted.c 			  const uint32_t command,
command           291 security/keys/trusted.c 	ordinal = command;
command           331 sound/aoa/soundbus/i2sbus/pcm.c 	struct dbdma_cmd *command;
command           377 sound/aoa/soundbus/i2sbus/pcm.c 	command = pi->dbdma_ring.cmds;
command           378 sound/aoa/soundbus/i2sbus/pcm.c 	memset(command, 0, (nperiods + 2) * sizeof(struct dbdma_cmd));
command           396 sound/aoa/soundbus/i2sbus/pcm.c 	for (i = 0; i < nperiods; i++, command++, offset += periodsize) {
command           397 sound/aoa/soundbus/i2sbus/pcm.c 		command->command = cpu_to_le16(cmd);
command           398 sound/aoa/soundbus/i2sbus/pcm.c 		command->cmd_dep = cpu_to_le32(stopaddr);
command           399 sound/aoa/soundbus/i2sbus/pcm.c 		command->phy_addr = cpu_to_le32(offset);
command           400 sound/aoa/soundbus/i2sbus/pcm.c 		command->req_count = cpu_to_le16(periodsize);
command           404 sound/aoa/soundbus/i2sbus/pcm.c 	command->command = cpu_to_le16(DBDMA_NOP | BR_ALWAYS);
command           405 sound/aoa/soundbus/i2sbus/pcm.c 	command->cmd_dep = cpu_to_le32(pi->dbdma_ring.bus_cmd_start);
command           406 sound/aoa/soundbus/i2sbus/pcm.c 	command++;
command           409 sound/aoa/soundbus/i2sbus/pcm.c 	command->command = cpu_to_le16(DBDMA_STOP);
command            76 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, opl3_reg, data->am_vib);
command            80 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, opl3_reg, data->ksl_level);
command            84 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, opl3_reg, data->attack_decay);
command            88 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, opl3_reg, data->sustain_release);
command            92 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, opl3_reg, data->feedback_connection);
command            96 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, opl3_reg, data->wave_select);
command           110 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, opl3_reg, data->fnum);
command           114 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, opl3_reg, data->octave_f);
command           133 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, opl3_reg, reg_val);
command           143 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, opl3_reg, reg_val);
command           208 sound/drivers/opl3/opl3_drums.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION,
command            90 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER1_MASK | OPL3_TIMER2_MASK);
command            92 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_IRQ_RESET);
command            99 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER1, 0xff);
command           101 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER2_MASK | OPL3_TIMER1_START);
command           107 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER1_MASK | OPL3_TIMER2_MASK);
command           109 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_IRQ_RESET);
command           155 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER1, 256 - ticks);	/* timer 1 count */
command           156 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp);	/* enable timer 1 IRQ */
command           171 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp);	/* disable timer #1 */
command           192 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER2, 256 - ticks);	/* timer 1 count */
command           193 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp);	/* enable timer 1 IRQ */
command           208 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp);	/* disable timer #1 */
command           364 sound/drivers/opl3/opl3_lib.c 	if (! opl3->command) {
command           369 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TEST, OPL3_ENABLE_WAVE_SELECT);
command           371 sound/drivers/opl3/opl3_lib.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, 0x00);
command           381 sound/drivers/opl3/opl3_lib.c 		opl3->command(opl3, OPL3_RIGHT | OPL3_REG_MODE, OPL3_OPL3_ENABLE);
command           422 sound/drivers/opl3/opl3_lib.c 		opl3->command = &snd_opl3_command;
command           425 sound/drivers/opl3/opl3_lib.c 		opl3->command = &snd_opl2_command;
command           436 sound/drivers/opl3/opl3_lib.c 			opl3->command = &snd_opl3_command;
command           397 sound/drivers/opl3/opl3_midi.c 		opl3->command(opl3, opl3_reg, reg_val);
command           405 sound/drivers/opl3/opl3_midi.c 			opl3->command(opl3, opl3_reg, reg_val);
command           415 sound/drivers/opl3/opl3_midi.c 			opl3->command(opl3, opl3_reg, opl3->connection_reg);
command           422 sound/drivers/opl3/opl3_midi.c 			opl3->command(opl3, opl3_reg, opl3->connection_reg);
command           469 sound/drivers/opl3/opl3_midi.c 		opl3->command(opl3, opl3_reg, reg_val);
command           474 sound/drivers/opl3/opl3_midi.c 		opl3->command(opl3, opl3_reg, reg_val);
command           479 sound/drivers/opl3/opl3_midi.c 		opl3->command(opl3, opl3_reg, reg_val);
command           484 sound/drivers/opl3/opl3_midi.c 		opl3->command(opl3, opl3_reg, reg_val);
command           489 sound/drivers/opl3/opl3_midi.c 		opl3->command(opl3, opl3_reg, reg_val);
command           501 sound/drivers/opl3/opl3_midi.c 	opl3->command(opl3, opl3_reg, reg_val);
command           514 sound/drivers/opl3/opl3_midi.c 		opl3->command(opl3, opl3_reg, reg_val);
command           534 sound/drivers/opl3/opl3_midi.c 	opl3->command(opl3, opl3_reg, fnum);
command           546 sound/drivers/opl3/opl3_midi.c 	opl3->command(opl3, opl3_reg, blocknum);
command           633 sound/drivers/opl3/opl3_midi.c 	opl3->command(opl3, opl3_reg, vp->keyon_reg);
command           755 sound/drivers/opl3/opl3_midi.c 	opl3->command(opl3, opl3_reg, fnum);
command           764 sound/drivers/opl3/opl3_midi.c 	opl3->command(opl3, opl3_reg, blocknum);
command           818 sound/drivers/opl3/opl3_midi.c 		opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION,
command           826 sound/drivers/opl3/opl3_midi.c 		opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION,
command            62 sound/drivers/opl3/opl3_seq.c 		opl3->command(opl3, OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT,
command           104 sound/drivers/opl3/opl3_seq.c 		opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, opl3->drum_reg);
command           370 sound/drivers/opl3/opl3_synth.c 		opl3->command(opl3, opl3_reg, OPL3_TOTAL_LEVEL_MASK); /* Operator 1 volume */
command           372 sound/drivers/opl3/opl3_synth.c 		opl3->command(opl3, opl3_reg, OPL3_TOTAL_LEVEL_MASK); /* Operator 2 volume */
command           375 sound/drivers/opl3/opl3_synth.c 		opl3->command(opl3, opl3_reg, 0x00);	/* Note off */
command           381 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_TEST, OPL3_ENABLE_WAVE_SELECT);
command           382 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, 0x00);	/* Melodic mode */
command           416 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, opl3_reg, reg_val);
command           429 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, opl3_reg, reg_val);
command           486 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, opl3_reg, reg_val);
command           495 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, opl3_reg, reg_val);
command           504 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, opl3_reg, reg_val);
command           513 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, opl3_reg, reg_val);
command           529 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, opl3_reg, reg_val);
command           534 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, opl3_reg, reg_val);
command           547 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_KBD_SPLIT, reg_val);
command           575 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, reg_val);
command           586 sound/drivers/opl3/opl3_synth.c 		opl3->command(opl3, OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT, 0x00);	/* Clear 4-op connections */
command           602 sound/drivers/opl3/opl3_synth.c 	opl3->command(opl3, OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT, reg_val);
command           209 sound/drivers/portman2x4.c 	int command = ((port + 4) << 1);
command           220 sound/drivers/portman2x4.c 	command |= INT_EN;
command           228 sound/drivers/portman2x4.c 		portman_write_command(pm, command);
command           246 sound/drivers/portman2x4.c 	portman_write_command(pm, command | STROBE);
command           257 sound/drivers/portman2x4.c 	portman_write_command(pm, command);
command           362 sound/drivers/portman2x4.c 	int command = INT_EN;
command           365 sound/drivers/portman2x4.c 		command |= RXDATA0;
command           368 sound/drivers/portman2x4.c 		command |= RXDATA1;
command           372 sound/drivers/portman2x4.c 	portman_write_command(pm, command);
command           389 sound/drivers/portman2x4.c 	unsigned char command = 0;
command           393 sound/drivers/portman2x4.c 		command = RXDATA0;
command           396 sound/drivers/portman2x4.c 		command = RXDATA1;
command           406 sound/drivers/portman2x4.c 	portman_write_command(pm, command);
command           409 sound/drivers/portman2x4.c 	portman_write_command(pm, command | STROBE);
command           425 sound/drivers/portman2x4.c 	portman_write_command(pm, command | INT_EN);
command           230 sound/firewire/fcp.c 			const void *command, unsigned int command_size,
command           244 sound/firewire/fcp.c 	if (*(const u8 *)command == 0x00 || *(const u8 *)command == 0x03)
command           256 sound/firewire/fcp.c 					 (void *)command, command_size, 0);
command            29 sound/firewire/fcp.h 			const void *command, unsigned int command_size,
command           102 sound/firewire/fireworks/fireworks_command.c 		unsigned int command,
command           138 sound/firewire/fireworks/fireworks_command.c 	header->command	 = cpu_to_be32(command);
command           152 sound/firewire/fireworks/fireworks_command.c 	    (be32_to_cpu(header->command) != command) ||
command           156 sound/firewire/fireworks/fireworks_command.c 			be32_to_cpu(header->command),
command            18 sound/hda/hdac_bus.c 	.command = snd_hdac_bus_send_cmd,
command           106 sound/hda/hdac_bus.c 		err = bus->ops->command(bus, cmd);
command           232 sound/isa/sc6000.c static int sc6000_dsp_get_answer(char __iomem *vport, int command,
command           237 sound/isa/sc6000.c 	if (sc6000_write(vport, command)) {
command           238 sound/isa/sc6000.c 		snd_printk(KERN_ERR "CMD 0x%x: failed!\n", command);
command           180 sound/pci/asihpi/asihpi.c 	hm.u.d.u.buffer.command = HPI_BUFFER_CMD_INTERNAL_GRANTADAPTER;
command           201 sound/pci/asihpi/asihpi.c 	hm.u.d.u.buffer.command = HPI_BUFFER_CMD_INTERNAL_REVOKEADAPTER;
command          1335 sound/pci/asihpi/hpi.h u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command,
command           733 sound/pci/asihpi/hpi6205.c 	u32 command = phm->u.d.u.buffer.command;
command           739 sound/pci/asihpi/hpi6205.c 	if (command == HPI_BUFFER_CMD_EXTERNAL
command           740 sound/pci/asihpi/hpi6205.c 		|| command == HPI_BUFFER_CMD_INTERNAL_ALLOC) {
command           793 sound/pci/asihpi/hpi6205.c 	if (command == HPI_BUFFER_CMD_EXTERNAL
command           794 sound/pci/asihpi/hpi6205.c 		|| command == HPI_BUFFER_CMD_INTERNAL_GRANTADAPTER) {
command           864 sound/pci/asihpi/hpi6205.c 	u32 command = phm->u.d.u.buffer.command;
command           867 sound/pci/asihpi/hpi6205.c 		if (command == HPI_BUFFER_CMD_EXTERNAL
command           868 sound/pci/asihpi/hpi6205.c 			|| command == HPI_BUFFER_CMD_INTERNAL_REVOKEADAPTER) {
command           873 sound/pci/asihpi/hpi6205.c 		if (command == HPI_BUFFER_CMD_EXTERNAL
command           874 sound/pci/asihpi/hpi6205.c 			|| command == HPI_BUFFER_CMD_INTERNAL_FREE)
command          1019 sound/pci/asihpi/hpi6205.c 	u32 command = phm->u.d.u.buffer.command;
command          1025 sound/pci/asihpi/hpi6205.c 	if (command == HPI_BUFFER_CMD_EXTERNAL
command          1026 sound/pci/asihpi/hpi6205.c 		|| command == HPI_BUFFER_CMD_INTERNAL_ALLOC) {
command          1072 sound/pci/asihpi/hpi6205.c 	if (command == HPI_BUFFER_CMD_EXTERNAL
command          1073 sound/pci/asihpi/hpi6205.c 		|| command == HPI_BUFFER_CMD_INTERNAL_GRANTADAPTER) {
command          1141 sound/pci/asihpi/hpi6205.c 	u32 command = phm->u.d.u.buffer.command;
command          1144 sound/pci/asihpi/hpi6205.c 		if (command == HPI_BUFFER_CMD_EXTERNAL
command          1145 sound/pci/asihpi/hpi6205.c 			|| command == HPI_BUFFER_CMD_INTERNAL_REVOKEADAPTER) {
command          1150 sound/pci/asihpi/hpi6205.c 		if (command == HPI_BUFFER_CMD_EXTERNAL
command          1151 sound/pci/asihpi/hpi6205.c 			|| command == HPI_BUFFER_CMD_INTERNAL_FREE)
command           604 sound/pci/asihpi/hpi_internal.h 	u32 command; /**< HPI_BUFFER_CMD_xxx*/
command           801 sound/pci/asihpi/hpi_internal.h 		u16 command;
command          1293 sound/pci/asihpi/hpifunc.c u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command,
command          1301 sound/pci/asihpi/hpifunc.c 	hm.u.mx.store.command = command;
command          1928 sound/pci/cs4281.c 	opl3->command = snd_cs4281_opl3_command;
command           437 sound/pci/echoaudio/echoaudio.h static int send_vector(struct echoaudio *chip, u32 command);
command            66 sound/pci/echoaudio/echoaudio_dsp.c static int send_vector(struct echoaudio *chip, u32 command)
command            76 sound/pci/echoaudio/echoaudio_dsp.c 			set_dsp_register(chip, CHI32_VECTOR_REG, command);
command           999 sound/pci/hda/hda_controller.c 	.command = azx_send_cmd,
command            18 sound/pci/oxygen/xonar_hdmi.c static void hdmi_write_command(struct oxygen *chip, u8 command,
command            26 sound/pci/oxygen/xonar_hdmi.c 	oxygen_write_uart(chip, command);
command            30 sound/pci/oxygen/xonar_hdmi.c 	checksum = 0xfb + 0xef + command + count;
command           229 sound/ppc/pmac.c 	chip->extra_dma.cmds->command = cpu_to_le16(DBDMA_STOP);
command           247 sound/ppc/pmac.c 	cp->command = cpu_to_le16(DBDMA_NOP + BR_ALWAYS);
command           265 sound/ppc/pmac.c 	int i, command;
command           272 sound/ppc/pmac.c 		command = (subs->stream == SNDRV_PCM_STREAM_PLAYBACK ?
command           278 sound/ppc/pmac.c 			out_le16(&cp->command, command);
command           293 sound/ppc/pmac.c 			out_le16(&cp->command, DBDMA_STOP);
command           435 sound/ppc/pmac.c 	cp->command = cpu_to_le16(OUTPUT_MORE | BR_ALWAYS | INTR_ALWAYS);
command           753 sound/ppc/pmac.c 	chip->extra_dma.cmds->command = cpu_to_le16(OUTPUT_MORE + BR_ALWAYS);
command           765 sound/ppc/pmac.c 	chip->extra_dma.cmds->command = cpu_to_le16(DBDMA_STOP);
command            53 sound/soc/codecs/cros_ec_codec.c 	msg->command = EC_CMD_CODEC_I2S;
command            80 sound/soc/codecs/cros_ec_codec.c 	msg->command = EC_CMD_CODEC_I2S;
command            43 sound/soc/codecs/wm0010.c 	u8 command;
command            57 sound/soc/codecs/wm0010.c 	u8 command;
command           376 sound/soc/codecs/wm0010.c 	if (rec->command != DFW_CMD_INFO) {
command           407 sound/soc/codecs/wm0010.c 			rec->command, rec->length);
command           433 sound/soc/codecs/wm0010.c 		byte_swap_64((u64 *)&rec->command, img, len);
command           646 sound/soc/codecs/wm0010.c 		pll_rec.command = DFW_CMD_PLL;
command            46 sound/soc/fsl/mpc5200_dma.c 	out_8(&regs->command, MPC52xx_PSC_RST_ERR_STAT);
command           154 sound/soc/fsl/mpc5200_dma.c 		out_8(&regs->command, MPC52xx_PSC_RST_ERR_STAT);
command           259 sound/soc/fsl/mpc5200_dma.c 		out_8(&psc_dma->psc_regs->command, 4 << 4); /* reset error */
command           434 sound/soc/fsl/mpc5200_dma.c 	out_8(&psc_dma->psc_regs->command, MPC52xx_PSC_RST_RX);
command           436 sound/soc/fsl/mpc5200_dma.c 	out_8(&psc_dma->psc_regs->command, MPC52xx_PSC_RST_TX);
command           438 sound/soc/fsl/mpc5200_dma.c 	out_8(&psc_dma->psc_regs->command, MPC52xx_PSC_RST_ERR_STAT);
command           440 sound/soc/fsl/mpc5200_dma.c 	out_8(&psc_dma->psc_regs->command, MPC52xx_PSC_SEL_MODE_REG_1);
command           122 sound/soc/fsl/mpc5200_psc_ac97.c 	out_8(&regs->command, MPC52xx_PSC_TX_ENABLE | MPC52xx_PSC_RX_ENABLE);
command           210 sound/soc/fsl/mpc5200_psc_ac97.c 	out_8(&regs->command, MPC52xx_PSC_TX_ENABLE | MPC52xx_PSC_RX_ENABLE);
command           205 sound/soc/fsl/mpc5200_psc_i2s.c 	out_8(&psc_dma->psc_regs->command,
command           776 sound/soc/intel/skylake/skl.c 	.command = snd_hdac_bus_send_cmd,
command          1845 sound/sparc/dbri.c 	int command = D_INTR_GETCMD(x);
command          1853 sound/sparc/dbri.c 			cmds[command], val);
command          1861 sound/sparc/dbri.c 		if (command != D_WAIT)
command           205 sound/usb/caiaq/device.c 			       unsigned char command,
command           221 sound/usb/caiaq/device.c 	cdev->ep1_out_buf[0] = command;
command           227 sound/usb/caiaq/device.c 			       unsigned char command,
command           244 sound/usb/caiaq/device.c 	cdev->ep1_out_buf[0] = command;
command           129 sound/usb/caiaq/device.h 			       unsigned char command,
command           133 sound/usb/caiaq/device.h 			       unsigned char command,
command           132 sound/usb/line6/midibuf.c 	int command;
command           152 sound/usb/line6/midibuf.c 	command = this->buf[this->pos_read];
command           154 sound/usb/line6/midibuf.c 	if (command & 0x80) {
command           155 sound/usb/line6/midibuf.c 		midi_length = midibuf_message_length(command);
command           156 sound/usb/line6/midibuf.c 		this->command_prev = command;
command            39 tools/perf/builtin-probe.c 	int command;	/* Command short_name */
command           241 tools/perf/builtin-probe.c 	if (params.command == 'L') {
command           247 tools/perf/builtin-probe.c 	params.command = opt->short_name;
command           267 tools/perf/builtin-probe.c 	params.command = opt->short_name;
command           279 tools/perf/builtin-probe.c 		params.command = opt->short_name;
command           290 tools/perf/builtin-probe.c 		params.command = opt->short_name;
command           349 tools/perf/builtin-probe.c 	if (params.command == 'D') {	/* it shows definition */
command           610 tools/perf/builtin-probe.c 		if (params.command && params.command != 'a') {
command           619 tools/perf/builtin-probe.c 		params.command = 'a';
command           643 tools/perf/builtin-probe.c 	if (!strchr("lda", params.command) && symbol_conf.vmlinux_name)
command           646 tools/perf/builtin-probe.c 	switch (params.command) {
command          1865 tools/perf/util/annotate.c 	char *command;
command          1910 tools/perf/util/annotate.c 	err = asprintf(&command,
command          1927 tools/perf/util/annotate.c 	pr_debug("Executing: %s\n", command);
command          1931 tools/perf/util/annotate.c 		pr_err("Failure creating the pipe to run %s\n", command);
command          1937 tools/perf/util/annotate.c 		pr_err("Failure forking to run %s\n", command);
command          1945 tools/perf/util/annotate.c 		execl("/bin/sh", "sh", "-c", command, "--", symfs_filename,
command          1947 tools/perf/util/annotate.c 		perror(command);
command          1955 tools/perf/util/annotate.c 		pr_err("Failure creating FILE stream for %s\n", command);
command          1977 tools/perf/util/annotate.c 		pr_err("No output from %s\n", command);
command          1989 tools/perf/util/annotate.c 	free(command);
command           651 tools/perf/util/probe-file.c 	char *command;
command           675 tools/perf/util/probe-file.c 		command = synthesize_probe_trace_command(&tevs[i]);
command           676 tools/perf/util/probe-file.c 		if (!command)
command           678 tools/perf/util/probe-file.c 		strlist__add(entry->tevlist, command);
command           679 tools/perf/util/probe-file.c 		free(command);
command            13 tools/power/x86/intel-speed-select/isst-config.c 	char *command;
command           497 tools/power/x86/intel-speed-select/isst-config.c int isst_send_mbox_command(unsigned int cpu, unsigned char command,
command           507 tools/power/x86/intel-speed-select/isst-config.c 		cpu, command, sub_command, parameter, req_data);
command           509 tools/power/x86/intel-speed-select/isst-config.c 	if (isst_platform_info.mmio_supported && command == CONFIG_CLOS) {
command           554 tools/power/x86/intel-speed-select/isst-config.c 	mbox_cmds.mbox_cmd[0].command = command;
command           567 tools/power/x86/intel-speed-select/isst-config.c 			cpu, command, sub_command, parameter, req_data);
command           572 tools/power/x86/intel-speed-select/isst-config.c 			cpu, command, sub_command, parameter, req_data, *resp);
command          1575 tools/power/x86/intel-speed-select/isst-config.c 		    !strcmp(isst_cmds[i].command, cmd)) {
command           181 tools/power/x86/intel-speed-select/isst.h extern int isst_send_mbox_command(unsigned int cpu, unsigned char command,
command           186 tools/power/x86/intel-speed-select/isst.h extern int isst_send_msr_command(unsigned int cpu, unsigned int command,
command            44 tools/testing/selftests/bpf/flow_dissector_load.c 	char command[64];
command            52 tools/testing/selftests/bpf/flow_dissector_load.c 	sprintf(command, "rm -r %s", cfg_pin_path);
command            53 tools/testing/selftests/bpf/flow_dissector_load.c 	ret = system(command);
command            55 tools/testing/selftests/bpf/flow_dissector_load.c 		error(1, errno, "%s", command);
command            41 tools/usb/usbip/src/usbip.c static const struct command cmds[] = {
command            95 tools/usb/usbip/src/usbip.c 	const struct command *cmd;
command           127 tools/usb/usbip/src/usbip.c static int run_command(const struct command *cmd, int argc, char *argv[])
command            18 tools/usb/usbip/src/utils.c 	char command[SYSFS_BUS_ID_SIZE + 4];
command            29 tools/usb/usbip/src/utils.c 		cmd_size = snprintf(command, SYSFS_BUS_ID_SIZE + 4, "add %s",
command            32 tools/usb/usbip/src/utils.c 		cmd_size = snprintf(command, SYSFS_BUS_ID_SIZE + 4, "del %s",
command            35 tools/usb/usbip/src/utils.c 	rc = write_sysfs_attribute(match_busid_attr_path, command,