| /drivers/scsi/pcmcia/ |
| A D | nsp_debug.c | 92 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 …]
|
| /drivers/staging/gpib/include/ |
| A D | gpib_cmd.h | 74 static inline s32 is_PPE(u8 command) in is_PPE() argument 76 return (command & 0x70) == 0x60; in is_PPE() 79 static inline s32 is_PPD(u8 command) in is_PPD() argument 81 return (command & 0x70) == 0x70; in is_PPD() 86 return (command & 0x70) == 0x0; in in_addressed_command_group() 91 return (command & 0x70) == 0x10; in in_universal_command_group() 96 return (command & 0x60) == 0x20; in in_listen_address_group() 101 return (command & 0x60) == 0x40; in in_talk_address_group() 107 in_universal_command_group(command) || in in_primary_command_group() 108 in_listen_address_group(command) || in in_primary_command_group() [all …]
|
| /drivers/scsi/ |
| A D | nsp32_debug.c | 90 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 …]
|
| /drivers/usb/storage/ |
| A D | shuttle_usbat.c | 349 command[0] = 0x40; in usbat_set_shuttle_features() 458 command[3] = 0; in usbat_read_block() 459 command[4] = 0; in usbat_read_block() 460 command[5] = 0; in usbat_read_block() 492 command[3] = 0; in usbat_write_block() 493 command[4] = 0; in usbat_write_block() 494 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 D | sddr09.c | 353 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 D | sddr55.c | 136 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 D | datafab.c | 180 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 …]
|
| /drivers/mtd/devices/ |
| A D | sst25l.c | 93 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 D | mtd_dataflash.c | 86 u8 command[4]; member 161 u8 *command; in dataflash_erase() local 176 x.tx_buf = command = priv->command; in dataflash_erase() 200 command[0], command[1], command[2], command[3], in dataflash_erase() 242 u8 *command; in dataflash_read() local 252 command = priv->command; in dataflash_read() 255 command[0], command[1], command[2], command[3]); in dataflash_read() 317 x[0].tx_buf = command = priv->command; in dataflash_write() 359 command[0], command[1], command[2], command[3]); in dataflash_write() 377 command[0], command[1], command[2], command[3]); in dataflash_write() [all …]
|
| /drivers/i2c/ |
| A D | i2c-stub.c | 64 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 D | i2c-core-smbus.c | 144 I2C_SMBUS_READ, command, in i2c_smbus_read_byte_data() 165 I2C_SMBUS_WRITE, command, in i2c_smbus_write_byte_data() 184 I2C_SMBUS_READ, command, in i2c_smbus_read_word_data() 205 I2C_SMBUS_WRITE, command, in i2c_smbus_write_word_data() 232 I2C_SMBUS_READ, command, in i2c_smbus_read_block_data() 278 I2C_SMBUS_READ, command, in i2c_smbus_read_i2c_block_data() 355 msgbuf0[0] = command; in i2c_smbus_xfer_emulated() 573 command, protocol, data); in __i2c_smbus_xfer() 575 command, protocol); in __i2c_smbus_xfer() 592 command, protocol, data); in __i2c_smbus_xfer() [all …]
|
| /drivers/misc/ibmasm/ |
| A D | dot_command.c | 56 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 …]
|
| A D | command.c | 20 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size) in ibmasm_new_command() 22 struct command *cmd; in ibmasm_new_command() 27 cmd = kzalloc(sizeof(struct command), GFP_KERNEL); in ibmasm_new_command() 54 struct command *cmd = to_command(kref); in ibmasm_free_command() 63 static void enqueue_command(struct service_processor *sp, struct command *cmd) in enqueue_command() 68 static struct command *dequeue_command(struct service_processor *sp) in dequeue_command() 70 struct command *cmd; in dequeue_command() 78 cmd = list_entry(next, struct command, queue_node); in dequeue_command() 105 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd) in ibmasm_exec_command() 148 void ibmasm_wait_for_response(struct command *cmd, int timeout) in ibmasm_wait_for_response() [all …]
|
| /drivers/input/misc/ |
| A D | ibm-panel.c | 20 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() 88 if (panel->idx == sizeof(panel->command)) in ibm_panel_i2c_slave_cb() 98 if (panel->idx < sizeof(panel->command)) in ibm_panel_i2c_slave_cb() [all …]
|
| /drivers/cpufreq/ |
| A D | speedstep-smi.c | 64 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() 337 ist_info.signature, ist_info.command, in speedstep_init() 355 smi_port = ist_info.command & 0xff; in speedstep_init() [all …]
|
| /drivers/usb/typec/ucsi/ |
| A D | ucsi.c | 148 u64 command; in ucsi_read_error() local 316 u64 command; in ucsi_altmode_update_active() local 494 u64 command; in ucsi_register_altmodes_nvidia() local 564 u64 command; in ucsi_register_altmodes() local 672 u64 command; in ucsi_read_pdos() local 760 u64 command; in ucsi_get_pd_message() local 934 u64 command; in ucsi_register_cable() local 992 u64 command; in ucsi_check_connector_capability() local 1331 u64 command; in ucsi_reset_connector() local 1345 u64 command; in ucsi_reset_ppm() local [all …]
|
| /drivers/misc/eeprom/ |
| A D | eeprom_93cx6.c | 176 u16 command; in eeprom_93cx6_read() local 187 eeprom_93cx6_write_bits(eeprom, command, in eeprom_93cx6_read() 246 u16 command; in eeprom_93cx6_readb() local 258 eeprom_93cx6_write_bits(eeprom, command, in eeprom_93cx6_readb() 309 u16 command; in eeprom_93cx6_wren() local 317 command <<= (eeprom->width - 2); in eeprom_93cx6_wren() 319 eeprom_93cx6_write_bits(eeprom, command, in eeprom_93cx6_wren() 342 u16 command; in eeprom_93cx6_write() local 347 command = PCI_EEPROM_WRITE_OPCODE << eeprom->width; in eeprom_93cx6_write() 348 command |= addr; in eeprom_93cx6_write() [all …]
|
| /drivers/media/rc/ |
| A D | ir-rc5-decoder.c | 114 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 …]
|
| /drivers/media/platform/samsung/s5p-mfc/ |
| A D | s5p_mfc_intr.c | 21 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()
|
| /drivers/acpi/acpica/ |
| A D | dbhistry.c | 21 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()
|
| /drivers/hwmon/pmbus/ |
| A D | max31785.c | 58 int command, u16 data) in max31785_i2c_write_byte_data() argument 70 int command) in max31785_i2c_read_word_data() argument 82 int page, int command) in _max31785_read_byte_data() argument 94 int page, int command, u16 data) in _max31785_write_byte_data() argument 106 int page, int phase, int command) in _max31785_read_word_data() argument 210 int command; in max31785_get_pwm_mode() local 219 if (command < 0) in max31785_get_pwm_mode() 220 return command; in max31785_get_pwm_mode() 223 return (command >= 0x8000) ? 3 : 2; in max31785_get_pwm_mode() 225 if (command >= 0x8000) in max31785_get_pwm_mode() [all …]
|
| /drivers/platform/chrome/ |
| A D | cros_ec_trace.h | 27 __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),
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | README | 42 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 …]
|
| /drivers/net/ieee802154/ |
| A D | ca8210.c | 1075 command.length = 3; in tdme_setsfr_request_sync() 1082 command.length + 2, in tdme_setsfr_request_sync() 1503 command.length = 1; in mlme_reset_request_sync() 1508 command.length + 2, in mlme_reset_request_sync() 1592 command.length + 2, in mlme_set_request_sync() 1634 command.length + 2, in hwme_set_request_sync() 1665 command.length = 1; in hwme_get_request_sync() 1867 command[26] in ca8210_net_rx() 1880 command[2], in ca8210_net_rx() 2484 command, in ca8210_test_int_user_write() [all …]
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_bsg.h | 47 uint32_t command; member 54 uint32_t command; member 65 uint32_t command; member 75 uint32_t command; member 82 uint32_t command; member 91 uint32_t command; member 104 uint32_t command; member 124 uint32_t command; member 318 uint32_t command; member 325 uint32_t command; member [all …]
|