/drivers/isdn/gigaset/ |
D | i4l.c | 200 char **commands; in command_from_LL() local 246 commands = kzalloc(AT_NUM * (sizeof *commands), GFP_ATOMIC); in command_from_LL() 247 if (!commands) { in command_from_LL() 254 commands[AT_DIAL] = kmalloc(l, GFP_ATOMIC); in command_from_LL() 255 if (!commands[AT_DIAL]) in command_from_LL() 260 commands[AT_TYPE] = kstrdup("^SCTP=0\r", GFP_ATOMIC); in command_from_LL() 261 if (!commands[AT_TYPE]) in command_from_LL() 263 snprintf(commands[AT_DIAL], l, in command_from_LL() 266 commands[AT_TYPE] = kstrdup("^SCTP=1\r", GFP_ATOMIC); in command_from_LL() 267 if (!commands[AT_TYPE]) in command_from_LL() [all …]
|
D | capi.c | 1335 char **commands; in do_connect_req() local 1373 commands = kzalloc(AT_NUM * (sizeof *commands), GFP_KERNEL); in do_connect_req() 1374 if (!commands) in do_connect_req() 1405 commands[AT_TYPE] = kstrdup(s, GFP_KERNEL); in do_connect_req() 1406 if (!commands[AT_TYPE]) in do_connect_req() 1408 commands[AT_DIAL] = kmalloc(l + 3, GFP_KERNEL); in do_connect_req() 1409 if (!commands[AT_DIAL]) in do_connect_req() 1411 snprintf(commands[AT_DIAL], l + 3, "D%.*s\r", l, pp); in do_connect_req() 1453 commands[AT_CLIP] = kstrdup(s, GFP_KERNEL); in do_connect_req() 1454 if (!commands[AT_CLIP]) in do_connect_req() [all …]
|
D | ev-layer.c | 848 char **commands = data; in start_dial() local 862 kfree(bcs->commands[i]); in start_dial() 863 bcs->commands[i] = commands[i]; in start_dial() 873 kfree(commands[i]); in start_dial() 874 commands[i] = NULL; in start_dial() 889 kfree(bcs->commands[i]); in start_accept() 890 bcs->commands[i] = NULL; in start_accept() 893 bcs->commands[AT_PROTO] = kmalloc(9, GFP_ATOMIC); in start_accept() 894 bcs->commands[AT_ISO] = kmalloc(9, GFP_ATOMIC); in start_accept() 895 if (!bcs->commands[AT_PROTO] || !bcs->commands[AT_ISO]) { in start_accept() [all …]
|
/drivers/platform/x86/ |
D | samsung-laptop.c | 151 const struct sabi_commands commands; member 176 .commands = { 239 .commands = { 484 const struct sabi_commands *commands = &samsung->config->commands; in read_brightness() local 489 retval = sabi_command(samsung, commands->get_brightness, in read_brightness() 506 const struct sabi_commands *commands = &samsung->config->commands; in set_brightness() local 517 sabi_set_commandb(samsung, commands->set_brightness, 0); in set_brightness() 520 sabi_set_commandb(samsung, commands->set_brightness, user_level); in set_brightness() 567 const struct sabi_commands *commands = &samsung->config->commands; in update_status() local 572 sabi_set_commandb(samsung, commands->set_backlight, 1); in update_status() [all …]
|
/drivers/w1/ |
D | Kconfig | 25 2. Userspace commands. Includes read/write and search/alarm search commands. 26 3. Replies to userspace commands.
|
/drivers/net/wireless/marvell/mwifiex/ |
D | README | 35 a) 'iw' utility commands 37 Following are some useful iw commands:- 137 last_cmd_id = <command id of the last several commands sent to device> 138 last_cmd_act = <command action of the last several commands sent to device> 144 num_cmd_h2c_fail = <number of commands failed to send to device> 150 num_cmd_deauth = <number of deauthenticate commands sent to device> 151 num_cmd_assoc_ok = <number of associate commands with success return> 152 num_cmd_assoc_fail = <number of associate commands with failure return>
|
/drivers/staging/fsl-mc/ |
D | README.txt | 108 play bus, like PCI. DPRC commands can be used to enumerate the contents 124 to send MC commands. It has an interrupt for status events (like 183 -commands: set link up/down, link config, get stats, 192 -commands: port config, offload config, queue config, 207 -commands: IRQ config, enable, reset 213 -commands: enable, reset 216 Used by drivers to send commands to the MC to manage 220 -commands: IRQ config, enable, reset 338 -DPMCPs to send MC commands, to configure network interfaces 382 MC. It does this proxy via the MC commands to a DPMAC object.
|
/drivers/hwmon/ |
D | sht3x.c | 303 const struct sht3x_limit_commands *commands; in limits_update() local 307 commands = &limit_commands[index]; in limits_update() 309 commands->read_command, buffer, in limits_update() 362 const struct sht3x_limit_commands *commands; in limit_store() local 364 commands = &limit_commands[index]; in limit_store() 366 memcpy(position, commands->write_command, SHT3X_CMD_LENGTH); in limit_store()
|
/drivers/scsi/pcmcia/ |
D | nsp_debug.c | 55 static const char **commands[] = { variable 67 const char **table = commands[ group(opcode) ]; in print_opcodek()
|
/drivers/target/ |
D | target_core_user.c | 110 struct idr commands; member 178 cmd_id = idr_alloc(&udev->commands, tcmu_cmd, 0, in tcmu_alloc_cmd() 594 idr_remove(&udev->commands, tcmu_cmd->cmd_id); in tcmu_queue_cmd() 680 cmd = idr_find(&udev->commands, entry->hdr.cmd_id); in tcmu_handle_completions() 682 idr_remove(&udev->commands, cmd->cmd_id); in tcmu_handle_completions() 738 idr_for_each(&udev->commands, tcmu_check_expired_cmd, NULL); in tcmu_device_timedout() 786 idr_init(&udev->commands); in tcmu_alloc_device() 1050 idr_for_each_entry(&udev->commands, cmd, i) { in tcmu_free_device() 1054 idr_destroy(&udev->commands); in tcmu_free_device()
|
/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 14 int "Maximum number of TCQ commands per device" 18 Specify the number of commands you would like to allocate per SCSI 28 a high number of commands per device may result in memory allocation
|
D | Kconfig.aic7xxx | 19 int "Maximum number of TCQ commands per device" 23 Specify the number of commands you would like to allocate per SCSI 33 a high number of commands per device may result in memory allocation
|
/drivers/nvme/host/ |
D | Kconfig | 22 number of selected SCSI commands to NVMe commands to the NVMe
|
/drivers/s390/char/ |
D | sclp_early.c | 85 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_read_info_early() local 88 for (i = 0; i < ARRAY_SIZE(commands); i++) { in sclp_read_info_early() 94 rc = sclp_cmd_sync_early(commands[i], sccb); in sclp_read_info_early()
|
/drivers/net/wireless/marvell/libertas/ |
D | README | 63 those commands are used via debugfs interface 69 These commands are used to read the MAC, BBP and RF registers from the 70 card. These commands take one parameter that specifies the offset 83 These commands are used to write the MAC, BBP and RF registers in the 84 card. These commands take two parameters that specify the offset
|
/drivers/scsi/ |
D | nsp32_debug.c | 53 static const char **commands[] = { variable 65 const char **table = commands[ group(opcode) ]; in print_opcodek()
|
D | aha152x.c | 453 int commands; /* current number of commands */ member 972 HOSTDATA(shpnt)->commands++; in aha152x_internal_queue() 973 if (HOSTDATA(shpnt)->commands==1) in aha152x_internal_queue() 1025 HOSTDATA(shpnt)->commands--; in aha152x_abort() 1026 if (!HOSTDATA(shpnt)->commands) in aha152x_abort() 1091 HOSTDATA(shpnt)->commands--; in aha152x_device_reset() 1092 if (!HOSTDATA(shpnt)->commands) in aha152x_device_reset() 1131 HOSTDATA(shpnt)->commands--; in free_hard_reset_SCs() 1159 if(HOSTDATA(shpnt)->commands==0) in aha152x_bus_reset_host() 1435 HOSTDATA(shpnt)->commands--; in busfree_run() [all …]
|
/drivers/gpu/drm/qxl/ |
D | qxl_ioctl.c | 285 struct drm_qxl_command *commands = in qxl_execbuffer_ioctl() local 286 (struct drm_qxl_command *)(uintptr_t)execbuffer->commands; in qxl_execbuffer_ioctl() 288 if (copy_from_user(&user_cmd, &commands[cmd_num], in qxl_execbuffer_ioctl()
|
/drivers/isdn/i4l/ |
D | Kconfig | 63 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/scsi/arm/ |
D | Kconfig | 19 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/staging/gdm724x/ |
D | Kconfig | 11 used for AT commands and DM monitoring applications.
|
/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 60 WL12XX_DEBUGFS_FWSTATS_FILE(isr, commands, "%u"); 170 DEBUGFS_FWSTATS_ADD(isr, commands); in wl12xx_debugfs_add_files()
|
/drivers/staging/wilc1000/ |
D | TODO | 17 - replace SIOCDEVPRIVATE commands with generic API functions
|
/drivers/misc/eeprom/ |
D | Kconfig | 72 The driver supports both read as well as write commands. 83 supports both read and write commands and also the command to
|
/drivers/media/usb/ttusb-dec/ |
D | Kconfig | 14 This driver needs external firmware. Please use the commands
|