/linux/net/sctp/ |
A D | sm_statefuns.c | 255 commands); in sctp_sf_do_4_C() 400 commands); in sctp_sf_do_5_1B_init() 542 commands); in sctp_sf_do_5_1C_ack() 733 commands); in sctp_sf_do_5_1D_ce() 943 commands); in sctp_sf_do_5_1E_ca() 1069 commands)) in sctp_sf_sendbeat_8_3() 1182 commands); in sctp_sf_beat_8_3() 1258 commands); in sctp_sf_backbeat_8_3() 2481 commands); in sctp_sf_cookie_echoed_err() 2872 commands); in sctp_sf_do_9_2_shutdown() [all …]
|
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 1154 struct sctp_cmd_seq commands; in sctp_do_sm() local 1163 sctp_init_cmd_seq(&commands); in sctp_do_sm() 1171 &commands, gfp); in sctp_do_sm() 1201 commands, gfp))) in sctp_side_effects() 1276 struct sctp_cmd_seq *commands, in sctp_cmd_interpreter() argument 1432 sctp_add_cmd_sf(commands, in sctp_cmd_interpreter() 1610 sctp_add_cmd_sf(commands, in sctp_cmd_interpreter() [all …]
|
/linux/arch/sparc/kernel/ |
A D | setup_32.c | 137 while (*commands) { in boot_flags_init() 140 commands++; in boot_flags_init() 143 if (*commands == '\0') in boot_flags_init() 146 commands++; in boot_flags_init() 147 while (*commands && *commands != ' ') in boot_flags_init() 158 if (*commands == 'K' || *commands == 'k') { in boot_flags_init() 160 commands++; in boot_flags_init() 161 } else if (*commands=='M' || *commands=='m') { in boot_flags_init() 163 commands++; in boot_flags_init() 166 while (*commands && *commands != ' ') in boot_flags_init() [all …]
|
A D | setup_64.c | 122 while (*commands) { in boot_flags_init() 124 while (*commands == ' ') in boot_flags_init() 125 commands++; in boot_flags_init() 128 if (*commands == '\0') in boot_flags_init() 130 if (*commands == '-') { in boot_flags_init() 131 commands++; in boot_flags_init() 132 while (*commands && *commands != ' ') in boot_flags_init() 133 process_switch(*commands++); in boot_flags_init() 137 cmdline_memory_size = memparse(commands + 4, &commands); in boot_flags_init() 139 while (*commands && *commands != ' ') in boot_flags_init() [all …]
|
/linux/drivers/gpu/drm/tiny/ |
A D | panel-mipi-dbi.c | 111 u8 commands[]; member 170 commands = devm_kzalloc(dev, sizeof(*commands), GFP_KERNEL); in panel_mipi_dbi_check_commands() 171 if (!commands) in panel_mipi_dbi_check_commands() 174 commands->len = commands_len; in panel_mipi_dbi_check_commands() 175 commands->buf = devm_kmemdup(dev, config->commands, commands->len, GFP_KERNEL); in panel_mipi_dbi_check_commands() 176 if (!commands->buf) in panel_mipi_dbi_check_commands() 179 return commands; in panel_mipi_dbi_check_commands() 206 return commands; in panel_mipi_dbi_commands_from_fw() 214 if (!commands) in panel_mipi_dbi_commands_execute() 217 while (i < commands->len) { in panel_mipi_dbi_commands_execute() [all …]
|
/linux/drivers/platform/x86/ |
A D | samsung-laptop.c | 171 .commands = { 234 .commands = { 469 const struct sabi_commands *commands = &samsung->config->commands; in read_brightness() local 491 const struct sabi_commands *commands = &samsung->config->commands; in set_brightness() local 552 const struct sabi_commands *commands = &samsung->config->commands; in update_status() local 573 const struct sabi_commands *commands = &samsung->config->commands; in seclinux_rfkill_set() local 586 const struct sabi_commands *commands = &samsung->config->commands; in swsmi_wireless_status() local 596 const struct sabi_commands *commands = &samsung->config->commands; in swsmi_rfkill_set() local 649 const struct sabi_commands *commands = &config->commands; in get_performance_level() local 674 const struct sabi_commands *commands = &config->commands; in set_performance_level() local [all …]
|
/linux/Documentation/hwmon/ |
A D | pmbus-core.rst | 22 commands, and manufacturers can add as many non-standard commands as they like. 49 which PMBus commands are paged and which commands are replicated across all 57 Some commands are always auto-detected. This applies to all limit commands 67 standard PMBus commands and virtual PMBus commands. 69 Standard PMBus commands 72 Standard PMBus commands (commands values 0x00 to 0xff) are defined in the PMBUs 75 Virtual PMBus commands 88 virtual commands are word sized. 90 There are currently two types of virtual commands. 121 non-standard PMBus commands to standard commands, or to augment standard [all …]
|
/linux/Documentation/i2c/ |
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.
|
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/ABI/testing/ |
A D | debugfs-cec-error-inj | 6 The CEC Framework allows for CEC error injection commands through 8 through which the error injection commands can be given. 16 It is up to the driver to decide what commands to implement. The only 19 commands. 23 commands. 34 Drivers that implement this functionality must document the commands as
|
/linux/kernel/debug/kdb/ |
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/Documentation/firmware-guide/acpi/ |
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/tools/power/cpupower/utils/ |
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/perf/ |
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() 398 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_internal_command() 399 struct cmd_struct *p = commands+i; in handle_internal_command() 570 for (unsigned int i = 0; i < ARRAY_SIZE(commands); i++) { in main() 572 commands[i].cmd, in main() 573 strlen(commands[i].cmd)); in main()
|
/linux/tools/testing/kunit/ |
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/Documentation/driver-api/cxl/ |
A D | maturity-map.rst | 120 Mailbox commands 125 * [1] :ref:`Background commands <background-commands>` 127 * [3] Security commands 195 .. _background-commands: 197 * **Background commands**: The CXL background command mechanism is 199 various commands. A `cancel on conflict 202 of priority commands.
|
/linux/tools/perf/Documentation/ |
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/drivers/w1/ |
A D | Kconfig | 26 2. Userspace commands. Includes read/write and search/alarm search commands. 27 3. Replies to userspace commands.
|
/linux/Documentation/tee/ |
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/Documentation/security/tpm/ |
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/tools/bpf/bpftool/ |
A D | main.c | 76 static const struct cmd commands[] = { variable 134 for (i = 0; commands[i].cmd; i++) { in do_version() 135 if (!strcmp(commands[i].cmd, "prog")) { in do_version() 139 bootstrap = !commands[i].func; in do_version() 410 err = cmd_select(commands, n_argc, n_argv, do_help); in do_batch() 539 ret = cmd_select(commands, argc, argv, do_help); in main()
|
/linux/Documentation/networking/device_drivers/ethernet/huawei/ |
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/ |
A D | sym53c8xx_2.rst | 28 8. Control commands 38 10. Boot setup commands 198 - Boot setup commands 258 me using tagged commands are the following: 341 8. Control commands 354 Available commands: 489 10. Boot setup commands 502 - enable tagged commands, up to 4 tagged commands queued. 514 10.2.1 Default number of tagged commands 726 - tagged commands disabled [all …]
|
A D | ncr53c8xx.rst | 26 8. Control commands 38 10. Boot setup commands 218 - Boot setup commands 303 more than 64 simultaneous commands. So, using more than 64 queued commands 473 8. Control commands 486 Available commands: 690 10. Boot setup commands 707 - enable tagged commands, up to 4 tagged commands queued. 727 The sequence of commands:: 1490 - tagged commands disabled [all …]
|
/linux/drivers/platform/chrome/wilco_ec/ |
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
|