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
475 /* pending commands to issue */
481 /* commands that disconnected */
510 int commands; /* current number of commands */ member in struct:aha152x_hostdata
1050 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.c1277 * allocate a B channel, prepare dial commands, queue a DIAL event,
1287 char **commands; local
1321 commands = kzalloc(AT_NUM*(sizeof *commands), GFP_KERNEL);
1322 if (!commands)
1353 commands[AT_TYPE] = kstrdup(s, GFP_KERNEL);
1354 if (!commands[AT_TYPE])
1356 commands[AT_DIAL] = kmalloc(l+3, GFP_KERNEL);
1357 if (!commands[AT_DIAL])
1359 snprintf(commands[AT_DIA
[all...]
H A Dev-layer.c20 /* bit masks for pending commands */
797 char **commands = data; local
811 kfree(bcs->commands[i]);
812 bcs->commands[i] = commands[i];
822 kfree(commands[i]);
823 commands[i] = NULL;
838 kfree(bcs->commands[i]);
839 bcs->commands[i] = NULL;
842 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
469 int cur_at_seq; /* sequence of AT commands being
471 int curchannel; /* channel those commands are meant
476 /* tasklet for serializing AT commands.
566 /* Called from ev-layer.c/interface.c for sending AT commands to the
/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/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/platform/x86/
H A Dsamsung-laptop.c112 const struct sabi_commands commands; member in struct:sabi_config
133 .commands = {
180 .commands = {
272 * There are commands that need more, but not for the ones we
324 sabi_get_command(sabi_config->commands.get_backlight, &sretval);
327 sabi_set_command(sabi_config->commands.set_backlight, 0);
330 sabi_get_command(sabi_config->commands.get_backlight, &sretval);
335 sabi_set_command(sabi_config->commands.set_backlight, 1);
338 sabi_get_command(sabi_config->commands.get_backlight, &sretval);
346 sabi_get_command(sabi_config->commands
[all...]
/drivers/block/mtip32xx/
H A Dmtip32xx.h334 * by the driver when issuing internal commands.
339 * by the DMA when the driver issues internal commands.
350 * used to queue commands when an internal command is in progress
359 struct mtip_cmd commands[MTIP_MAX_COMMAND_SLOTS]; member in struct:mtip_port
368 * Timer used to complete commands that have been active for too long.
/drivers/net/ethernet/i825xx/
H A D3c507.c103 The Tx ("command") unit executes a list of commands that look like:
115 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.c79 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, local
83 for (i = 0; i < ARRAY_SIZE(commands); i++) {
89 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/net/wireless/wl1251/
H A Dacx.h928 u32 commands; member in struct:acx_isr_statistics

Completed in 459 milliseconds