Searched refs:commands (Results 1 - 25 of 70) sorted by last modified time

123

/linux-master/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh770 -v Verbose mode (show commands and output)
H A Dtest_vxlan_mdb.sh2493 -v Verbose mode (show commands and output)
H A Drtnetlink.sh630 # Example commands
720 # Example commands
1297 -v Verbose mode (show commands and output)
H A Dfib_tests.sh2615 -v verbose mode (show commands and output)
H A Dfib_nexthops.sh2413 -v verbose mode (show commands and output)
H A Dtest_bridge_backup_port.sh701 -v Verbose mode (show commands and output)
H A Dvrf_route_leaking.sh548 -v verbose mode (show commands and output)
/linux-master/net/bluetooth/
H A Dhci_event.c783 memcpy(hdev->commands, rp->commands, sizeof(hdev->commands));
4270 * for vendor specific commands send by HCI drivers.
4393 * (since for this kind of commands there will not be a command
H A Dmgmt.c2526 /* This is a helper function to test for pending mgmt commands that can
2527 * cause CoD or EIR HCI commands. We can only allow one such pending
4262 if ((hdev->commands[41] & 0x08) || msft_curve_validity(hdev))
4270 if (hdev->commands[20] & 0x10)
4281 if (hdev->commands[41] & 0x08)
4293 if (hdev->commands[38] & 0x80) {
6653 /* We need to restore the flag if related HCI commands
H A Dhci_sync.c126 * commands queued on the HCI request queue.
1848 * execute any HCI commands. This happens when a single instance is
2575 if (!(hdev->commands[26] & 0x80))
3527 if (hdev->dev_type == HCI_AMP && !(hdev->commands[14] & 0x20))
3549 * HCI command for reading the local supported commands.
3554 * supported commands.
3861 if (iso_capable(hdev) && hdev->commands[41] & 0x20)
3964 if (hdev->commands[0] & 0x20) {
3978 if (hdev->commands[2] & 0x80)
4041 if (!(hdev->commands[
[all...]
/linux-master/include/net/bluetooth/
H A Dhci_core.h387 __u8 commands[64]; member in struct:hci_dev
1908 (hdev->commands[39] & 0x04))
1911 ((dev)->commands[20] & 0x10 && \
1918 (((dev)->commands[29] & 0x08) && \
1922 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \
1923 ((dev)->commands[37] & 0x40) && \
1927 #define use_ext_conn(dev) ((dev)->commands[37] & 0x80)
1958 #define mws_transport_config_capable(dev) (((dev)->commands[30] & 0x08) && \
H A Dhci.h1431 __u8 commands[64]; member in struct:hci_rp_read_local_commands
/linux-master/drivers/cxl/core/
H A Dmbox.c43 * This table defines the supported mailbox commands for the driver. This table
88 * CXL_MBOX_OP_[GET_,INJECT_,CLEAR_]POISON: These commands require kernel
237 * Mailbox commands may execute successfully yet the device itself reported an
238 * error. While this distinction can be useful for commands from userspace, the
317 * commands with input payloads that are known to be unsafe. This
393 * Unlike supported commands, the output size of RAW commands
533 * otherwise, return max(n_commands, total commands) cxl_command_info
544 if (copy_to_user(&q->commands[j++], &info, sizeof(info)))
780 * cxl_enumerate_cmds() - Enumerate commands fo
[all...]
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c158 DRM_DEBUG("Only draw commands in execbuffers\n");
280 struct drm_qxl_command __user *commands = local
281 u64_to_user_ptr(execbuffer->commands);
283 if (copy_from_user(&user_cmd, commands + cmd_num,
/linux-master/drivers/ata/
H A Dlibata-eh.c112 /* but no merciful 30sec for other commands, it just isn't worth it */
117 const u8 *commands; member in struct:ata_eh_cmd_timeout_ent
122 * commands. Each table entry is a command class and matches the
123 * commands the entry applies to and the timeout table to use.
136 { .commands = CMDS(ATA_CMD_ID_ATA, ATA_CMD_ID_ATAPI),
138 { .commands = CMDS(ATA_CMD_READ_LOG_EXT, ATA_CMD_READ_LOG_DMA_EXT),
140 { .commands = CMDS(ATA_CMD_READ_NATIVE_MAX, ATA_CMD_READ_NATIVE_MAX_EXT),
142 { .commands = CMDS(ATA_CMD_SET_MAX, ATA_CMD_SET_MAX_EXT),
144 { .commands = CMDS(ATA_CMD_SET_FEATURES),
146 { .commands
[all...]
/linux-master/scripts/
H A Dbpf_doc.py96 self.commands = []
212 self.commands.append(command)
624 self.elements = parser.commands
/linux-master/arch/sparc/kernel/
H A Dsetup_32.c135 static void __init boot_flags_init(char *commands) argument
137 while (*commands) {
139 while (*commands == ' ')
140 commands++;
143 if (*commands == '\0')
145 if (*commands == '-') {
146 commands++;
147 while (*commands && *commands != ' ')
148 process_switch(*commands
[all...]
/linux-master/include/uapi/drm/
H A Dvmwgfx_drm.h315 * @commands: User-space address of a command buffer cast to an __u64.
337 __u64 commands; member in struct:drm_vmw_execbuf_arg
609 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
613 * commands
900 * be used as the surface ID in commands referencing the surface.
1140 * be used as the surface ID in commands referencing the surface.
/linux-master/drivers/hwmon/
H A Dsht3x.c25 /* commands (high repeatability mode) */
28 /* commands (medium repeatability mode) */
31 /* commands (low repeatability mode) */
34 /* commands for periodic mode */
38 /* commands for heater control */
42 /* other commands */
49 /* delays for single-shot mode i2c commands, both in us */
85 /* periodic measure commands (high repeatability mode) */
99 /* periodic measure commands (medium repeatability) */
113 /* periodic measure commands (lo
328 const struct sht3x_limit_commands *commands; local
378 const struct sht3x_limit_commands *commands; local
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c2461 * This is based on the fact that all affected define commands have the
2561 * This is based on the fact that all affected define commands have
3429 /* SM commands */
3583 * SM5 commands
3675 /* Handle any none 3D commands */
3994 * @user_commands: User-space pointer to the commands to be submitted.
4040 VMW_DEBUG_USER("Failed copying commands.\n");
4141 VMW_DEBUG_USER("Failed copying commands.\n");
4505 (void __user *)(unsigned long)arg->commands,
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dspi.c303 u32 commands[WSPI_MAX_NUM_OF_CHUNKS]; /* 1 command per chunk */ local
317 cmd = &commands[0];
/linux-master/tools/perf/
H A Dperf.c6 * This is the main hub from which the sub-commands (perf stat,
50 static struct cmd_struct commands[] = { variable in typeref:struct:cmd_struct
206 * commands can be written with "--" prepended
280 for (i = 0; i < ARRAY_SIZE(commands); i++) {
281 struct cmd_struct *p = commands+i;
396 for (i = 0; i < ARRAY_SIZE(commands); i++) {
397 struct cmd_struct *p = commands+i;
546 * We use PATH to find perf commands, but we prepend some higher
/linux-master/include/uapi/linux/
H A Dcxl_mem.h14 * Not all of the commands that the driver supports are available for use by
16 * to determine the live set of commands. Alternatively, it can issue the
143 * struct cxl_mem_query_commands - Query supported commands.
146 * is 0, driver will return the number of total supported commands.
148 * @commands: Output array of supported commands. This array must be allocated
151 * Allow userspace to query the available commands supported by both the driver,
157 * - { .n_commands = 0 } // Get number of supported commands
158 * - { .n_commands = 15, .commands = buf } // Return first 15 (or less)
159 * supported commands
175 struct cxl_command_info __user commands[]; /* out: supported commands */ member in struct:cxl_mem_query_commands
[all...]
/linux-master/drivers/firmware/
H A Darm_scpi.c87 /* SCPI Standard commands */
158 /* List all commands that are required to go through the high priority link */
176 /* List all commands used by this driver, used as indexes */
253 int *commands; member in struct:scpi_drvinfo
280 __le32 commands[4]; member in struct:scp_capabilities
368 * We should consider that command is the head of pending RX commands
482 if (scpi_info->commands[idx] < 0)
485 cmd = scpi_info->commands[idx];
985 scpi_drvinfo->commands = scpi_std_commands;
992 scpi_drvinfo->commands
[all...]
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py240 def _exec_cmd_batched(self, stage, commands):
241 for cmd in commands:

Completed in 607 milliseconds

123