Home
last modified time | relevance | path

Searched full:command (Results 1 – 25 of 5967) sorted by relevance

12345678910>>...239

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c36 * Size of inline command buffers. Try to make sure that a page size is a
44 * struct vmw_cmdbuf_context - Command buffer context queues
46 * @submitted: List of command buffers that have been submitted to the
48 * @hw_submitted: List of command buffers submitted to hardware.
49 * @preempted: List of preempted command buffers.
61 * struct vmw_cmdbuf_man: - Command buffer manager
63 * @cur_mutex: Mutex protecting the command buffer used for incremental small
64 * kernel command submissions, @cur.
70 * @work: A struct work_struct implementeing command buffer error handling.
73 * @ctx: Array of command buffer context queues. The queues and the context
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c33 * Size of inline command buffers. Try to make sure that a page size is a
41 * struct vmw_cmdbuf_context - Command buffer context queues
43 * @submitted: List of command buffers that have been submitted to the
45 * @hw_submitted: List of command buffers submitted to hardware.
46 * @preempted: List of preempted command buffers.
58 * struct vmw_cmdbuf_man: - Command buffer manager
60 * @cur_mutex: Mutex protecting the command buffer used for incremental small
61 * kernel command submissions, @cur.
67 * @work: A struct work_struct implementeing command buffer error handling.
70 * @ctx: Array of command buffer context queues. The queues and the context
[all …]
/kernel/linux/linux-4.19/drivers/staging/rtl8188eu/os_dep/
Drtw_android.c76 static int rtw_android_get_rssi(struct net_device *net, char *command, in rtw_android_get_rssi() argument
85 bytes_written += snprintf(&command[bytes_written], total_len, in rtw_android_get_rssi()
93 static int rtw_android_get_link_speed(struct net_device *net, char *command, in rtw_android_get_link_speed() argument
100 return snprintf(command, total_len, "LinkSpeed %d", in rtw_android_get_link_speed()
104 static int rtw_android_get_macaddr(struct net_device *net, char *command, in rtw_android_get_macaddr() argument
107 return snprintf(command, total_len, "Macaddr = %pM", in rtw_android_get_macaddr()
111 static int android_set_cntry(struct net_device *net, char *command, in android_set_cntry() argument
115 char *country_code = command + strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_COUNTRY]) + 1; in android_set_cntry()
122 static int android_get_p2p_addr(struct net_device *net, char *command, in android_get_p2p_addr() argument
126 memcpy(command, net->dev_addr, ETH_ALEN); in android_get_p2p_addr()
[all …]
/kernel/linux/linux-4.19/drivers/staging/fsl-dpaa2/ethsw/
Ddpsw.c27 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
50 /* prepare command */ in dpsw_open()
57 /* send command to mc*/ in dpsw_open()
71 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
85 /* prepare command */ in dpsw_close()
90 /* send command to mc*/ in dpsw_close()
97 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
108 /* prepare command */ in dpsw_enable()
113 /* send command to mc*/ in dpsw_enable()
120 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
[all …]
/kernel/linux/linux-4.19/drivers/block/
DDAC960.c318 DAC960_Command_T *Command; in DAC960_CreateAuxiliaryStructures() local
332 Command = (DAC960_Command_T *) AllocationPointer; in DAC960_CreateAuxiliaryStructures()
334 Command->CommandIdentifier = CommandIdentifier; in DAC960_CreateAuxiliaryStructures()
335 Command->Controller = Controller; in DAC960_CreateAuxiliaryStructures()
336 Command->Next = Controller->FreeCommands; in DAC960_CreateAuxiliaryStructures()
337 Controller->FreeCommands = Command; in DAC960_CreateAuxiliaryStructures()
338 Controller->Commands[CommandIdentifier-1] = Command; in DAC960_CreateAuxiliaryStructures()
355 Command->cmd_sglist = Command->V1.ScatterList; in DAC960_CreateAuxiliaryStructures()
356 Command->V1.ScatterGatherList = in DAC960_CreateAuxiliaryStructures()
358 Command->V1.ScatterGatherListDMA = ScatterGatherDMA; in DAC960_CreateAuxiliaryStructures()
[all …]
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
Ddpsw.c27 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
50 /* prepare command */ in dpsw_open()
57 /* send command to mc*/ in dpsw_open()
71 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
85 /* prepare command */ in dpsw_close()
90 /* send command to mc*/ in dpsw_close()
97 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
108 /* prepare command */ in dpsw_enable()
113 /* send command to mc*/ in dpsw_enable()
120 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
[all …]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
Drtw_android.c76 static int rtw_android_get_rssi(struct net_device *net, char *command, in rtw_android_get_rssi() argument
85 bytes_written += snprintf(&command[bytes_written], total_len, in rtw_android_get_rssi()
93 static int rtw_android_get_link_speed(struct net_device *net, char *command, in rtw_android_get_link_speed() argument
100 return snprintf(command, total_len, "LinkSpeed %d", in rtw_android_get_link_speed()
104 static int rtw_android_get_macaddr(struct net_device *net, char *command, in rtw_android_get_macaddr() argument
107 return snprintf(command, total_len, "Macaddr = %pM", in rtw_android_get_macaddr()
111 static int android_set_cntry(struct net_device *net, char *command, in android_set_cntry() argument
115 char *country_code = command + strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_COUNTRY]) + 1; in android_set_cntry()
122 static int android_get_p2p_addr(struct net_device *net, char *command, in android_get_p2p_addr() argument
126 memcpy(command, net->dev_addr, ETH_ALEN); in android_get_p2p_addr()
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-decoder-cmd.rst13 VIDIOC_DECODER_CMD - VIDIOC_TRY_DECODER_CMD - Execute an decoder command
39 ``VIDIOC_DECODER_CMD`` sends a command to the decoder,
40 ``VIDIOC_TRY_DECODER_CMD`` can be used to try a command without actually
41 executing it. To send a command applications must initialize all fields
46 The ``cmd`` field must contain the command code. Some commands use the
50 call sends an implicit START command to the decoder if it has not been
55 command to the decoder, and all buffered data is discarded. Applies to both
76 - The decoder command, see :ref:`decoder-cmds`.
80 - Flags to go with the command. If no flags are defined for this
81 command, drivers and applications must set this field to zero.
[all …]
Dvidioc-encoder-cmd.rst13 VIDIOC_ENCODER_CMD - VIDIOC_TRY_ENCODER_CMD - Execute an encoder command
39 ``VIDIOC_ENCODER_CMD`` sends a command to the encoder,
40 ``VIDIOC_TRY_ENCODER_CMD`` can be used to try a command without actually
43 To send a command applications must initialize all fields of a struct
48 The ``cmd`` field must contain the command code. Some commands use the
51 After a STOP command, :c:func:`read()` calls will read
57 call sends an implicit START command to the encoder if it has not been
80 - The encoder command, see :ref:`encoder-cmds`.
83 - Flags to go with the command, see :ref:`encoder-flags`. If no
84 flags are defined for this command, drivers and applications must
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/tc-testing/plugin-lib/
DnsPlugin.py41 def adjust_command(self, stage, command): argument
42 super().adjust_command(stage, command)
47 return command
52 if not isinstance(command, list):
54 cmdlist = command.split()
56 cmdlist = command
59 …djust_command: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, comman…
68 command = ' '.join(cmdlist)
70 command = cmdlist
73 print('adjust_command: return command [{}]'.format(command))
[all …]
/kernel/linux/linux-4.19/drivers/net/usb/
Dsr9800.h13 /* SR9800 spec. command table on Linux Platform */
15 /* command : Software Station Management Control Reg */
17 /* command : PHY Read Reg */
19 /* command : PHY Write Reg */
21 /* command : Hardware Station Management Control Reg */
23 /* command : SROM Read Reg */
25 /* command : SROM Write Reg */
27 /* command : SROM Write Enable Reg */
29 /* command : SROM Write Disable Reg */
31 /* command : RX Control Read Reg */
[all …]
/kernel/linux/linux-5.10/drivers/net/usb/
Dsr9800.h13 /* SR9800 spec. command table on Linux Platform */
15 /* command : Software Station Management Control Reg */
17 /* command : PHY Read Reg */
19 /* command : PHY Write Reg */
21 /* command : Hardware Station Management Control Reg */
23 /* command : SROM Read Reg */
25 /* command : SROM Write Reg */
27 /* command : SROM Write Enable Reg */
29 /* command : SROM Write Disable Reg */
31 /* command : RX Control Read Reg */
[all …]
/kernel/linux/linux-4.19/drivers/scsi/lpfc/
Dlpfc_mbox.c49 * @pmb: pointer to the driver internal queue element for mailbox command.
52 * The dump mailbox command provides a method for the device driver to obtain
55 * This routine prepares the mailbox command for dumping list of static
108 * @pmb: pointer to the driver internal queue element for mailbox command.
110 * This routine prepares a mailbox command to bring down HBA link.
123 * lpfc_dump_mem - Prepare a mailbox command for reading a region.
125 * @pmb: pointer to the driver internal queue element for mailbox command.
129 * The dump mailbox command provides a method for the device driver to obtain
132 * This routine prepares the mailbox command for dumping HBA's config region.
160 * lpfc_dump_wakeup_param - Prepare mailbox command for retrieving wakeup params
[all …]
/kernel/linux/linux-4.19/include/linux/
Dpsp-sev.h94 * struct sev_data_init - INIT command parameters
108 * struct sev_data_pek_csr - PEK_CSR command parameters
119 * struct sev_data_cert_import - PEK_CERT_IMPORT command parameters
135 * struct sev_data_download_firmware - DOWNLOAD_FIRMWARE command parameters
146 * struct sev_data_get_id - GET_ID command parameters
156 * struct sev_data_pdh_cert_export - PDH_CERT_EXPORT command parameters
172 * struct sev_data_decommission - DECOMMISSION command parameters
181 * struct sev_data_activate - ACTIVATE command parameters
192 * struct sev_data_deactivate - DEACTIVATE command parameters
201 * struct sev_data_guest_status - SEV GUEST_STATUS command parameters
[all …]
/kernel/linux/linux-5.10/include/linux/
Dpsp-sev.h90 * struct sev_data_init - INIT command parameters
106 * struct sev_data_pek_csr - PEK_CSR command parameters
117 * struct sev_data_cert_import - PEK_CERT_IMPORT command parameters
133 * struct sev_data_download_firmware - DOWNLOAD_FIRMWARE command parameters
144 * struct sev_data_get_id - GET_ID command parameters
154 * struct sev_data_pdh_cert_export - PDH_CERT_EXPORT command parameters
170 * struct sev_data_decommission - DECOMMISSION command parameters
179 * struct sev_data_activate - ACTIVATE command parameters
190 * struct sev_data_deactivate - DEACTIVATE command parameters
199 * struct sev_data_guest_status - SEV GUEST_STATUS command parameters
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/
DnsPlugin.py45 def adjust_command(self, stage, command): argument
46 super().adjust_command(stage, command)
51 return command
56 if not isinstance(command, list):
58 cmdlist = command.split()
60 cmdlist = command
63 …djust_command: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, comman…
72 command = ' '.join(cmdlist)
74 command = cmdlist
77 print('adjust_command: return command [{}]'.format(command))
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpni.c79 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
103 /* prepare command */ in dpni_open()
110 /* send command to mc*/ in dpni_open()
124 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
138 /* prepare command */ in dpni_close()
143 /* send command to mc*/ in dpni_close()
150 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
168 /* prepare command */ in dpni_set_pools()
182 /* send command to mc*/ in dpni_set_pools()
189 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
[all …]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_mbox.c49 * @pmb: pointer to the driver internal queue element for mailbox command.
52 * The dump mailbox command provides a method for the device driver to obtain
55 * This routine prepares the mailbox command for dumping list of static
108 * @pmb: pointer to the driver internal queue element for mailbox command.
110 * This routine prepares a mailbox command to bring down HBA link.
123 * lpfc_dump_mem - Prepare a mailbox command for reading a region.
125 * @pmb: pointer to the driver internal queue element for mailbox command.
129 * The dump mailbox command provides a method for the device driver to obtain
132 * This routine prepares the mailbox command for dumping HBA's config region.
160 * lpfc_dump_wakeup_param - Prepare mailbox command for retrieving wakeup params
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt35 name: Descriptive name that explains the command under test
36 category: A list of single-word descriptions covering what the command
38 setup: The list of commands required to ensure the command under test
39 succeeds. For example: if testing a filter, the command to create
42 Each command can be a string to be executed, or a list consisting
43 of a string which is a command to be executed, followed by 1 or
44 more acceptable exit codes for this command.
45 If only a string is given for the command, then an exit code of 0
47 cmdUnderTest: The tc command being tested itself.
48 expExitCode: The code returned by the command under test upon its termination.
[all …]
/kernel/linux/linux-5.10/drivers/hid/
Dhid-roccat-common.h20 uint8_t command; member
30 uint command, void const *buf, uint size);
42 size_t real_size, uint command);
45 size_t real_size, uint command);
47 #define ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ argument
53 SIZE, COMMAND); \
56 #define ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) \ argument
62 SIZE, COMMAND); \
65 #define ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE) \ argument
66 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \
[all …]
/kernel/linux/linux-4.19/Documentation/isdn/
DINTERFACE103 command = event-type. (one of the constants ISDN_STAT_...)
110 int (*command)(isdn_ctrl*);
120 command = command to perform. (one of the constants ISDN_CMD_...)
121 arg = depends on command.
122 num = depends on command.
212 All commands will be performed by calling the function command() described
213 above from within the LL. The field command of the struct-parameter will
214 contain the desired command, the field driver is always set to the
225 This command is intended for performing ioctl-calls for configuring
232 called with the field command set to 1.
[all …]
/kernel/linux/linux-4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpni.c78 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
102 /* prepare command */ in dpni_open()
109 /* send command to mc*/ in dpni_open()
123 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
137 /* prepare command */ in dpni_close()
142 /* send command to mc*/ in dpni_close()
149 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
167 /* prepare command */ in dpni_set_pools()
181 /* send command to mc*/ in dpni_set_pools()
188 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_'
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt35 name: Descriptive name that explains the command under test
41 category: A list of single-word descriptions covering what the command
43 setup: The list of commands required to ensure the command under test
44 succeeds. For example: if testing a filter, the command to create
47 Each command can be a string to be executed, or a list consisting
48 of a string which is a command to be executed, followed by 1 or
49 more acceptable exit codes for this command.
50 If only a string is given for the command, then an exit code of 0
52 cmdUnderTest: The tc command being tested itself.
53 expExitCode: The code returned by the command under test upon its termination.
[all …]
/kernel/linux/linux-4.19/drivers/hid/
Dhid-roccat-common.h23 uint8_t command; member
33 uint command, void const *buf, uint size);
45 size_t real_size, uint command);
48 size_t real_size, uint command);
50 #define ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ argument
56 SIZE, COMMAND); \
59 #define ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) \ argument
65 SIZE, COMMAND); \
68 #define ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE) \ argument
69 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \
[all …]
/kernel/linux/linux-4.19/Documentation/networking/
Drmnet.txt29 Function Command / Data Reserved Pad Multiplexer ID Payload length
33 Command (1)/ Data (0) bit value is to indicate if the packet is a MAP command
47 b. MAP packet (command specific)
50 Function Command Reserved Pad Multiplexer ID Payload length
52 Function Command name Reserved Command Type Reserved
56 Function Command data
58 Command 1 indicates disabling flow while 2 is enabling flow
60 Command types -
61 0 for MAP command request
62 1 is to acknowledge the receipt of a command
[all …]

12345678910>>...239