/linux-4.4.14/net/sctp/ |
D | sm_statefuns.c | 70 sctp_cmd_seq_t *commands); 78 sctp_cmd_seq_t *commands, 85 sctp_cmd_seq_t *commands); 91 sctp_cmd_seq_t *commands); 97 sctp_cmd_seq_t *commands); 101 sctp_cmd_seq_t *commands, 111 sctp_cmd_seq_t *commands, 121 sctp_cmd_seq_t *commands); 129 sctp_cmd_seq_t *commands); 137 sctp_cmd_seq_t *commands); [all …]
|
D | sm_sideeffect.c | 61 sctp_cmd_seq_t *commands, 69 sctp_cmd_seq_t *commands, 154 sctp_cmd_seq_t *commands) in sctp_gen_sack() argument 215 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART, in sctp_gen_sack() 226 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(sack)); in sctp_gen_sack() 229 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP, in sctp_gen_sack() 475 static void sctp_do_8_2_transport_strike(sctp_cmd_seq_t *commands, in sctp_do_8_2_transport_strike() argument 515 sctp_cmd_hb_timer_update(commands, transport); in sctp_do_8_2_transport_strike() 544 static void sctp_cmd_init_failed(sctp_cmd_seq_t *commands, in sctp_cmd_init_failed() argument 555 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, in sctp_cmd_init_failed() [all …]
|
D | probe.c | 135 sctp_cmd_seq_t *commands) in jsctp_sf_eat_sack() argument
|
/linux-4.4.14/arch/sparc/kernel/ |
D | setup_32.c | 149 static void __init boot_flags_init(char *commands) in boot_flags_init() argument 151 while (*commands) { in boot_flags_init() 153 while (*commands && *commands == ' ') in boot_flags_init() 154 commands++; in boot_flags_init() 157 if (*commands == '\0') in boot_flags_init() 159 if (*commands == '-') { in boot_flags_init() 160 commands++; in boot_flags_init() 161 while (*commands && *commands != ' ') in boot_flags_init() 162 process_switch(*commands++); in boot_flags_init() 165 if (!strncmp(commands, "mem=", 4)) { in boot_flags_init() [all …]
|
D | setup_64.c | 129 static void __init boot_flags_init(char *commands) in boot_flags_init() argument 131 while (*commands) { in boot_flags_init() 133 while (*commands && *commands == ' ') in boot_flags_init() 134 commands++; in boot_flags_init() 137 if (*commands == '\0') in boot_flags_init() 139 if (*commands == '-') { in boot_flags_init() 140 commands++; in boot_flags_init() 141 while (*commands && *commands != ' ') in boot_flags_init() 142 process_switch(*commands++); in boot_flags_init() 145 if (!strncmp(commands, "mem=", 4)) in boot_flags_init() [all …]
|
/linux-4.4.14/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 …]
|
D | common.c | 400 kfree(bcs->commands[i]); in gigaset_freebcs() 401 bcs->commands[i] = NULL; in gigaset_freebcs() 641 bcs->commands[i] = NULL; in gigaset_initbcs()
|
/linux-4.4.14/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 …]
|
/linux-4.4.14/Documentation/hwmon/ |
D | pmbus-core | 20 Unfortunately, while PMBus commands are standardized, there are no mandatory 21 commands, and manufacturers can add as many non-standard commands as they like. 22 Also, different PMBUs devices act differently if non-supported commands are 46 PMBus commands. Auto-detection is somewhat limited, since there are simply too 48 which PMBus commands are paged and which commands are replicated across all 52 all commands can be auto-detected. The data structures in this driver can be 56 Some commands are always auto-detected. This applies to all limit commands 66 standard PMBus commands and virtual PMBus commands. 68 Standard PMBus commands 71 Standard PMBus commands (commands values 0x00 to 0xff) are defined in the PMBUs [all …]
|
D | lineage-pem | 21 standard PMBus commands are not supported. Specifically, all hardware monitoring 22 and status reporting commands are non-standard. For this reason, a standard
|
D | max16065 | 66 any of the i2ctools commands on a command register (0xa5 to 0xac). The chips 68 read commands) as request to execute the command in question. This may result in
|
D | zl6100 | 79 any of the i2ctools commands on a command register used to save and restore 82 commands) as request to execute the command in question. Unless write accesses
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-stub | 6 types of SMBus commands: write quick, (r/w) byte, (r/w) byte data, (r/w) 10 driver, which will then only react to SMBus commands to these addresses. 13 quick commands to the specified addresses; it will respond to the other 14 commands (also to the specified addresses) by reading from or writing to 26 SMBus block commands must be written to configure an SMBus command for 27 SMBus block operations. Writes can be partial. Block read commands always 45 Functionality override, to disable some commands. See I2C_FUNC_* 48 commands.
|
D | functionality | 17 I2C_FUNC_I2C Plain i2c-level commands (Pure SMBus 40 and write_byte commands 42 and write_byte_data commands 44 and write_word_data commands 46 and write_block_data commands 48 and write_i2c_block_data commands 49 I2C_FUNC_SMBUS_EMUL Handles all SMBus commands that can be
|
D | dev-interface | 56 Well, you are all set up now. You can now use SMBus commands or plain 57 I2C to communicate with your device. SMBus commands are preferred if 64 /* Using SMBus commands */
|
D | smbus-protocol | 14 commands if at all possible (if the device uses only that subset of the 17 translated to I2C on I2C adapters, but plain I2C commands can not be
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_cmds | 1 # Initial commands for kdb, alter to suit your needs. 2 # These commands are executed in kdb_init() context, no SMP, no 4 # registers) are not reliable this early. set and bp commands should 5 # be safe. Global breakpoint commands affect each cpu as it is booted.
|
/linux-4.4.14/tools/power/cpupower/utils/ |
D | cpupower.c | 49 static struct cmd_struct commands[] = { variable 71 for (i = 0; i < ARRAY_SIZE(commands); i++) in print_help() 72 printf("\t%s\n", commands[i].cmd); in print_help() 213 for (i = 0; i < ARRAY_SIZE(commands); i++) { in main() 214 struct cmd_struct *p = commands + i; in main()
|
/linux-4.4.14/Documentation/scsi/ |
D | ufs.txt | 56 UFS supports subset of SCSI commands defined by SPC-4 and SBC-3. 57 * UCS: It handles SCSI commands supported by UFS specification. 62 device power management operations and commands to Interconnect 76 set layer(UCS) to transport commands. 88 * UIO_SAP: To issue commands to Unipro layers. 103 and prepares the controller to transfer commands/response between 108 Transfer request handling module of UFSHCD receives SCSI commands 122 with SCSI Midlayer. Examples of some of the error handling commands
|
D | sym53c8xx_2.txt | 21 8. Control commands 24 8.3 Set maximum number of concurrent tagged commands 31 10. Boot setup commands 34 10.2.1 Default number of tagged commands 156 Control commands: write operations to the proc SCSI file system 160 Boot setup commands 214 me using tagged commands are the following: 228 maximum number of queued commands up to 32. The Symbios Setup only allows 231 The maximum number of simultaneous tagged commands queued to a device 236 This driver supports up to 255 commands per device, and but using more than [all …]
|
D | ncr53c8xx.txt | 19 8. Control commands 22 8.3 Set maximum number of concurrent tagged commands 31 10. Boot setup commands 39 10.2.6 Default number of tagged commands 56 10.3 Advised boot setup commands 65 14.1 Tagged commands with Iomega Jaz device 127 drivers, configuration parameters and control commands available through 184 Control commands: write operations to the proc SCSI file system 188 Boot setup commands 256 maximum number of queued commands up to 32. The Symbios Setup only allows [all …]
|
D | ChangeLog.ips | 95 3.60.00 - Bump max commands to 128 for use with ServeRAID 103 0.99.05 - Fix an oops on certain passthru commands 111 - Make sure passthru commands get woken up if we run out of 113 - Send all of the commands on the queue at once rather than
|
D | scsi_eh.txt | 11 [1] How SCSI commands travel through the midlayer and to EH 28 [1] How SCSI commands travel through the midlayer and to EH 50 For all non-EH commands, scsi_done() is the completion callback. It 147 SCSI EH thread can expect that all in-flight commands have failed and 200 commands. A scmd is said to be recovered if the scmd is forgotten by 205 severity. Some actions are performed by issuing SCSI commands and 233 - EH reuses failed scmds to issue commands for recovery. For 235 before reusing it for EH commands. 297 (!SCSI_EH_CANCEL_CMD) commands without valid sense data. Most 356 make failed sdevs ready for new commands. [all …]
|
D | scsi_mid_low_api.txt | 12 (SCSI terminology, see SAM-3 at http://www.t10.org) sends SCSI commands 189 commands on a mounted file system is an interesting situation. Reference 373 scsi_block_requests - prevent further commands being queued to given host 384 scsi_unblock_requests - allow further commands to be queued to given host 442 * or number of commands the LLD can queue up 475 * scsi_block_requests - prevent further commands being queued to given host 477 * @shost: pointer to host to block commands on 665 * @depth: Current number of outstanding SCSI commands on this device, 684 * scsi_unblock_requests - allow further commands to be queued to given host 686 * @shost: pointer to host to unblock commands on [all …]
|
D | hpsa.txt | 74 load time to eliminate any outstanding commands on the controller and get the 76 and not be disrupted in any way by stale commands or other stale state 127 Allows "BMIC" and "CISS" commands to be passed through to the Smart Array.
|
D | megaraid.txt | 9 commands. Furthermore, the applications also can treat different classes of 24 ioctl commands. But this module is envisioned to handle all user space level
|
D | ChangeLog.megaraid | 8 This command clears the pending commands in the adapter 12 if there are pending commands or interrupts from other devices 452 timeout for the synchronous commands, which is far less than what is 499 iv. Remove yield() while mailbox handshake in synchronous commands 594 iv. We now support up to 32 parallel ioctl commands instead of current 1. 596 commands. 612 x. Disassociate the management commands with an overlaid scsi command.
|
D | scsi.txt | 21 unloaded. In practice the modprobe and rmmod commands (and "autoclean")
|
D | ChangeLog.1992-1997 | 39 Changed handling of internal SCSI commands send to the HBA. 131 complete commands per interrupt. Seems to come up with faster 145 * scsi.h: Update and add a bunch of missing commands which we 404 Remove hard limit of 2 commands per lun and make it better 729 * u14-34f.c: Use block field in Scsi_Host to prevent commands from 768 Add support for 12 byte vendor specific commands in scsi-generics, 843 * sg.[c,h]: Add support for vendor specific 12 byte commands (i.e. 948 add support for MTFSS, MTBSS, MTWSM commands. 950 * README.st: Update to document new commands. 1419 commands that might need to be restarted. [all …]
|
D | st.txt | 109 tape in the drive (commands trying to write something return error if 177 commands such as seeking between file or set marks and implicit tape 180 write commands. The time taken to complete these commands uses the 449 the command to finish) for some commands (e.g., rewind) 454 MT_ST_SILI enables setting the SILI bit in SCSI commands when 544 Immediate return from tape positioning SCSI commands can be enabled by
|
D | dc395x.txt | 84 The seconds to not accept commands after a SCSI Reset
|
D | in2000.txt | 27 returned from commands sent to LUNs greater than 0. This 40 are quite a few SCSI commands that do a write-to-device;
|
D | dpti.txt | 73 * The DPT card optimizes the order of processing commands. Consequently,
|
D | ChangeLog.ncr53c8xx | 405 - Fix a bug when QUEUE FULL is returned and no commands are 410 - Call scsi_done() for all completed commands after interrupt 442 - Prepare CCBs for SCSI commands that cannot be queued, instead of 443 inserting these commands into the waiting list. The waiting list
|
D | aacraid.txt | 129 increased the number of fibs and outstanding commands to a container)
|
/linux-4.4.14/drivers/w1/ |
D | Kconfig | 25 2. Userspace commands. Includes read/write and search/alarm search commands. 26 3. Replies to userspace commands.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-help.txt | 16 command and a list of the most commonly used perf commands are printed 19 If the option '--all' or '-a' is given, then all available commands are 33 Prints all the available commands on the standard output. This
|
D | Build.txt | 7 - perf builtin commands
|
D | perf-annotate.txt | 65 present, as when piping to other commands, the stdio interface is
|
D | perf-script.txt | 55 and 'perf script report' commands, with the stdout of the record step 57 options of the corresponding commands.
|
D | perf-list.txt | 16 various perf commands with the -e option.
|
/linux-4.4.14/Documentation/ |
D | btmrvl.txt | 6 All commands are used via debugfs interface. 15 These commands are used to configure the host sleep parameters. 37 These commands are used to enable/disable auto sleep mode 55 These commands are used to enable host sleep or wake up firmware
|
D | gdb-kernel-debugging.txt | 143 List of commands and functions 146 The number of commands and convenience functions may evolve over the time, 159 Detailed help can be obtained via "help <command-name>" for commands and "help
|
D | hsi.txt | 54 configure the hsi_char device using the following ioctl commands:
|
D | IPMI.txt | 74 IPMI systems can often be powered off using IPMI commands. Select 79 management commands. 119 IPMI commands. 316 commands (commands are messages that are not responses, they are 317 commands that other things on the IPMB bus have sent you). To receive 327 For receiving commands, you have to individually register commands you 333 may register for different commands, or the same command if the 709 it will send the proper IPMI commands to do this. This is supported on
|
D | SAK.txt | 83 These commands cause *all* daemons which are launched by the
|
/linux-4.4.14/net/ieee802154/ |
D | nl-mac.c | 840 u32 commands[256 / 32]; in ieee802154_llsec_parse_key() local 854 nla_memcpy(commands, in ieee802154_llsec_parse_key() 858 if (commands[0] || commands[1] || commands[2] || commands[3] || in ieee802154_llsec_parse_key() 859 commands[4] || commands[5] || commands[6] || in ieee802154_llsec_parse_key() 860 commands[7] >= BIT(IEEE802154_CMD_GTS_REQ + 1)) in ieee802154_llsec_parse_key() 863 key->cmd_frame_ids = commands[7]; in ieee802154_llsec_parse_key() 918 u32 commands[256 / 32]; in ieee802154_nl_fill_key() local 933 memset(commands, 0, sizeof(commands)); in ieee802154_nl_fill_key() 934 commands[7] = key->key->cmd_frame_ids; in ieee802154_nl_fill_key() 936 sizeof(commands), commands)) in ieee802154_nl_fill_key()
|
D | nl802154.c | 1413 u32 commands[NL802154_CMD_FRAME_NR_IDS / 32]; in nl802154_send_key() local 1442 memset(commands, 0, sizeof(commands)); in nl802154_send_key() 1443 commands[7] = key->key->cmd_frame_ids; in nl802154_send_key() 1445 sizeof(commands), commands)) in nl802154_send_key() 1528 u32 commands[NL802154_CMD_FRAME_NR_IDS / 32] = { }; in nl802154_add_llsec_key() local 1550 nla_memcpy(commands, attrs[NL802154_KEY_ATTR_USAGE_CMDS], in nl802154_add_llsec_key() 1554 if (commands[0] || commands[1] || commands[2] || commands[3] || in nl802154_add_llsec_key() 1555 commands[4] || commands[5] || commands[6] || in nl802154_add_llsec_key() 1556 commands[7] > BIT(NL802154_CMD_FRAME_MAX)) in nl802154_add_llsec_key() 1559 key.cmd_frame_ids = commands[7]; in nl802154_add_llsec_key()
|
/linux-4.4.14/scripts/ |
D | config | 14 commands: 32 commands can be repeated multiple times
|
D | Kbuild.include | 214 # printing commands 314 # passing to shell commands. It is surrounded by double-quotes, and 339 # and commands *do* get it right, with various combinations of single
|
/linux-4.4.14/Documentation/isdn/ |
D | README.audio | 7 subsystem is capable of a reduced set of commands to support audio. 8 This document describes the commands supported and the format of 25 All audio mode commands have one of the following forms: 33 The following commands are supported: 134 When _both_ commands for recording and playback are given in _one_
|
D | README.fax | 6 of the ISDN subsystem is capable of the Fax Class 2 commands. 10 - You need the commands as dummy, because you are using
|
D | README.gigaset | 131 If cmd==1, the device is set to adapter configuration mode where commands 134 commands described in Siemens document "AT-Kommando Alignment M10x Data" 188 (the /dev/ttyGU0, ... mentioned above) which understands the commands 244 Call-IDs are numbers used to tag commands to, and responses from, the
|
D | INTERFACE.fax | 23 This structure stores the values (set by AT-commands), the remote-
|
D | INTERFACE | 115 descriptions of the possible commands. 153 called to perform write-requests on /dev/isdnctrl (i.e. sending commands 210 2. Description of the commands, a HL-driver has to support: 212 All commands will be performed by calling the function command() described 217 Until now, the following commands are defined:
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | README.txt | 105 a plug-and-play bus, such as PCI, DPRC commands can be used to 121 to send MC commands. It has an interrupt for status events (like 179 -commands: set link up/down, link config, get stats, 187 -commands: port config, offload config, queue config, 197 -commands: irq config, enable, reset 203 -commands: enable, reset 206 Used by drivers to send commands to the MC to manage 210 -commands: irq config, enable, reset 326 -DPMCPs to send MC commands, to configure network interfaces 364 MC. It does this proxy via the MC commands to a DPMAC object.
|
D | TODO | 16 are needed by drivers to serialize commands sent to the MC, including
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 12 to HCI commands and events. 19 they are translated in a sequence of HCI commands sent to the HCI layer in the 27 - one for executing commands : nfc_hci_msg_tx_work(). Only one command 29 - one for dispatching received events and commands : nfc_hci_msg_rx_work(). 47 This is consistent with the driver need to send commands to proprietary gates 90 that must be performed using HCI commands. 104 - im_transceive() must be implemented by the driver if proprietary HCI commands 106 commands, others can be written to using the standard HCI commands. The driver 194 Serializes execution of HCI commands. Completes execution in case of response 198 Dispatches incoming HCI commands or events. [all …]
|
/linux-4.4.14/drivers/net/wireless/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>
|
/linux-4.4.14/Documentation/blockdev/ |
D | cciss.txt | 168 in aborting commands, and sometimes it appears they will not even 181 allocate more commands for use by tape drives. Ordinarily only a few commands 184 act as a RAID controller for disk drives, so the vast majority of commands 186 drives attached to a smart array, the default number of commands may not be 188 at one time with the default number of commands.) The cciss_tape_cmds module 189 parameter allows more commands (up to 16 more) to be allocated for use by
|
/linux-4.4.14/arch/um/drivers/ |
D | mconsole_user.c | 15 static struct mconsole_command commands[] = { variable 64 for (i = 0; i < ARRAY_SIZE(commands); i++) { in mconsole_parse() 65 cmd = &commands[i]; in mconsole_parse()
|
/linux-4.4.14/tools/perf/ |
D | perf.c | 39 static struct cmd_struct commands[] = { variable 256 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_options() 257 struct cmd_struct *p = commands+i; in handle_options() 443 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_internal_command() 444 struct cmd_struct *p = commands+i; in handle_internal_command()
|
D | command-list.txt | 2 # List of known perf commands.
|
/linux-4.4.14/Documentation/trace/ |
D | events.txt | 312 Trace events can be made to conditionally invoke trigger 'commands' 316 with attached triggers is invoked, the set of trigger commands 327 subject to any restrictions that individual commands may have in that 340 set_ftrace_filter 'ftrace filter commands' (see the 'Filter commands' 357 The [if filter] part isn't used in matching commands when removing, so 369 6.2 Supported trigger commands 372 The following commands are supported: 376 These commands can enable or disable another trace event whenever 377 the triggering event is hit. When these commands are registered, 402 To remove the above commands: [all …]
|
D | function-graph-fold.vim | 5 " use the usual vim fold commands, such as "za", to open and close nested
|
D | ftrace.txt | 193 This interface also allows for commands to be used. See the 194 "Filter commands" section for more details. 2421 Filter commands 2424 A few commands are supported by the set_ftrace_filter interface. 2425 Trace commands have the following format: 2429 The following commands are supported: 2464 These commands turn tracing on and off when the specified 2476 These commands are cumulative whether or not they are appended 2483 that have a counter. To remove commands without counters: 2496 To remove the above commands: [all …]
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | nsp_debug.c | 55 static const char **commands[] = { variable 67 const char **table = commands[ group(opcode) ]; in print_opcodek()
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 38 SCSI commands ("fabrics"), the Linux kernel target, LIO, also modularizes 93 (mailbox); a lockless producer/consumer circular buffer for commands 99 memory-mapped layout designed for SCSI commands. Using UIO also 116 userspace (respectively) to put commands on the ring, and indicate 117 when the commands are completed. 137 cmd_tail, the ring is empty -- no commands are currently waiting to be 140 TCMU commands are 8-byte aligned. They start with a common header 154 buffers. For bidirectional commands, iov_cnt specifies how many iovec 172 commands, if any. 231 - TCMU will post commands, and then abort them after a timeout period [all …]
|
/linux-4.4.14/Documentation/w1/ |
D | w1.netlink | 10 2. Userspace commands. 11 3. Replies to userspace commands. 71 Currently replies to userspace commands are only generated for read 96 W1 search and alarm search commands. 166 When all commands (w1_netlink_cmd) are processed master device is unlocked 189 read/write/search commands for all master/slave devices found on the bus.
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp_early.c | 78 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_read_info_early() local 81 for (i = 0; i < ARRAY_SIZE(commands); i++) { in sclp_read_info_early() 87 rc = sclp_cmd_sync_early(commands[i], sccb); in sclp_read_info_early()
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 37 command (or set of commands, which is frequently used during data writing: single transactions 38 can contain creation and data writing commands). Transactions are committed by all the servers 44 caller sleeps waiting for it. Thus, it is possible to issue multiple read commands to different 60 Administrators can add or remove servers from the set at run-time via special commands (described
|
D | network_protocol.txt | 21 as old commands are supported. All string lengths include tail 0 byte. 23 All commands are transferred over the network in big-endian. CPU endianness is used at the end peer… 26 commands are used currently: 46 @ext - external flags. Used by different commands to specify some extra arguments
|
/linux-4.4.14/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
|
D | aic79xx.reg | 191 * for commands with a zero 1469 * The maximum number of commands to issue during a 1482 * The number of commands already sent during this connection 3138 * The following four commands use special 3995 * The maximum number of commands to coalesce into a single interrupt. 4005 * The minimum number of commands still outstanding required 4014 * Number of commands "in-flight". 4022 * The count of commands that have been coalesced. 4051 * commands to that target complete. During
|
/linux-4.4.14/drivers/target/ |
D | target_core_user.c | 107 struct idr commands; member 181 cmd_id = idr_alloc(&udev->commands, tcmu_cmd, 0, in tcmu_alloc_cmd() 517 idr_remove(&udev->commands, tcmu_cmd->cmd_id); in tcmu_queue_cmd() 604 cmd = idr_find(&udev->commands, entry->hdr.cmd_id); in tcmu_handle_completions() 606 idr_remove(&udev->commands, cmd->cmd_id); in tcmu_handle_completions() 664 idr_for_each(&udev->commands, tcmu_check_expired_cmd, NULL); in tcmu_device_timedout() 712 idr_init(&udev->commands); in tcmu_alloc_device() 970 i = idr_for_each(&udev->commands, tcmu_check_pending_cmd, NULL); in tcmu_free_device() 971 idr_destroy(&udev->commands); in tcmu_free_device()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl6040.txt | 5 They are connected ot the host processor via i2c for commands, McPDM for audio 6 data and commands.
|
/linux-4.4.14/Documentation/block/ |
D | pr.txt | 11 This document gives a general overview of the support ioctl commands. 14 "PERSISTENT RESERVE IN" and "PERSISTENT RESERVE OUT" commands. 81 IOC_PR_REGISTER_IGNORE, IOC_PR_PREEMPT or IOC_PR_PREEMPT_ABORT commands.
|
/linux-4.4.14/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 …]
|
D | Kconfig | 116 tape drives (ADR-x0) that supports the standard SCSI-2 commands for 147 This enables the usage of vendor specific SCSI commands. This is 694 adapter can send several SCSI commands to a device's queue even if 695 previous commands haven't finished yet. 709 int "maximum number of queued commands" 713 This specifies how many SCSI commands can be maximally queued for 863 If you say Y here, the driver will trace all commands issued 1085 int "Maximum number of queued commands" 1089 This option allows you to specify the maximum number of commands 1091 possible. The driver supports up to 256 queued commands per device. [all …]
|
/linux-4.4.14/drivers/net/wireless/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
|
/linux-4.4.14/lib/ |
D | Kconfig.kgdb | 81 Specifiers which kdb commands are enabled by default. This may 82 be set to 1 or 0 to enable all commands or disable almost all 83 commands.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 32 Controls the issue rate of segment discard commands. 58 Controls the issue rate of small discard commands.
|
D | sysfs-devices-platform-_UDC_-gadget | 16 the SCSI WRITE(10,12) commands when a gadget in USB Mass
|
D | debugfs-olpc | 7 A generic interface for executing OLPC Embedded Controller commands and
|
D | sysfs-c2port | 22 to the C2 port from the system. No commands can be sent 38 No commands can be sent till this entry is set to 0.
|
D | sysfs-class-scsi_tape | 18 reads, writes, and other SCSI commands issued to the tape 19 drive. An example of other SCSI commands would be tape
|
D | sysfs-ata | 101 buggy and only unqueued TRIM commands
|
D | sysfs-devices-memory | 50 using the following commands.
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | Kconfig | 11 used for AT commands and DM monitoring applications.
|
/linux-4.4.14/net/phonet/ |
D | Kconfig | 13 from a Linux computer, although AT commands may be easier to use.
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | TODO | 13 - replace SIOCDEVPRIVATE commands with generic API functions
|
/linux-4.4.14/Documentation/filesystems/ |
D | jfs.txt | 39 discard=minlen This enables/disables the use of discard/TRIM commands. 40 discard The discard/TRIM commands are sent to the underlying
|
D | nilfs2.txt | 78 discard This enables/disables the use of discard/TRIM commands. 79 nodiscard(*) The discard/TRIM commands are sent to the underlying 157 Checkpoints and snapshots are managed by the following commands.
|
D | afs.txt | 87 Filesystems can be mounted anywhere by commands similar to the following: 168 Further cells can be added by commands similar to the following:
|
D | f2fs.txt | 112 discard Issue discard/TRIM commands when a segment is cleaned. 132 flush_merge Merge concurrent cache_flush commands as much as possible 138 If this option is set, no cache_flush commands are issued 206 commands that consist small blocks less than 2MB.
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_ioctl.c | 286 struct drm_qxl_command *commands = in qxl_execbuffer_ioctl() local 287 (struct drm_qxl_command *)(uintptr_t)execbuffer->commands; in qxl_execbuffer_ioctl() 289 if (copy_from_user(&user_cmd, &commands[cmd_num], in qxl_execbuffer_ioctl()
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 52 * request sense commands for failed packet commands 89 * Switch to using MSF addressing for audio commands. 208 * 4.54 Aug 5, 1999 - Support for MMC2 class commands through the generic 233 * commands across the various drivers and how 264 * - Bump timeout for packet commands, matches sr
|
D | ide-tape.txt | 22 The general magnetic tape commands compatible interface, as defined by
|
/linux-4.4.14/Documentation/networking/ |
D | README.sb1000 | 91 the older ipfwadm commands from the 2.0.x kernels. There's a neat utility to 92 convert ipfwadm commands to ipchains commands: 101 frequently used commands like this with root permissions if possible. If you 137 *right*between* the "/sbin/ifconfig" and "/sbin/cmconfig" commands. 165 /etc/ppp/firewall script from the deprecated ipfwadm commands to ipchains.
|
D | pktgen.txt | 66 The two basic thread commands are: 275 Current commands and configuration options 278 ** Pgcontrol commands: 284 ** Thread commands: 290 ** Device commands:
|
D | nfc.txt | 75 The operations are composed by commands and events, all listed below: 124 commands and their responses.
|
D | driver.txt | 90 any reset commands.
|
D | dl2k.txt | 134 The commands to unload a driver are as follows: 140 The following are the commands to list the currently loaded modules and
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | Pangolin | 7 To compile for Pangolin, you must issue the following commands:
|
D | CERF | 21 evaluation kit on how to use the bootloader. This series of commands
|
D | Brutus | 6 To compile for Brutus, you must issue the following commands:
|
D | Assabet | 65 The commands used here are explained in The RedBoot User's Guide available 216 All the commands above aren't so useful if they have to be typed in every
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 14 commands. An inactive TPM chip still contains all the state of 17 commands. See the TPM Main Specification part 2, Structures, 18 section 17 for more information on which commands are 52 TPM commands are categorized as short, medium or long in
|
D | sysfs-driver-ib_srp | 27 number of outstanding commands for a single LUN. 40 for a single SRP_CMD, and commands whose S/G list length 66 * queue_size, the maximum number of commands that the
|
D | sysfs-firmware-opal-dump | 12 Read this file for supported commands.
|
/linux-4.4.14/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
|
/linux-4.4.14/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
|
/linux-4.4.14/Documentation/infiniband/ |
D | user_verbs.txt | 25 The structs for commands that require a response from the kernel 33 commands passed through a file descriptor, the kernel can keep track
|
/linux-4.4.14/drivers/media/usb/ttusb-dec/ |
D | Kconfig | 14 This driver needs external firmware. Please use the commands
|
/linux-4.4.14/include/uapi/drm/ |
D | qxl_drm.h | 92 uint64_t __user commands; /* struct drm_qxl_command* */ member
|
D | vmwgfx_drm.h | 305 uint64_t commands; member
|
/linux-4.4.14/Documentation/dvb/ |
D | ttusb-dec.txt | 26 To download the firmware, use the following commands:
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 20 defining four 3270s with the CP/CMS commands 147 commands: 193 line to the start of the status area. You type commands in this area 253 Is a stack size of twenty commands not to your liking? Change it on 254 the fly. To change to saving the last 100 commands, execute the 261 to execute the commands mkdir foobar and cd foobar immediately when you
|
D | cds.txt | 58 get commands from extended sense data. 138 imply specific I/O commands (channel command words - CCWs) in order to operate 154 ESA/390 I/O commands itself, but must use the Linux/390 CDS interfaces instead. 164 This call enables a device driver to get information about supported commands 182 must not issue ESA/390 I/O commands itself. Instead the ccw_device_start() 351 channel. Therefore e.g. read commands should never use this technique, as the
|
D | Debugging390.txt | 730 the emitted gcc commands, obviously this will produce worse code 795 Useful VM debugger commands 808 The PA1 key drops to CP mode so you can issue debugger commands, 855 Adding a extra G to all the commands is necessary to access the full 64 bit 891 also suffixing most debugger commands with RUN will cause them not 1073 SMP Specific commands 1077 To find the cpu that the current cpu VM debugger commands are being directed at 1078 do Q CPU to change the current cpu VM debugger commands are being directed at do 1310 This is the logical number most IO commands use to talk to an IO device. There 1460 Now we are ready to go on with IO tracing commands under VM [all …]
|
/linux-4.4.14/Documentation/DocBook/ |
D | w1.xml.db | 18 API-enum-w1-commands
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 164 inquiry commands that correspond to the ikbd set commands. 188 This section contains a list of commands that can be sent to the ikbd. Command 354 valid mouse mode commands are SET RELATIVE MOUSE POSITION REPORTING, SET 396 INTERROGATE commands to sense joystick state. 471 joystick mode commands are SET JOYSTICK EVENT REPORTING, SET JOYSTICK 538 Status commands are formed by inclusively ORing 0x80 with the 563 The STATUS INQUIRY commands request the ikbd to return either the current mode 567 off the status report header byte) and later send them back as commands to 571 Valid STATUS INQUIRY commands are: 594 STATUS INQUIRY commands are not valid if the ikbd is in JOYSTICK MONITORING
|
D | userio.txt | 26 The struct used for sending commands to /dev/userio is as follows:
|
/linux-4.4.14/fs/coda/ |
D | Kconfig | 7 with regular Unix commands as if they were sitting on your hard
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-cros-ec-tunnel.txt | 6 to tunnel our i2c commands through the EC.
|
/linux-4.4.14/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()
|
D | acx.h | 109 __le32 commands; member
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | spi.c | 277 u32 commands[WSPI_MAX_NUM_OF_CHUNKS]; /* 1 command per chunk */ in wl12xx_spi_raw_write() local 287 cmd = &commands[0]; in wl12xx_spi_raw_write()
|
/linux-4.4.14/drivers/misc/eeprom/ |
D | Kconfig | 70 The driver supports both read as well as write commands. 79 supports both read and write commands and also the command to
|
/linux-4.4.14/Documentation/accounting/ |
D | cgroupstats.txt | 6 interface. A new set of cgroup operations are registered with commands
|
D | taskstats.txt | 30 socket (NETLINK_GENERIC family) and sends commands specifying a pid or a tgid. 48 send commands and process responses, listen for per-tid/tgid exit data,
|
D | delay-accounting.txt | 57 The getdelays.c userspace utility in this directory allows simple commands to
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 133 The driver name and version. No commands can be written to this file. 221 The following commands can be written to the /proc/acpi/ibm/hotkey file: 228 The following commands have been deprecated and will cause the kernel 589 If Bluetooth is installed, the following commands can be used: 616 LCD, CRT or DVI (if available). The following commands are available: 670 status as "unknown". The available commands are: 696 Some of these commands actually perform actions in some ThinkPad models, but 698 a T43 and in a X40, commands 12 and 13 still control the ThinkLight state for 699 real, but commands 0 to 2 don't control the mixer anymore (they have been 749 The available commands are: [all …]
|
D | sonypi.txt | 32 This driver supports also some ioctl commands for setting the LCD screen 34 commands may be added in the future).
|
/linux-4.4.14/Documentation/devicetree/bindings/net/nfc/ |
D | trf7970a.txt | 22 where an extra byte is returned by Read Multiple Block commands issued
|
/linux-4.4.14/Documentation/devicetree/bindings/c6x/ |
D | emifa.txt | 23 disables this feature, thereby allowing old commands to stay in the FIFO
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.pvrusb2 | 146 compatible commands to the I2C modules. It is here where state 148 commands that are in turn send to the various I2C modules. 151 compatible commands to the I2C modules. It is here where state 153 commands that are in turn send to the various I2C modules.
|
D | si4713.txt | 16 The chip is programmed using commands and responses. There are also several 32 commands to the actual device. Basically it is a wrapper to the I2C device driver.
|
D | cafe_ccic | 11 To try it out: either of these commands will work:
|
D | si470x.txt | 76 commands. Please adjust the audio devices to your needs (/dev/dsp* and hw:x,x).
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | Kconfig | 45 Driver-Interface) commands and responses, allowing debugging of
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 147 DEBUGFS_FWSTATS_FILE(isr, commands, 20, "%u"); 287 DEBUGFS_FWSTATS_DEL(isr, commands); in wl1251_debugfs_delete_files() 388 DEBUGFS_FWSTATS_ADD(isr, commands); in wl1251_debugfs_add_files()
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 7 That said, here are the commands:
|
D | initrd.txt | 6 That said, here are the commands:
|
/linux-4.4.14/drivers/usb/class/ |
D | Kconfig | 35 AT commands over this device.
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-taos-evm | 25 commands will tell the kernel that you have a TAOS EVM on the first
|
D | i2c-piix4 | 42 natively understands SMBus commands and you do not have to worry about
|
D | i2c-parport | 158 stepper motor card with the simple commands which are in the original
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu-v3.txt | 44 : Avoid sending CMD_PREFETCH_* commands to the SMMU.
|
/linux-4.4.14/Documentation/usb/ |
D | dwc3.txt | 8 As it turns out some DWC3-commands ~1ms to complete. Currently we spin
|
D | mass-storage.txt | 102 Write10 and Write12 commands sent to given logical units. 107 Write(10,12) commands. This forces each write to wait until the 204 duplicate code needed for handling basic USB protocol commands and
|
D | bulk-streams.txt | 10 Protocol, which uses streams to queue multiple SCSI commands, can be found on
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpio-control-nand.txt | 4 read/write the NAND commands and data and GPIO pins for the control
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
D | dram_init.S | 55 ; Issue commands
|
/linux-4.4.14/Documentation/leds/ |
D | leds-blinkm.txt | 8 The device accepts RGB and HSB color values through separate commands.
|
D | leds-lp55xx.txt | 146 But each device has own specific register addresses for commands. 150 Chip specific commands for loading and updating program memory.
|
/linux-4.4.14/drivers/staging/lustre/lustre/ |
D | Kconfig | 21 mount.lustre and other user space commands which can be found in the
|
/linux-4.4.14/Documentation/mtd/ |
D | spi-nor.txt | 12 In particular, Freescale's QuadSPI controller must know the NOR commands to
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 51 messages and commands are delivered to using individually
|
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 437 if (req->hdev->commands[14] & 0x20) in amp_init2() 754 if (hdev->commands[6] & 0x20 && in hci_init3_req() 763 if (hdev->commands[5] & 0x10) in hci_init3_req() 766 if (hdev->commands[8] & 0x01) in hci_init3_req() 773 if (hdev->commands[13] & 0x01) in hci_init3_req() 810 if (hdev->commands[34] & 0x02) in hci_init3_req() 818 if (hdev->commands[34] & 0x04) in hci_init3_req() 824 if (hdev->commands[25] & 0x40) { in hci_init3_req() 829 if (hdev->commands[26] & 0x40) { in hci_init3_req() 835 if (hdev->commands[26] & 0x80) { in hci_init3_req() [all …]
|
/linux-4.4.14/Documentation/aoe/ |
D | aoe.txt | 55 by sysfs counterparts. Using the commands in aoetools insulates 130 trying AoE commands forever.
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 48 0 - means the driver is not bound and if echo'ed, commands the driver 51 1 - means the driver is bound and if echo'ed, commands the driver to
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-upload.txt | 48 - Issue status API commands to both firmware images to verify.
|
D | fw-calling.txt | 58 mailboxes for pending commands, processes them, sets the result code, populates
|
D | fw-memory.txt | 9 commands like:
|
/linux-4.4.14/Documentation/sound/oss/ |
D | WaveArtist | 4 WaveArtist mixer and volume levels can be accessed via these commands:
|
/linux-4.4.14/Documentation/powerpc/ |
D | pmu-ebb.txt | 45 concurrently with regular 'perf' commands, or any other perf events. 47 It is however safe to run 'perf' commands on a process which is using EBBs. The
|
/linux-4.4.14/Documentation/device-mapper/ |
D | snapshot.txt | 82 A fixed naming scheme is used, so with the following commands: 141 Here is a practical example (using a hybrid of lvm and dmsetup commands):
|
/linux-4.4.14/drivers/s390/block/ |
D | Kconfig | 29 S/390s channel subsystem commands. This is necessary for running
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | dram_init.S | 101 and.d 0x000fffff, $r2 ; Make sure commands are read from flash
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | com.fuc | 258 // unknown - call before issuing strand commands 266 // unknown - call after issuing strand commands
|
/linux-4.4.14/Documentation/security/ |
D | keys-ecryptfs.txt | 27 commands 'keyctl print' or 'keyctl pipe' does not contain the overall
|
/linux-4.4.14/tools/perf/tests/attr/ |
D | README | 33 Following tests are defined (with perf commands):
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 86 set of commands and data formats.\footnote{I cannot recollect what 91 importantly, it appeared that the behavior of the `standard' commands 351 user commands {\tt {dd}} or {\tt {cat}}. 352 \item[1] Open for $ioctl$ commands, as done by audio-CD playing 485 listen to commands anymore). Preferably, control is returned to the 629 controlling commands to the device, by the device's $ioctl()$ 632 file systems, \cdrom s, the other is to play audio CD's. Audio commands 637 $ioctl$ commands, regardless of the state the drive is in. 658 $ioctl$ commands, while data use wants to open for correct and 670 commands. Strictly, the meaning of $O_NONBLOCK$ is that opening and [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | interlaken-lac.txt | 26 memory mapped 4KB spaces. The LA commands are then translated into the 93 Interlaken Look-Aside (ILA) commands. The Interlaken LAC software portal
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 200 go to commands in list." 207 through the list of available commands using the cursor keys. The list 208 of commands is arranged in alphabetical order. If you wish to jump to 209 commands in a specific part of the alphabet, you may press the letter of 218 You'll notice that some commands do not have keys assigned to them. 219 This is because they are very infrequently used commands, and are also 223 You'll also notice that some commands have two keys assigned to them. 247 commands. You can also get a list of commands and assigned keys from 252 Speakup commands are on the right. The designation "spk" means to press 615 If you have not already done so, issue the following commands as root: [all …]
|
/linux-4.4.14/Documentation/serial/ |
D | n_gsm.txt | 36 /* send the AT commands to switch the modem to CMUX mode
|
/linux-4.4.14/drivers/isdn/sc/ |
D | command.c | 38 static char *commands[] = { "ISDN_CMD_IOCTL", variable
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 246 the IDENTIFY DEVICE and IDENTIFY PACKET DEVICE commands in 552 hob_ports[8] high-order bytes, for extended commands. 564 hob_ports[] high-order bytes, for extended commands. 619 hob_ports[8] high-order bytes, for extended commands 771 [1] For commands other than WIN_SMART, args[1] should equal
|
/linux-4.4.14/drivers/ata/ |
D | libata-eh.c | 132 const u8 *commands; member 151 { .commands = CMDS(ATA_CMD_ID_ATA, ATA_CMD_ID_ATAPI), 153 { .commands = CMDS(ATA_CMD_READ_NATIVE_MAX, ATA_CMD_READ_NATIVE_MAX_EXT), 155 { .commands = CMDS(ATA_CMD_SET_MAX, ATA_CMD_SET_MAX_EXT), 157 { .commands = CMDS(ATA_CMD_SET_FEATURES), 159 { .commands = CMDS(ATA_CMD_INIT_DEV_PARAMS), 161 { .commands = CMDS(ATA_CMD_FLUSH, ATA_CMD_FLUSH_EXT), 318 for (cur = ata_eh_cmd_timeout_table[i].commands; *cur; cur++) in ata_lookup_timeout_table()
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 41 --- 6.8 Custom kbuild commands 78 Each subdirectory has a kbuild Makefile which carries out the commands 91 *Users* are people who build kernels. These people type commands such as 331 CFLAGS_$@ and AFLAGS_$@ only apply to commands in current 1025 somewhere. This includes various kinds of installation commands. 1099 if_changed is the infrastructure used for the following commands. 1113 if_changed may be used in conjunction with custom commands as 1114 defined in 6.8 "Custom kbuild commands". 1174 --- 6.8 Custom kbuild commands 1178 To enable this behaviour for custom commands kbuild requires
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | cachefiles.txt | 49 opens this and sends commands down it to control the cache. 86 The cache is configured by a script in /etc/cachefilesd.conf. These commands 87 set up cache ready for use. The following script commands are available: 99 The commands beginning with a 'b' are file space (block) limits, those
|
/linux-4.4.14/block/ |
D | Kconfig | 58 can handle complicated SCSI commands: tagged variable length cdbs
|
/linux-4.4.14/Documentation/power/ |
D | userland-swsusp.txt | 17 commands defined in include/linux/suspend_ioctls.h . The major and minor 31 The ioctl() commands recognized by the device are:
|
/linux-4.4.14/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 36 So, in order to achieve reading (for instance), we issue several READ0 commands
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 105 mute commands.
|
/linux-4.4.14/tools/usb/usbip/ |
D | INSTALL | 13 Briefly, the shell commands `./configure; make; make install' should 106 By default, `make install' installs the package's commands under
|
/linux-4.4.14/drivers/power/reset/ |
D | Kconfig | 101 commands to the microcontroller which controls the main power.
|
/linux-4.4.14/drivers/nvdimm/ |
D | core.c | 258 static DEVICE_ATTR_RO(commands);
|
/linux-4.4.14/tools/build/Documentation/ |
D | Build.txt | 93 It's only a matter of 2 single commands to create the final binaries:
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 177 The partial-frag and no-silence commands have been added recently. 178 Both commands are for optimization use only. The former command
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 147 Say Y here to trace all commands, including TX frames and IO
|
/linux-4.4.14/Documentation/kdump/ |
D | gdbmacros.txt | 2 # This file contains a few gdb macros (user defined commands) to extract
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_usb6501.c | 156 enum commands { enum
|
/linux-4.4.14/ |
D | README | 154 - Alternative configuration commands are: 270 to see compile, link, or other commands exactly as they are executed. 398 You can now use all the usual gdb commands. The command to look up the
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 207 Adding new prctl commands 210 Two new prctl commands are added to enable and disable MPX bounds tables
|