Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/linux-6.12.1/net/sctp/
Dsm_statefuns.c59 struct sctp_cmd_seq *commands);
68 struct sctp_cmd_seq *commands,
76 struct sctp_cmd_seq *commands);
83 struct sctp_cmd_seq *commands);
90 struct sctp_cmd_seq *commands);
97 struct sctp_cmd_seq *commands);
102 struct sctp_cmd_seq *commands,
112 struct sctp_cmd_seq *commands,
122 struct sctp_cmd_seq *commands);
130 struct sctp_cmd_seq *commands);
[all …]
Dsm_sideeffect.c47 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()
550 static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands, in sctp_do_8_2_transport_strike() argument
625 static void sctp_cmd_init_failed(struct sctp_cmd_seq *commands, in sctp_cmd_init_failed() argument
636 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, in sctp_cmd_init_failed()
639 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE, in sctp_cmd_init_failed()
[all …]
/linux-6.12.1/arch/sparc/kernel/
Dsetup_32.c135 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 …]
Dsetup_64.c120 static void __init boot_flags_init(char *commands) in boot_flags_init() argument
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()
136 if (!strncmp(commands, "mem=", 4)) in boot_flags_init()
[all …]
/linux-6.12.1/drivers/gpu/drm/tiny/
Dpanel-mipi-dbi.c111 u8 commands[]; member
123 struct panel_mipi_dbi_commands *commands; in panel_mipi_dbi_check_commands() local
147 u8 command = config->commands[i++]; in panel_mipi_dbi_check_commands()
148 u8 num_parameters = config->commands[i++]; in panel_mipi_dbi_check_commands()
149 const u8 *parameters = &config->commands[i]; in panel_mipi_dbi_check_commands()
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()
[all …]
/linux-6.12.1/drivers/platform/x86/
Dsamsung-laptop.c146 const struct sabi_commands commands; member
171 .commands = {
234 .commands = {
469 const struct sabi_commands *commands = &samsung->config->commands; in read_brightness() local
474 retval = sabi_command(samsung, commands->get_brightness, in read_brightness()
491 const struct sabi_commands *commands = &samsung->config->commands; in set_brightness() local
502 sabi_set_commandb(samsung, commands->set_brightness, 0); in set_brightness()
505 sabi_set_commandb(samsung, commands->set_brightness, user_level); in set_brightness()
552 const struct sabi_commands *commands = &samsung->config->commands; in update_status() local
557 sabi_set_commandb(samsung, commands->set_backlight, 1); in update_status()
[all …]
/linux-6.12.1/Documentation/hwmon/
Dpmbus-core.rst21 Unfortunately, while PMBus commands are standardized, there are no mandatory
22 commands, and manufacturers can add as many non-standard commands as they like.
23 Also, different PMBUs devices act differently if non-supported commands are
47 PMBus commands. Auto-detection is somewhat limited, since there are simply too
49 which PMBus commands are paged and which commands are replicated across all
53 all commands can be auto-detected. The data structures in this driver can be
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
[all …]
/linux-6.12.1/Documentation/i2c/
Di2c-stub.rst9 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.
Dfunctionality.rst22 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-6.12.1/Documentation/ABI/testing/
Ddebugfs-cec-error-inj6 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-6.12.1/kernel/debug/kdb/
Dkdb_cmds1 # 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-6.12.1/Documentation/firmware-guide/acpi/
Daml-debugger.rst25 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-6.12.1/tools/power/cpupower/utils/
Dcpupower.c52 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-6.12.1/tools/perf/
Dperf.c51 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-6.12.1/Documentation/driver-api/cxl/
Dmaturity-map.rst120 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-6.12.1/tools/testing/kunit/
Drun_checks.py22 commands: Dict[str, Sequence[str]] = { variable
41 executor = futures.ThreadPoolExecutor(max_workers=len(commands))
42 for name, argv in commands.items():
/linux-6.12.1/tools/perf/Documentation/
Dperf-help.txt16 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-6.12.1/drivers/w1/
DKconfig26 2. Userspace commands. Includes read/write and search/alarm search commands.
27 3. Replies to userspace commands.
/linux-6.12.1/Documentation/tee/
Damd-tee.rst45 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-6.12.1/Documentation/security/tpm/
Dtpm_vtpm_proxy.rst28 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-6.12.1/Documentation/networking/device_drivers/ethernet/huawei/
Dhinic.rst58 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-6.12.1/tools/bpf/bpftool/
Dmain.c76 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-6.12.1/Documentation/scsi/
Dsym53c8xx_2.rst28 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 …]
Dncr53c8xx.rst26 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 …]
/linux-6.12.1/drivers/platform/chrome/wilco_ec/
DKconfig19 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

12345678910>>...22