Home
last modified time | relevance | path

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

12345678910>>...60

/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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 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 …]
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 …]
/linux-6.3-rc2/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-6.3-rc2/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.c143 I2C_SMBUS_READ, command, in i2c_smbus_read_byte_data()
164 I2C_SMBUS_WRITE, command, in i2c_smbus_write_byte_data()
183 I2C_SMBUS_READ, command, in i2c_smbus_read_word_data()
204 I2C_SMBUS_WRITE, command, in i2c_smbus_write_word_data()
231 I2C_SMBUS_READ, command, in i2c_smbus_read_block_data()
277 I2C_SMBUS_READ, command, in i2c_smbus_read_i2c_block_data()
354 msgbuf0[0] = command; in i2c_smbus_xfer_emulated()
572 command, protocol, data); in __i2c_smbus_xfer()
574 command, protocol); in __i2c_smbus_xfer()
591 command, protocol, data); in __i2c_smbus_xfer()
[all …]
/linux-6.3-rc2/drivers/usb/misc/
A Dftdi-elan.c371 struct u132_command *command = &ftdi->command[ in ftdi_elan_flush_targets() local
379 command->buffer = &command->value; in ftdi_elan_flush_targets()
393 struct u132_command *command = &ftdi->command[ in ftdi_elan_flush_targets() local
401 command->buffer = &command->value; in ftdi_elan_flush_targets()
429 struct u132_command *command = &ftdi->command[ in ftdi_elan_cancel_targets() local
437 command->buffer = &command->value; in ftdi_elan_cancel_targets()
1194 struct u132_command *command = &ftdi->command[ in ftdi_elan_write_reg() local
1202 command->buffer = &command->value; in ftdi_elan_write_reg()
1234 command->buffer = &command->value; in ftdi_elan_write_config()
1266 command->buffer = &command->value; in ftdi_elan_write_pcimem()
[all …]
/linux-6.3-rc2/drivers/input/misc/
A Dibm-panel.c20 u8 command[11]; member
33 sum += panel->command[i]; in ibm_panel_calculate_checksum()
52 if (panel->command[0] != 0xff && panel->command[1] != 0xf0) { in ibm_panel_process_command()
54 panel->command[0], panel->command[1]); in ibm_panel_process_command()
59 if (chksum != panel->command[sizeof(panel->command) - 1]) { in ibm_panel_process_command()
62 panel->command[sizeof(panel->command) - 1]); in ibm_panel_process_command()
66 button = panel->command[2] & 0xf; in ibm_panel_process_command()
69 !(panel->command[2] & 0x80)); in ibm_panel_process_command()
89 if (panel->idx == sizeof(panel->command)) in ibm_panel_i2c_slave_cb()
99 if (panel->idx < sizeof(panel->command)) in ibm_panel_i2c_slave_cb()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/wangxun/ngbe/
A Dngbe_mdio.c43 wr32(wx, NGBE_MSCA, command); in ngbe_phy_read_reg_mdi_c22()
47 wr32(wx, NGBE_MSCC, command); in ngbe_phy_read_reg_mdi_c22()
71 wr32(wx, NGBE_MSCA, command); in ngbe_phy_write_reg_mdi_c22()
72 command = value | in ngbe_phy_write_reg_mdi_c22()
76 wr32(wx, NGBE_MSCC, command); in ngbe_phy_write_reg_mdi_c22()
90 u32 val, command; in ngbe_phy_read_reg_mdi_c45() local
98 wr32(wx, NGBE_MSCA, command); in ngbe_phy_read_reg_mdi_c45()
102 wr32(wx, NGBE_MSCC, command); in ngbe_phy_read_reg_mdi_c45()
119 int ret, command; in ngbe_phy_write_reg_mdi_c45() local
127 wr32(wx, NGBE_MSCA, command); in ngbe_phy_write_reg_mdi_c45()
[all …]
/linux-6.3-rc2/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-6.3-rc2/drivers/media/platform/samsung/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/platform/chrome/
A Dcros_ec_trace.h27 __field(uint32_t, command)
33 __entry->offset = cmd->command / EC_CMD_PASSTHRU_OFFSET(CROS_EC_DEV_PD_INDEX);
34 __entry->command = cmd->command % EC_CMD_PASSTHRU_OFFSET(CROS_EC_DEV_PD_INDEX);
40 __print_symbolic(__entry->command, EC_CMDS),
50 __field(uint32_t, command)
58 __entry->offset = cmd->command / EC_CMD_PASSTHRU_OFFSET(CROS_EC_DEV_PD_INDEX);
59 __entry->command = cmd->command % EC_CMD_PASSTHRU_OFFSET(CROS_EC_DEV_PD_INDEX);
67 __print_symbolic(__entry->command, EC_CMDS),
/linux-6.3-rc2/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-6.3-rc2/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
595 case $command in
622 case $command in
652 case $command in
901 case $command in
[all …]
/linux-6.3-rc2/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 …]

Completed in 61 milliseconds

12345678910>>...60