Searched defs:commands (Results 1 - 21 of 21) sorted by relevance

/drivers/scsi/
H A Dnsp32_debug.c53 static const char **commands[] = { variable
65 const char **table = commands[ group(opcode) ];
H A Daha152x.c76 * - fixed can_queue handling (multiple outstanding commands working again)
188 * - fixed bugs with multiple outstanding commands
191 * - multiple outstanding commands work (no problems with IBM drive)
194 * added multiple outstanding commands
217 * fixed some problems with timeouts due incomplete commands
474 /* pending commands to issue */
480 /* commands that disconnected */
509 int commands; /* current number of commands */ member in struct:aha152x_hostdata
1049 HOSTDATA(shpnt)->commands
[all...]
/drivers/scsi/pcmcia/
H A Dnsp_debug.c55 static const char **commands[] = { variable
67 const char **table = commands[ group(opcode) ];
/drivers/isdn/sc/
H A Dcommand.c38 static char *commands[] = { "ISDN_CMD_IOCTL", variable
/drivers/isdn/gigaset/
H A Di4l.c191 /* This function will be called by LL to send commands
192 * NOTE: LL ignores the returned value, for commands other than ISDN_CMD_IOCTL,
200 char **commands; local
246 commands = kzalloc(AT_NUM * (sizeof *commands), GFP_ATOMIC);
247 if (!commands) {
254 commands[AT_DIAL] = kmalloc(l, GFP_ATOMIC);
255 if (!commands[AT_DIAL])
260 commands[AT_TYPE] = kstrdup("^SCTP=0\r", GFP_ATOMIC);
261 if (!commands[AT_TYP
[all...]
H A Dcapi.c1282 * allocate a B channel, prepare dial commands, queue a DIAL event,
1292 char **commands; local
1326 commands = kzalloc(AT_NUM * (sizeof *commands), GFP_KERNEL);
1327 if (!commands)
1358 commands[AT_TYPE] = kstrdup(s, GFP_KERNEL);
1359 if (!commands[AT_TYPE])
1361 commands[AT_DIAL] = kmalloc(l + 3, GFP_KERNEL);
1362 if (!commands[AT_DIAL])
1364 snprintf(commands[AT_DIA
[all...]
H A Dev-layer.c20 /* bit masks for pending commands */
798 char **commands = data; local
812 kfree(bcs->commands[i]);
813 bcs->commands[i] = commands[i];
823 kfree(commands[i]);
824 commands[i] = NULL;
839 kfree(bcs->commands[i]);
840 bcs->commands[i] = NULL;
843 bcs->commands[AT_PROT
[all...]
H A Dgigaset.h68 DEBUG_CMD = 0x00020, /* sent/received LL commands */
85 DEBUG_LOCKCMD = 0x200000, /* AT commands and responses when
174 /* variable commands in struct bc_state */
382 char *commands[AT_NUM]; /* see AT_XXXX */ member in struct:bc_state
422 int onechannel; /* data and commands transmitted in one
468 int cur_at_seq; /* sequence of AT commands being
470 int curchannel; /* channel those commands are meant
475 /* tasklet for serializing AT commands.
565 /* Called from ev-layer.c/interface.c for sending AT commands to the
/drivers/video/omap2/displays/
H A Dpanel-picodlp.c158 const struct picodlp_i2c_command commands[],
163 r = picodlp_i2c_write(client, commands[i].reg,
164 commands[i].value);
371 * then only i2c commands can be successfully sent to dpp2600
157 picodlp_i2c_write_array(struct i2c_client *client, const struct picodlp_i2c_command commands[], int count) argument
/drivers/net/wireless/wl12xx/
H A Dspi.c269 u32 commands[WSPI_MAX_NUM_OF_CHUNKS]; local
279 cmd = &commands[0];
H A Dacx.h480 __le32 commands; member in struct:acx_isr_statistics
/drivers/block/mtip32xx/
H A Dmtip32xx.h363 * by the driver when issuing internal commands.
368 * by the DMA when the driver issues internal commands.
385 * used to queue commands when an internal command is in progress
394 struct mtip_cmd commands[MTIP_MAX_COMMAND_SLOTS]; member in struct:mtip_port
403 * Timer used to complete commands that have been active for too long.
/drivers/net/ethernet/i825xx/
H A D3c507.c102 The Tx ("command") unit executes a list of commands that look like:
114 enum commands { enum
H A D82596.c138 * the following commands are available (p5-18). The 32-bit port command
175 enum commands { enum
H A Dlib82596.c116 * the following commands are available (p5-18). The 32-bit port command
145 enum commands { enum
1247 * commands has the interrupt bit set. Should probably really
H A Dlp486e.c45 through linked lists of commands and buffers in the hostprocessors memory.
102 enum commands { enum
/drivers/s390/char/
H A Dsclp_cmd.c80 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, local
84 for (i = 0; i < ARRAY_SIZE(commands); i++) {
90 rc = sclp_cmd_sync_early(commands[i], sccb);
/drivers/usb/storage/
H A Dshuttle_usbat.c294 * Some USBAT-specific commands can only be executed over a command transport
295 * This transport allows one (len=8) or two (len=16) vendor-specific commands
299 unsigned char *commands,
304 commands, len);
1571 commands... just ATA Packet Commands.
298 usbat_execute_command(struct us_data *us, unsigned char *commands, unsigned int len) argument
/drivers/ata/
H A Dlibata-eh.c125 /* but no merciful 30sec for other commands, it just isn't worth it */
130 const u8 *commands; member in struct:ata_eh_cmd_timeout_ent
135 * commands. Each table entry is a command class and matches the
136 * commands the entry applies to and the timeout table to use.
149 { .commands = CMDS(ATA_CMD_ID_ATA, ATA_CMD_ID_ATAPI),
151 { .commands = CMDS(ATA_CMD_READ_NATIVE_MAX, ATA_CMD_READ_NATIVE_MAX_EXT),
153 { .commands = CMDS(ATA_CMD_SET_MAX, ATA_CMD_SET_MAX_EXT),
155 { .commands = CMDS(ATA_CMD_SET_FEATURES),
157 { .commands = CMDS(ATA_CMD_INIT_DEV_PARAMS),
159 { .commands
[all...]
/drivers/platform/x86/
H A Dsamsung-laptop.c147 const struct sabi_commands commands; member in struct:sabi_config
172 .commands = {
232 .commands = {
291 * This allow to call arbitrary sabi commands wihout
442 /* simple wrappers usable with most commands */
455 const struct sabi_commands *commands = &samsung->config->commands; local
460 retval = sabi_command(samsung, commands->get_brightness,
477 const struct sabi_commands *commands = &samsung->config->commands; local
538 const struct sabi_commands *commands = &samsung->config->commands; local
559 const struct sabi_commands *commands = &samsung->config->commands; local
572 const struct sabi_commands *commands = &samsung->config->commands; local
582 const struct sabi_commands *commands = &samsung->config->commands; local
635 const struct sabi_commands *commands = &config->commands; local
660 const struct sabi_commands *commands = &config->commands; local
688 const struct sabi_commands *commands = &samsung->config->commands; local
712 const struct sabi_commands *commands = &samsung->config->commands; local
757 const struct sabi_commands *commands = &samsung->config->commands; local
781 const struct sabi_commands *commands = &samsung->config->commands; local
952 const struct sabi_commands *commands = &samsung->config->commands; local
974 const struct sabi_commands *commands = &samsung->config->commands; local
991 const struct sabi_commands *commands = &samsung->config->commands; local
1332 const struct sabi_commands *commands; local
[all...]
/drivers/net/wireless/wl1251/
H A Dacx.h928 u32 commands; member in struct:acx_isr_statistics

Completed in 988 milliseconds