/kernel/linux/linux-5.10/net/sctp/ |
D | sm_statefuns.c | 58 struct sctp_cmd_seq *commands); 67 struct sctp_cmd_seq *commands, 75 struct sctp_cmd_seq *commands); 82 struct sctp_cmd_seq *commands); 89 struct sctp_cmd_seq *commands); 94 struct sctp_cmd_seq *commands, 104 struct sctp_cmd_seq *commands, 114 struct sctp_cmd_seq *commands); 122 struct sctp_cmd_seq *commands); 130 struct sctp_cmd_seq *commands); [all …]
|
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() 518 static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands, in sctp_do_8_2_transport_strike() argument 593 static void sctp_cmd_init_failed(struct sctp_cmd_seq *commands, in sctp_cmd_init_failed() argument 604 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, in sctp_cmd_init_failed() 607 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE, in sctp_cmd_init_failed() [all …]
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | setup_32.c | 148 static void __init boot_flags_init(char *commands) in boot_flags_init() argument 150 while (*commands) { in boot_flags_init() 152 while (*commands == ' ') in boot_flags_init() 153 commands++; in boot_flags_init() 156 if (*commands == '\0') in boot_flags_init() 158 if (*commands == '-') { in boot_flags_init() 159 commands++; in boot_flags_init() 160 while (*commands && *commands != ' ') in boot_flags_init() 161 process_switch(*commands++); in boot_flags_init() 164 if (!strncmp(commands, "mem=", 4)) { in boot_flags_init() [all …]
|
D | setup_64.c | 133 static void __init boot_flags_init(char *commands) in boot_flags_init() argument 135 while (*commands) { in boot_flags_init() 137 while (*commands == ' ') in boot_flags_init() 138 commands++; in boot_flags_init() 141 if (*commands == '\0') in boot_flags_init() 143 if (*commands == '-') { in boot_flags_init() 144 commands++; in boot_flags_init() 145 while (*commands && *commands != ' ') in boot_flags_init() 146 process_switch(*commands++); in boot_flags_init() 149 if (!strncmp(commands, "mem=", 4)) in boot_flags_init() [all …]
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | samsung-laptop.c | 147 const struct sabi_commands commands; member 172 .commands = { 235 .commands = { 480 const struct sabi_commands *commands = &samsung->config->commands; in read_brightness() local 485 retval = sabi_command(samsung, commands->get_brightness, in read_brightness() 502 const struct sabi_commands *commands = &samsung->config->commands; in set_brightness() local 513 sabi_set_commandb(samsung, commands->set_brightness, 0); in set_brightness() 516 sabi_set_commandb(samsung, commands->set_brightness, user_level); in set_brightness() 563 const struct sabi_commands *commands = &samsung->config->commands; in update_status() local 568 sabi_set_commandb(samsung, commands->set_backlight, 1); in update_status() [all …]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | pmbus-core.rst | 21 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 …]
|
/kernel/liteos_a/tools/scripts/parse_exc/ |
D | parse_excinfo.py | 37 import commands 80 ret = commands.getoutput(cmd) 83 ret = commands.getoutput(cmd) 102 ret = commands.getoutput(cmd) 131 ret = commands.getoutput(cmd) 134 ret = commands.getoutput(cmd) 156 res = commands.getoutput(cmd) 183 ret = commands.getoutput(cmd) 193 commands.getoutput(cmd) 217 ret = commands.getoutput(cmd)
|
/kernel/linux/linux-5.10/Documentation/i2c/ |
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.
|
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
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
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
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
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::
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/ |
D | cpupower.c | 50 static struct cmd_struct commands[] = { variable 72 for (i = 0; i < ARRAY_SIZE(commands); i++) in print_help() 73 printf("\t%s\n", commands[i].cmd); in print_help() 221 for (i = 0; i < ARRAY_SIZE(commands); i++) { in main() 222 struct cmd_struct *p = commands + i; in main()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/w1/ |
D | Kconfig | 26 2. Userspace commands. Includes read/write and search/alarm search commands. 27 3. Replies to userspace commands.
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/google/ |
D | gve.rst | 60 commands, used by the driver to issue commands to the device and set up 61 resources.The driver and the device maintain a count of how many commands 62 have been submitted and executed. To issue AQ commands, the driver must do 65 1) Copy new commands into next available slots in the AQ array 66 2) Increment its counter by he number of new commands
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
D | README | 30 teardown commands - which includes not being able to run a test simply 52 commands being tested must be run as root. The code that enforces 57 requirement for that test. nsPlugin executes all commands within a 86 The setup and teardown stages can run zero or more commands. The setup 89 can be run next. These two stages require any commands run to return 97 Each of the commands in any stage will run in a shell instance. 105 the tests to be run. These values are used in the tc commands that will be 111 The NAMES values are used to substitute into the commands in the test cases. 128 -v, --verbose Show the commands that are being run 161 options for nsPlugin (run commands in net namespace) [all …]
|
/kernel/linux/linux-5.10/Documentation/security/tpm/ |
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.
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | ufs.rst | 66 UFS supports subset of SCSI commands defined by SPC-4 and SBC-3. 69 It handles SCSI commands supported by UFS specification. 76 device power management operations and commands to Interconnect 92 set layer(UCS) to transport commands. 107 * UIO_SAP: To issue commands to Unipro layers. 123 and prepares the controller to transfer commands/response between 129 Transfer request handling module of UFSHCD receives SCSI commands 145 with SCSI Midlayer. Examples of some of the error handling commands
|
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 …]
|
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 …]
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/huawei/ |
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
|
/kernel/linux/linux-5.10/drivers/platform/chrome/wilco_ec/ |
D | Kconfig | 18 If you say Y here, you get support for sending raw commands to 19 the Wilco EC via debugfs. These commands do not do any byte 20 manipulation and allow for testing arbitrary commands. This
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
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
|
/kernel/linux/linux-5.10/net/ieee802154/ |
D | nl-mac.c | 838 u32 commands[256 / 32]; in ieee802154_llsec_parse_key() local 852 nla_memcpy(commands, in ieee802154_llsec_parse_key() 856 if (commands[0] || commands[1] || commands[2] || commands[3] || in ieee802154_llsec_parse_key() 857 commands[4] || commands[5] || commands[6] || in ieee802154_llsec_parse_key() 858 commands[7] >= BIT(IEEE802154_CMD_GTS_REQ + 1)) in ieee802154_llsec_parse_key() 861 key->cmd_frame_ids = commands[7]; in ieee802154_llsec_parse_key() 916 u32 commands[256 / 32]; in ieee802154_nl_fill_key() local 931 memset(commands, 0, sizeof(commands)); in ieee802154_nl_fill_key() 932 commands[7] = key->key->cmd_frame_ids; in ieee802154_nl_fill_key() 934 sizeof(commands), commands)) in ieee802154_nl_fill_key()
|