Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 1810) sorted by relevance

12345678910>>...73

/linux/drivers/scsi/pcmcia/
A Dnsp_debug.c92 print_opcodek(command[0]); in print_commandk()
94 if ((command[0] >> 5) == 6 || in print_commandk()
95 (command[0] >> 5) == 7 ) { in print_commandk()
98 s = COMMAND_SIZE(command[0]); in print_commandk()
101 printk("%02x ", command[i]); in print_commandk()
110 (unsigned int)command[4] in print_commandk()
115 ((unsigned int)command[2] << 24) | in print_commandk()
118 ((unsigned int)command[5] ), in print_commandk()
120 ((unsigned int)command[8] ) in print_commandk()
128 ((unsigned int)command[5] ), in print_commandk()
[all …]
/linux/drivers/scsi/
A Dnsp32_debug.c90 print_opcodek(command[0]); in print_commandk()
92 if ((command[0] >> 5) == 6 || in print_commandk()
93 (command[0] >> 5) == 7 ) { in print_commandk()
96 s = COMMAND_SIZE(command[0]); in print_commandk()
100 printk("%02x ", command[i]); in print_commandk()
109 (unsigned int)command[4] in print_commandk()
114 ((unsigned int)command[2] << 24) | in print_commandk()
117 ((unsigned int)command[5] ), in print_commandk()
119 ((unsigned int)command[8] ) in print_commandk()
127 ((unsigned int)command[5] ), in print_commandk()
[all …]
/linux/drivers/usb/storage/
A Dshuttle_usbat.c348 command[0] = 0x40; in usbat_set_shuttle_features()
457 command[3] = 0; in usbat_read_block()
458 command[4] = 0; in usbat_read_block()
459 command[5] = 0; in usbat_read_block()
491 command[3] = 0; in usbat_write_block()
492 command[4] = 0; in usbat_write_block()
493 command[5] = 0; in usbat_write_block()
693 command[2] = 0; in usbat_multiple_write()
694 command[3] = 0; in usbat_multiple_write()
695 command[4] = 0; in usbat_multiple_write()
[all …]
A Dsddr09.c353 command[0] = 0x03; in sddr09_request_sense()
396 command[0] = 0xE8; in sddr09_readX()
402 command[6] = 0; in sddr09_readX()
403 command[7] = 0; in sddr09_readX()
404 command[8] = 0; in sddr09_readX()
405 command[9] = 0; in sddr09_readX()
529 command[0] = 0xEA; in sddr09_erase()
578 command[0] = 0xE9; in sddr09_writeX()
643 command[0] = 0xE7;
645 command[2] = 0;
[all …]
A Dsddr55.c136 command[5] = 0xB0; in sddr55_status()
137 command[7] = 0x80; in sddr55_status()
241 command[0] = 0; in sddr55_read_data()
246 command[4] = 0; in sddr55_read_data()
365 command[4] = 0; in sddr55_write_data()
425 command[5] = 0xB0; in sddr55_write_data()
426 command[7] = 0x86; in sddr55_write_data()
521 command[5] = 0xB0; in sddr55_read_deviceID()
522 command[7] = 0x84; in sddr55_read_deviceID()
661 command[5] = 0xB0; in sddr55_read_map()
[all …]
A Ddatafab.c180 command[0] = 0; in datafab_read_data()
181 command[1] = thistime; in datafab_read_data()
182 command[2] = sector & 0xFF; in datafab_read_data()
188 command[6] = 0x20; in datafab_read_data()
189 command[7] = 0x01; in datafab_read_data()
268 command[0] = 0; in datafab_write_data()
269 command[1] = thistime; in datafab_write_data()
276 command[6] = 0x30; in datafab_write_data()
277 command[7] = 0x02; in datafab_write_data()
340 command[5] = 0xa0; in datafab_determine_lun()
[all …]
/linux/drivers/mtd/devices/
A Dsst25l.c93 unsigned char command[2]; in sst25l_write_enable() local
144 unsigned char command[4]; in sst25l_erase_sector() local
153 command[2] = offset >> 8; in sst25l_erase_sector()
154 command[3] = offset; in sst25l_erase_sector()
212 unsigned char command[4]; in sst25l_read() local
219 command[1] = from >> 16; in sst25l_read()
220 command[2] = from >> 8; in sst25l_read()
221 command[3] = from; in sst25l_read()
254 unsigned char command[5]; in sst25l_write() local
274 command[3] = (to + i); in sst25l_write()
[all …]
A Dmtd_dataflash.c87 u8 command[4]; member
162 u8 *command; in dataflash_erase() local
177 x.tx_buf = command = priv->command; in dataflash_erase()
201 command[0], command[1], command[2], command[3], in dataflash_erase()
243 u8 *command; in dataflash_read() local
253 command = priv->command; in dataflash_read()
256 command[0], command[1], command[2], command[3]); in dataflash_read()
318 x[0].tx_buf = command = priv->command; in dataflash_write()
360 command[0], command[1], command[2], command[3]); in dataflash_write()
378 command[0], command[1], command[2], command[3]); in dataflash_write()
[all …]
/linux/include/trace/events/
A Dsmbus.h36 __field(__u8, command )
44 __entry->command = command;
73 __entry->command,
103 __field(__u8, command )
110 __entry->command = command;
117 __entry->command,
144 __field(__u8, command )
152 __entry->command = command;
181 __entry->command,
219 __entry->command = command;
[all …]
/linux/drivers/usb/misc/
A Dftdi-elan.c370 struct u132_command *command = &ftdi->command[ in ftdi_elan_flush_targets() local
378 command->buffer = &command->value; in ftdi_elan_flush_targets()
392 struct u132_command *command = &ftdi->command[ in ftdi_elan_flush_targets() local
400 command->buffer = &command->value; in ftdi_elan_flush_targets()
428 struct u132_command *command = &ftdi->command[ in ftdi_elan_cancel_targets() local
436 command->buffer = &command->value; in ftdi_elan_cancel_targets()
1193 struct u132_command *command = &ftdi->command[ in ftdi_elan_write_reg() local
1201 command->buffer = &command->value; in ftdi_elan_write_reg()
1233 command->buffer = &command->value; in ftdi_elan_write_config()
1265 command->buffer = &command->value; in ftdi_elan_write_pcimem()
[all …]
/linux/drivers/misc/ibmasm/
A Ddot_command.c56 struct command *command; in ibmasm_send_driver_vpd() local
62 command = ibmasm_new_command(sp, INIT_BUFFER_SIZE); in ibmasm_send_driver_vpd()
63 if (command == NULL) in ibmasm_send_driver_vpd()
85 ibmasm_exec_command(sp, command); in ibmasm_send_driver_vpd()
88 if (command->status != IBMASM_CMD_COMPLETE) in ibmasm_send_driver_vpd()
91 command_put(command); in ibmasm_send_driver_vpd()
98 unsigned char command[3]; member
112 struct command *cmd; in ibmasm_send_os_state()
125 os_state_cmd->command[0] = 4; in ibmasm_send_os_state()
126 os_state_cmd->command[1] = 3; in ibmasm_send_os_state()
[all …]
/linux/drivers/i2c/
A Di2c-stub.c64 u8 command; member
91 u8 command, bool create) in stub_find_block() argument
96 if (b->command == command) { in stub_find_block()
105 rb->command = command; in stub_find_block()
151 chip->pointer = command; in stub_xfer()
154 addr, command); in stub_xfer()
190 chip->pointer = command + 1; in stub_xfer()
227 addr, len, command); in stub_xfer()
235 addr, len, command); in stub_xfer()
270 addr, len, command); in stub_xfer()
[all …]
A Di2c-core-smbus.c142 I2C_SMBUS_READ, command, in i2c_smbus_read_byte_data()
163 I2C_SMBUS_WRITE, command, in i2c_smbus_write_byte_data()
182 I2C_SMBUS_READ, command, in i2c_smbus_read_word_data()
203 I2C_SMBUS_WRITE, command, in i2c_smbus_write_word_data()
230 I2C_SMBUS_READ, command, in i2c_smbus_read_block_data()
276 I2C_SMBUS_READ, command, in i2c_smbus_read_i2c_block_data()
353 msgbuf0[0] = command; in i2c_smbus_xfer_emulated()
571 command, protocol, data); in __i2c_smbus_xfer()
573 command, protocol); in __i2c_smbus_xfer()
590 command, protocol, data); in __i2c_smbus_xfer()
[all …]
/linux/tools/testing/selftests/tc-testing/plugin-lib/
A DnsPlugin.py51 return command
56 if not isinstance(command, list):
58 cmdlist = command.split()
60 cmdlist = command
72 command = ' '.join(cmdlist)
74 command = cmdlist
78 return command
121 def _exec_cmd(self, stage, command): argument
126 if '$' in command:
127 command = self._replace_keywords(command)
[all …]
/linux/drivers/usb/typec/ucsi/
A Ducsi.c184 u64 command; in ucsi_resume() local
255 u64 command; in ucsi_altmode_update_active() local
401 u64 command; in ucsi_register_altmodes_nvidia() local
472 u64 command; in ucsi_register_altmodes() local
564 u64 command; in ucsi_get_pdos() local
731 u64 command; in ucsi_check_connection() local
760 u64 command; in ucsi_handle_connector_change() local
846 u64 command; in ucsi_reset_connector() local
921 u64 command; in ucsi_dr_swap() local
959 u64 command; in ucsi_pr_swap() local
[all …]
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-encoder-cmd.rst13 VIDIOC_ENCODER_CMD - VIDIOC_TRY_ENCODER_CMD - Execute an encoder command
39 ``VIDIOC_ENCODER_CMD`` sends a command to the encoder,
51 After a STOP command, :c:func:`read()` calls will read
80 - The encoder command, see :ref:`encoder-cmds`.
84 flags are defined for this command, drivers and applications must
104 this command does nothing. No flags are defined for this command.
116 encoder is already stopped, this command does nothing.
127 already paused, this command does nothing. No flags are defined
128 for this command.
133 the encoder is already running, this command does nothing. No
[all …]
A Dvidioc-decoder-cmd.rst13 VIDIOC_DECODER_CMD - VIDIOC_TRY_DECODER_CMD - Execute an decoder command
39 ``VIDIOC_DECODER_CMD`` sends a command to the decoder,
76 - The decoder command, see :ref:`decoder-cmds`.
81 command, drivers and applications must set this field to zero.
88 ``V4L2_DEC_CMD_START`` command.
114 command.
149 ``V4L2_DEC_CMD_RESUME`` for that. This command has one flag:
164 command does nothing. This command has two flags: if
182 already paused, this command does nothing. This command has one
189 the decoder is already running, this command does nothing. No
[all …]
/linux/drivers/cpufreq/
A Dspeedstep-smi.c64 u32 command, result, magic, dummy; in speedstep_smi_ownership() local
68 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); in speedstep_smi_ownership()
72 command, smi_port); in speedstep_smi_ownership()
114 command, smi_port); in speedstep_smi_get_freqs()
124 : "a" (command), in speedstep_smi_get_freqs()
150 unsigned int result = 0, command, new_state, dummy; in speedstep_set_state() local
166 state, command, smi_port); in speedstep_set_state()
192 : "a" (command), "b" (function), "c" (state), in speedstep_set_state()
338 ist_info.signature, ist_info.command, in speedstep_init()
356 smi_port = ist_info.command & 0xff; in speedstep_init()
[all …]
/linux/Documentation/scsi/
A Darcmsr_spec.rst187 1. Sequence of command execution
213 command code
218 depends on command code
393 byte 2 command code 0x1b
608 byte 2 command code 0x32
618 byte 2 command code 0x33
627 byte 2 command code 0x34
636 byte 2 command code 0x35
654 byte 2 command code 0x37
690 byte 2 command code 0x40
[all …]
/linux/tools/bpf/bpftool/bash-completion/
A Dbpftool166 local command="$1"
178 case "$command" in
212 local command="$1"
224 case "$command" in
331 case $command in
350 case $command in
594 case $command in
621 case $command in
651 case $command in
906 case $command in
[all …]
/linux/drivers/media/platform/s5p-mfc/
A Ds5p_mfc_intr.c21 int s5p_mfc_wait_for_done_dev(struct s5p_mfc_dev *dev, int command) in s5p_mfc_wait_for_done_dev() argument
26 (dev->int_cond && (dev->int_type == command in s5p_mfc_wait_for_done_dev()
31 dev->int_type, command); in s5p_mfc_wait_for_done_dev()
38 dev->int_type, command); in s5p_mfc_wait_for_done_dev()
52 int command, int interrupt) in s5p_mfc_wait_for_done_ctx() argument
58 (ctx->int_cond && (ctx->int_type == command in s5p_mfc_wait_for_done_ctx()
63 (ctx->int_cond && (ctx->int_type == command in s5p_mfc_wait_for_done_ctx()
69 ctx->int_type, command); in s5p_mfc_wait_for_done_ctx()
76 ctx->int_type, command); in s5p_mfc_wait_for_done_ctx()
/linux/drivers/misc/eeprom/
A Deeprom_93cx6.c175 u16 command; in eeprom_93cx6_read() local
186 eeprom_93cx6_write_bits(eeprom, command, in eeprom_93cx6_read()
240 u16 command; in eeprom_93cx6_readb() local
252 eeprom_93cx6_write_bits(eeprom, command, in eeprom_93cx6_readb()
298 u16 command; in eeprom_93cx6_wren() local
306 command <<= (eeprom->width - 2); in eeprom_93cx6_wren()
308 eeprom_93cx6_write_bits(eeprom, command, in eeprom_93cx6_wren()
331 u16 command; in eeprom_93cx6_write() local
336 command = PCI_EEPROM_WRITE_OPCODE << eeprom->width; in eeprom_93cx6_write()
337 command |= addr; in eeprom_93cx6_write()
[all …]
/linux/drivers/acpi/acpica/
A Ddbhistry.c21 char *command; member
55 if (acpi_gbl_history_buffer[acpi_gbl_next_history_index].command != in acpi_db_add_to_history()
60 command); in acpi_db_add_to_history()
64 [acpi_gbl_next_history_index].command); in acpi_db_add_to_history()
66 command = acpi_os_allocate(cmd_len + 1); in acpi_db_add_to_history()
69 acpi_gbl_history_buffer[acpi_gbl_next_history_index].command = in acpi_db_add_to_history()
73 strcpy(acpi_gbl_history_buffer[acpi_gbl_next_history_index].command, in acpi_db_add_to_history()
122 if (acpi_gbl_history_buffer[history_index].command) { in acpi_db_display_history()
127 command); in acpi_db_display_history()
191 return (acpi_gbl_history_buffer[history_index].command); in acpi_db_get_history_by_index()
/linux/drivers/media/rc/
A Dir-rc5-decoder.c114 u8 xdata, command, system; in ir_rc5_decode() local
120 command = (data->bits & 0x00FC0) >> 6; in ir_rc5_decode()
123 command += (data->bits & 0x40000) ? 0 : 0x40; in ir_rc5_decode()
129 u8 command, system; in ir_rc5_decode() local
134 command = (data->bits & 0x0003F) >> 0; in ir_rc5_decode()
138 scancode = system << 8 | command; in ir_rc5_decode()
143 u8 command, system; in ir_rc5_decode() local
148 command = (data->bits & 0x0003F) >> 0; in ir_rc5_decode()
151 scancode = system << 6 | command; in ir_rc5_decode()
219 command = (scancode & 0x003f) >> 0; in ir_rc5_encode()
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
A DREADME42 This command will trigger a scan.
43 The command will then display the scan table entries
52 This command will be used to disconnect from an AP.
61 The command will be used to leave an ibss network.
64 The command will be used to get the connection status. The command will return parameters
90 This command is used to get driver info.
136 timeout_cmd_id = <command id of the last timeout command>
137 timeout_cmd_act = <command action of the last timeout command>
140 last_cmd_index = <0 based last command index>
141 last_cmd_resp_id = <command id of the last several command responses received from device>
[all …]

Completed in 70 milliseconds

12345678910>>...73