Searched refs:commands (Results 1 - 25 of 27) sorted by relevance

12

/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.c1325 * allocate a B channel, prepare dial commands, queue a DIAL event,
1335 char **commands; local
1373 commands = kzalloc(AT_NUM * (sizeof *commands), GFP_KERNEL);
1374 if (!commands)
1405 commands[AT_TYPE] = kstrdup(s, GFP_KERNEL);
1406 if (!commands[AT_TYPE])
1408 commands[AT_DIAL] = kmalloc(l + 3, GFP_KERNEL);
1409 if (!commands[AT_DIAL])
1411 snprintf(commands[AT_DIA
[all...]
H A Dev-layer.c20 /* bit masks for pending commands */
823 char **commands = data; local
837 kfree(bcs->commands[i]);
838 bcs->commands[i] = commands[i];
848 kfree(commands[i]);
849 commands[i] = NULL;
864 kfree(bcs->commands[i]);
865 bcs->commands[i] = NULL;
868 bcs->commands[AT_PROT
[all...]
H A Dcommon.c400 kfree(bcs->commands[i]);
401 bcs->commands[i] = NULL;
641 bcs->commands[i] = NULL;
655 * @onechannel: !=0 if B channel data and AT commands share one
H A Dgigaset.h68 DEBUG_CMD = 0x00020, /* sent/received LL commands */
85 DEBUG_LOCKCMD = 0x200000, /* AT commands and responses when
173 /* variable commands in struct bc_state */
385 char *commands[AT_NUM]; /* see AT_XXXX */ member in struct:bc_state
425 int onechannel; /* data and commands transmitted in one
471 int cur_at_seq; /* sequence of AT commands being
473 int curchannel; /* channel those commands are meant
478 event_tasklet; /* tasklet for serializing AT commands.
568 /* Called from ev-layer.c/interface.c for sending AT commands to the
/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
451 /* simple wrappers usable with most commands */
464 const struct sabi_commands *commands = &samsung->config->commands; local
469 retval = sabi_command(samsung, commands->get_brightness,
486 const struct sabi_commands *commands = &samsung->config->commands; local
547 const struct sabi_commands *commands = &samsung->config->commands; local
568 const struct sabi_commands *commands = &samsung->config->commands; local
581 const struct sabi_commands *commands = &samsung->config->commands; local
591 const struct sabi_commands *commands = &samsung->config->commands; local
644 const struct sabi_commands *commands = &config->commands; local
669 const struct sabi_commands *commands = &config->commands; local
697 const struct sabi_commands *commands = &samsung->config->commands; local
721 const struct sabi_commands *commands = &samsung->config->commands; local
766 const struct sabi_commands *commands = &samsung->config->commands; local
790 const struct sabi_commands *commands = &samsung->config->commands; local
961 const struct sabi_commands *commands = &samsung->config->commands; local
983 const struct sabi_commands *commands = &samsung->config->commands; local
1000 const struct sabi_commands *commands = &samsung->config->commands; local
1343 const struct sabi_commands *commands; local
[all...]
/drivers/staging/gdm724x/
H A DKconfig11 used for AT commands and DM monitoring applications.
/drivers/scsi/pcmcia/
H A Dnsp_debug.c55 static const char **commands[] = { variable
67 const char **table = commands[ group(opcode) ];
/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/s390/char/
H A Dsclp_early.c80 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/isdn/i4l/
H A DKconfig63 EIA Class 8 Voice commands. Using a getty with voice-support
72 bool "Support AT-Fax Class 1 and 2 commands"
76 Fax Class 1 and 2 commands. Using a getty with fax-support
/drivers/target/
H A Dtarget_core_user.c34 * Define a shared-memory interface for LIO to pass SCSI commands and
110 struct idr commands; member in struct:tcmu_dev
179 cmd_id = idr_alloc(&udev->commands, tcmu_cmd, 0,
442 idr_remove(&udev->commands, tcmu_cmd->cmd_id);
548 cmd = idr_find(&udev->commands, entry->cmd_id);
550 idr_remove(&udev->commands, cmd->cmd_id);
606 idr_for_each(&udev->commands, tcmu_check_expired_cmd, NULL);
654 idr_init(&udev->commands);
908 i = idr_for_each(&udev->commands, tcmu_check_pending_cmd, NULL);
909 idr_destroy(&udev->commands);
[all...]
/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c156 DRM_DEBUG("Only draw commands in execbuffers\n");
297 struct drm_qxl_command *commands = local
298 (struct drm_qxl_command *)(uintptr_t)execbuffer->commands;
300 if (copy_from_user(&user_cmd, &commands[cmd_num],
/drivers/net/wireless/ti/wl12xx/
H A Dacx.h109 __le32 commands; member in struct:wl12xx_acx_isr_statistics
H A Ddebugfs.c60 WL12XX_DEBUGFS_FWSTATS_FILE(isr, commands, "%u");
170 DEBUGFS_FWSTATS_ADD(isr, commands);
/drivers/net/wireless/ti/wlcore/
H A Dspi.c273 u32 commands[WSPI_MAX_NUM_OF_CHUNKS]; local
283 cmd = &commands[0];
/drivers/scsi/arm/
H A DKconfig19 adapter can send several SCSI commands to a device's queue even if
20 previous commands haven't finished yet. Some SCSI devices don't
/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c147 DEBUGFS_FWSTATS_FILE(isr, commands, 20, "%u");
287 DEBUGFS_FWSTATS_DEL(isr, commands);
388 DEBUGFS_FWSTATS_ADD(isr, commands);
H A Dacx.h928 u32 commands; member in struct:acx_isr_statistics
/drivers/isdn/sc/
H A Dcommand.c38 static char *commands[] = { "ISDN_CMD_IOCTL", variable
/drivers/ata/
H A Dlibata-eh.c126 /* but no merciful 30sec for other commands, it just isn't worth it */
131 const u8 *commands; member in struct:ata_eh_cmd_timeout_ent
136 * commands. Each table entry is a command class and matches the
137 * commands the entry applies to and the timeout table to use.
150 { .commands = CMDS(ATA_CMD_ID_ATA, ATA_CMD_ID_ATAPI),
152 { .commands = CMDS(ATA_CMD_READ_NATIVE_MAX, ATA_CMD_READ_NATIVE_MAX_EXT),
154 { .commands = CMDS(ATA_CMD_SET_MAX, ATA_CMD_SET_MAX_EXT),
156 { .commands = CMDS(ATA_CMD_SET_FEATURES),
158 { .commands = CMDS(ATA_CMD_INIT_DEV_PARAMS),
160 { .commands
[all...]
/drivers/staging/comedi/drivers/
H A Dni_usb6501.c157 enum commands { enum
/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);
1572 commands... just ATA Packet Commands.
298 usbat_execute_command(struct us_data *us, unsigned char *commands, unsigned int len) argument
/drivers/net/ethernet/i825xx/
H A D82596.c141 * the following commands are available (p5-18). The 32-bit port command
178 enum commands { enum

Completed in 842 milliseconds

12