| /linux/net/sctp/ |
| H A D | sm_statefuns.c | 60 struct sctp_cmd_seq *commands); 69 struct sctp_cmd_seq *commands, 77 struct sctp_cmd_seq *commands); 84 struct sctp_cmd_seq *commands); 91 struct sctp_cmd_seq *commands); 98 struct sctp_cmd_seq *commands); 103 struct sctp_cmd_seq *commands, 113 struct sctp_cmd_seq *commands, 123 struct sctp_cmd_seq *commands); 131 struct sctp_cmd_seq *commands); [all …]
|
| H A D | sm_sideeffect.c | 47 struct sctp_cmd_seq *commands, 56 struct sctp_cmd_seq *commands, 139 struct sctp_cmd_seq *commands) in sctp_gen_sack() argument 200 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART, in sctp_gen_sack() 215 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(sack)); in sctp_gen_sack() 218 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP, in sctp_gen_sack() 556 static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands, in sctp_do_8_2_transport_strike() argument 631 static void sctp_cmd_init_failed(struct sctp_cmd_seq *commands, in sctp_cmd_init_failed() argument 642 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, in sctp_cmd_init_failed() 645 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE, in sctp_cmd_init_failed() [all …]
|
| /linux/arch/sparc/kernel/ |
| H A D | setup_32.c | 135 static void __init boot_flags_init(char *commands) in boot_flags_init() argument 137 while (*commands) { in boot_flags_init() 139 while (*commands == ' ') in boot_flags_init() 140 commands++; in boot_flags_init() 143 if (*commands == '\0') in boot_flags_init() 145 if (*commands == '-') { in boot_flags_init() 146 commands++; in boot_flags_init() 147 while (*commands && *commands != ' ') in boot_flags_init() 148 process_switch(*commands++); in boot_flags_init() 151 if (!strncmp(commands, "mem=", 4)) { in boot_flags_init() [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | samsung-laptop.c | 148 const struct sabi_commands commands; member 173 .commands = { 236 .commands = { 473 const struct sabi_commands *commands = &samsung->config->commands; in read_brightness() local 478 retval = sabi_command(samsung, commands->get_brightness, in read_brightness() 495 const struct sabi_commands *commands = &samsung->config->commands; in set_brightness() local 506 sabi_set_commandb(samsung, commands->set_brightness, 0); in set_brightness() 509 sabi_set_commandb(samsung, commands->set_brightness, user_level); in set_brightness() 556 const struct sabi_commands *commands = &samsung->config->commands; in update_status() local 561 sabi_set_commandb(samsung, commands->set_backlight, 1); in update_status() [all …]
|
| /linux/Documentation/i2c/ |
| H A D | i2c-stub.rst | 9 types of SMBus commands: write quick, (r/w) byte, (r/w) byte data, (r/w) 13 driver, which will then only react to SMBus commands to these addresses. 16 quick commands to the specified addresses; it will respond to the other 17 commands (also to the specified addresses) by reading from or writing to 29 SMBus block commands must be written to configure an SMBus command for 30 SMBus block operations. Writes can be partial. Block read commands always 50 Functionality override, to disable some commands. See I2C_FUNC_* 53 commands.
|
| H A D | functionality.rst | 22 I2C_FUNC_I2C Plain i2c-level commands (Pure SMBus 47 and write_byte commands 49 and write_byte_data commands 51 and write_word_data commands 53 and write_block_data commands 55 and write_i2c_block_data commands 56 I2C_FUNC_SMBUS_EMUL Handles all SMBus commands that can be
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | aml-debugger.rst | 25 the following commands:: 41 started by using the following commands:: 48 debugger commands. 50 The commands are documented in the "ACPICA Overview and Programmer Reference" 55 The detailed debugger commands reference is located in Chapter 12 "ACPICA 62 the "quit" or "exit" commands. When finished, unload the module with::
|
| /linux/kernel/debug/kdb/ |
| H A 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/tools/perf/ |
| H A D | perf.c | 51 static struct cmd_struct commands[] = { variable 282 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_options() 283 struct cmd_struct *p = commands+i; in handle_options() 395 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_internal_command() 396 struct cmd_struct *p = commands+i; in handle_internal_command() 561 for (unsigned int i = 0; i < ARRAY_SIZE(commands); i++) { in main() 563 commands[i].cmd, in main() 564 strlen(commands[i].cmd)); in main()
|
| /linux/tools/power/cpupower/utils/ |
| H A D | cpupower.c | 52 static struct cmd_struct commands[] = { variable 75 for (i = 0; i < ARRAY_SIZE(commands); i++) in print_help() 76 printf("\t%s\n", commands[i].cmd); in print_help() 226 for (i = 0; i < ARRAY_SIZE(commands); i++) { in main() 227 struct cmd_struct *p = commands + i; in main()
|
| /linux/tools/testing/kunit/ |
| H A D | run_checks.py | 22 commands: Dict[str, Sequence[str]] = { variable 41 executor = futures.ThreadPoolExecutor(max_workers=len(commands)) 42 for name, argv in commands.items():
|
| /linux/tools/perf/Documentation/ |
| H A 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
|
| /linux/Documentation/tee/ |
| H A D | amd-tee.rst | 45 CPU to PSP mailbox register to submit commands to the PSP. The format of the 46 command buffer is opaque to the ASP driver. It's role is to submit commands to 51 The command buffer format for the different TEE commands can be found in [2]. 53 The TEE commands supported by AMD-TEE Trusted OS are: 80 a session, invoking commands and closing session with TA.
|
| /linux/drivers/w1/ |
| H A D | Kconfig | 26 2. Userspace commands. Includes read/write and search/alarm search commands. 27 3. Replies to userspace commands.
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm_vtpm_proxy.rst | 28 TPM commands using the character device and the emulator will receive the 29 commands via the file descriptor and use it for sending back responses. 41 to the TPM. All commands from the driver can be read from the file descriptor 42 returned by the ioctl. The commands should be responded to immediately.
|
| /linux/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 58 Application Programmable Interface commands(API CMD) - Interface for sending 59 MGMT commands to the card. (hinic_hw_api_cmd.c, hinic_hw_api_cmd.h) 62 commands to the card and receives notifications from the MGMT modules on the 77 Command Queues(CMDQ) - The queues for sending commands for IO management and is 78 used to set the QPs addresses in HW. The commands completion events are 101 Port Commands - Send commands to the HW device for port management
|
| /linux/Documentation/scsi/ |
| H A D | sym53c8xx_2.rst | 28 8. Control commands 31 8.3 Set maximum number of concurrent tagged commands 38 10. Boot setup commands 41 10.2.1 Default number of tagged commands 192 :Control commands: write operations to the proc SCSI file system 198 - Boot setup commands 258 me using tagged commands are the following: 272 maximum number of queued commands up to 32. The Symbios Setup only allows 275 The maximum number of simultaneous tagged commands queued to a device 280 This driver supports up to 255 commands per device, and but using more than [all …]
|
| H A D | ncr53c8xx.rst | 26 8. Control commands 29 8.3 Set maximum number of concurrent tagged commands 38 10. Boot setup commands 46 10.2.6 Default number of tagged commands 63 10.3 Advised boot setup commands 72 14.1 Tagged commands with Iomega Jaz device 135 drivers, configuration parameters and control commands available through 212 :Control commands: write operations to the proc SCSI file system 218 - Boot setup commands 291 maximum number of queued commands up to 32. The Symbios Setup only allows [all …]
|
| H A D | ufs.rst | 68 UFS supports a subset of SCSI commands defined by SPC-4 and SBC-3. 71 It handles SCSI commands supported by UFS specification. 78 device power management operations and commands to Interconnect 94 set layer (UCS) to transport commands. 109 * UIO_SAP: To issue commands to Unipro layers. 125 and prepares the controller to transfer commands/responses between 131 Transfer request handling module of UFSHCD receives SCSI commands 147 with the SCSI Midlayer. Examples of some of the error handling commands
|
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | Kconfig | 19 If you say Y here, you get support for sending raw commands to 20 the Wilco EC via debugfs. These commands do not do any byte 21 manipulation and allow for testing arbitrary commands. This
|
| /linux/Documentation/admin-guide/ |
| H A D | btmrvl.rst | 5 All commands are used via debugfs interface. 13 These commands are used to configure the host sleep parameters:: 35 These commands are used to enable/disable auto sleep mode 54 These commands are used to enable host sleep or wake up firmware
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | README | 29 teardown commands - which includes not being able to run a test simply 51 commands being tested must be run as root. The code that enforces 56 requirement for that test. nsPlugin executes all commands within a 85 The setup and teardown stages can run zero or more commands. The setup 88 can be run next. These two stages require any commands run to return 96 Each of the commands in any stage will run in a shell instance. 113 the tests to be run. These values are used in the tc commands that will be 119 The NAMES values are used to substitute into the commands in the test cases. 188 sets up a network namespace and runs all commands in that namespace,
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 127 Allow low-level driver to filter ATA PACKET commands, returning a status 185 typically raid controllers that use ATA commands but do not actually do 389 Origins of commands 399 libata commands can originate from two sources - libata itself and SCSI 400 midlayer. libata internal commands are used for initialization and error 401 handling. All normal blk requests and commands for SCSI emulation are 402 passed as SCSI commands through queuecommand callback of SCSI host 405 How commands are issued 408 Internal commands 413 used by normal SCSI translated commands and ``qc->waiting`` is the [all …]
|
| /linux/Documentation/driver-api/nfc/ |
| H A D | nfc-hci.rst | 14 to HCI commands and events. 21 they are translated in a sequence of HCI commands sent to the HCI layer in the 30 - one for executing commands : nfc_hci_msg_tx_work(). Only one command 32 - one for dispatching received events and commands : nfc_hci_msg_rx_work(). 50 This is consistent with the driver need to send commands to proprietary gates 93 that must be performed using HCI commands. 107 - im_transceive() must be implemented by the driver if proprietary HCI commands 109 commands, others can be written to using the standard HCI commands. The driver 211 Serializes execution of HCI commands. 217 Dispatches incoming HCI commands or events. [all …]
|
| /linux/Documentation/userspace-api/ |
| H A D | check_exec.rst | 90 interactive user commands (e.g. scripts). However, if such commands are passed 107 Always interpret scripts, and allow arbitrary user commands (default). 119 arbitrary user commands. 127 Always interpret scripts, but deny arbitrary user commands. 132 arbitrary interactive commands would be much more difficult to check. 137 any arbitrary user commands.
|