/Linux-v5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf.c | 36 * 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 …]
|
/Linux-v5.10/drivers/staging/fsl-dpaa2/ethsw/ |
D | dpsw.c | 27 * @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 …]
|
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/ |
D | rtw_android.c | 76 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 …]
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-decoder-cmd.rst | 13 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 …]
|
D | vidioc-encoder-cmd.rst | 13 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 …]
|
/Linux-v5.10/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 49 * @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 …]
|
/Linux-v5.10/drivers/net/usb/ |
D | sr9800.h | 13 /* 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 …]
|
/Linux-v5.10/include/linux/ |
D | psp-sev.h | 90 * 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 …]
|
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpni.c | 79 * @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 …]
|
/Linux-v5.10/tools/testing/selftests/tc-testing/plugin-lib/ |
D | nsPlugin.py | 45 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 …]
|
/Linux-v5.10/drivers/hid/ |
D | hid-roccat-common.h | 20 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 …]
|
/Linux-v5.10/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 35 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 …]
|
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/ |
D | README | 41 This command will trigger a scan. 42 The command will then display the scan table entries 45 The above command can be used to connect to an AP with a particular SSID. 47 WEP encryption, wep keys can be specified in the command. 48 …Note: Every time before connecting to an AP scan command (iw dev mlan0 scan) should be used by use… 51 This command will be used to disconnect from an AP. 55 The command will be used to join or create an ibss. Optionally, operating frequency, 60 The command will be used to leave an ibss network. 63 The command will be used to get the connection status. The command will return parameters 83 The command will be used to change the regulatory domain. [all …]
|
D | cmdevt.c | 32 * This function initializes a command node. 57 * This function returns a command node from the free queue depending upon 81 * This function cleans up a command node. 110 * This function returns a command to the command free queue. 113 * cleaning the command node and re-inserting it into the free queue. 133 /* This function reuses a command node. */ 144 le16_to_cpu(host_cmd->command), in mwifiex_recycle_cmd_node() 149 * This function sends a host command to the firmware. 151 * The function copies the host command into the driver command 159 /* Copy the HOST command to command buffer */ in mwifiex_cmd_host_cmd() [all …]
|
/Linux-v5.10/drivers/misc/ibmasm/ |
D | dot_command.c | 52 * send the 4.3.5.10 dot command (driver VPD) to the service processor 56 struct command *command; in ibmasm_send_driver_vpd() local 62 command = ibmasm_new_command(sp, INIT_BUFFER_SIZE); in ibmasm_send_driver_vpd() 63 if (command == NULL) in ibmasm_send_driver_vpd() 66 header = (struct dot_command_header *)command->buffer; in ibmasm_send_driver_vpd() 73 vpd_command = command->buffer + sizeof(struct dot_command_header); in ibmasm_send_driver_vpd() 85 ibmasm_exec_command(sp, command); in ibmasm_send_driver_vpd() 86 ibmasm_wait_for_response(command, IBMASM_CMD_TIMEOUT_NORMAL); in ibmasm_send_driver_vpd() 88 if (command->status != IBMASM_CMD_COMPLETE) in ibmasm_send_driver_vpd() 91 command_put(command); in ibmasm_send_driver_vpd() [all …]
|
/Linux-v5.10/drivers/bus/fsl-mc/ |
D | mc-sys.c | 20 * Timeout in milliseconds to wait for the completion of an MC command 26 * iterations while waiting for MC command completion 71 [MC_CMD_STATUS_OK] = "Command completed successfully", in mc_status_to_string() 72 [MC_CMD_STATUS_READY] = "Command ready to be processed", in mc_status_to_string() 92 * mc_write_command - writes a command to a Management Complex (MC) portal 95 * @cmd: pointer to a filled command 102 /* copy command parameters into the portal */ in mc_write_command() 111 /* submit the command by writing the header */ in mc_write_command() 116 * mc_read_response - reads the response for the last MC command from a 120 * @resp: pointer to command response buffer [all …]
|
D | dpcon.c | 14 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 37 /* prepare command */ in dpcon_open() 44 /* send command to mc*/ in dpcon_open() 59 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 73 /* prepare command */ in dpcon_close() 78 /* send command to mc*/ in dpcon_close() 86 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 97 /* prepare command */ in dpcon_enable() 102 /* send command to mc*/ in dpcon_enable() 110 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' [all …]
|
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/ |
D | bmi.h | 32 * command, this opportunity ends. 35 * from mailbox0. BMI requests all begin with a command 37 * command-specific data. 40 * The Host can only issue a command once the Target gives it a 41 * "BMI Command Credit", using ATH6KL Counter #4. As soon as the 42 * Target has completed a command, it issues another BMI Command 43 * Credit (so the Host can issue the next command). 56 * u32 command (BMI_DONE) 64 * u32 command (BMI_READ_MEMORY) 75 * u32 command (BMI_WRITE_MEMORY) [all …]
|
/Linux-v5.10/arch/mips/include/asm/octeon/ |
D | cvmx-cmd-queue.h | 30 * Support functions for managing command queues used for 33 * The common command queue infrastructure abstracts out the 38 * they all use basic linked command buffers to store the 49 * Command queue pointers are stored in a global named block 84 * don't use it and it slows down the command queue processing 92 * Enumeration representing all hardware blocks that use command 94 * multiple command queues. Not all chips support all hardware 115 * Command write operations can fail if the command queue needs 117 * fail if the number of queued command words reaches the maximum 132 /* Maximum outstanding command words */ [all …]
|
/Linux-v5.10/drivers/net/ethernet/i825xx/ |
D | sun3_82586.h | 74 unsigned char cmd_ruc; /* command word: RU part */ 75 unsigned char cmd_cuc; /* command word: CU part & ACK */ 76 unsigned short cbl_offset; /* pointeroffset, command block list */ 85 * possible command values for the command word 88 #define RUC_NOP 0x0000 /* NOP-command */ 94 #define CUC_MASK 0x07 /* mask for CU command */ 95 #define CUC_NOP 0x00 /* NOP-command */ 99 #define CUC_ABORT 0x04 /* abort command operation immediately */ 101 #define ACK_MASK 0xf0 /* mask for ACK command */ 178 #define STAT_COMPL 0x8000 /* status: frame/command is complete */ [all …]
|
/Linux-v5.10/drivers/media/usb/as102/ |
D | as10x_cmd.c | 13 * as10x_cmd_turn_on - send turn on command to AS10x 26 /* prepare command */ in as10x_cmd_turn_on() 30 /* fill command */ in as10x_cmd_turn_on() 33 /* send command */ in as10x_cmd_turn_on() 54 * as10x_cmd_turn_off - send turn off command to AS10x 67 /* prepare command */ in as10x_cmd_turn_off() 71 /* fill command */ in as10x_cmd_turn_off() 74 /* send command */ in as10x_cmd_turn_off() 94 * as10x_cmd_set_tune - send set tune command to AS10x 109 /* prepare command */ in as10x_cmd_set_tune() [all …]
|
/Linux-v5.10/drivers/input/serio/ |
D | libps2.c | 165 * ps2_adjust_timeout() is called after receiving 1st byte of command 166 * response and tries to reduce remaining timeout to speed up command 171 unsigned int command, unsigned int timeout) in ps2_adjust_timeout() argument 173 switch (command) { in ps2_adjust_timeout() 177 * reset command, reset is thus done, so we can in ps2_adjust_timeout() 189 * the GET ID command as it were a mouse, with in ps2_adjust_timeout() 190 * a single byte. Fail the command so atkbd will in ps2_adjust_timeout() 220 * ps2_command() sends a command and its parameters to the mouse, 226 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command() argument 229 unsigned int send = (command >> 12) & 0xf; in __ps2_command() [all …]
|
/Linux-v5.10/include/trace/events/ |
D | smbus.h | 26 char read_write, u8 command, int protocol, 28 TP_ARGS(adap, addr, flags, read_write, command, protocol, data), 36 __field(__u8, command ) 44 __entry->command = command; 73 __entry->command, 94 char read_write, u8 command, int protocol), 95 TP_ARGS(adap, addr, flags, read_write, command, protocol), 103 __field(__u8, command ) 110 __entry->command = command; 117 __entry->command, [all …]
|
/Linux-v5.10/tools/power/cpupower/bench/ |
D | cpufreq-bench_script.sh | 55 local command 58 …command="cpufreq-bench_plot.sh -o \"sampling_rate_${SAMPLING_RATE}_up_threshold_${up_threshold}\" … 60 …command="${command} /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_r… 62 echo $command 63 eval "$command" 68 …command="cpufreq-bench_plot.sh -o \"up_threshold_${UP_THRESHOLD}_sampling_rate_${sampling_rate}\" … 70 …command="${command} /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_r… 72 echo $command 73 eval "$command" 77 …command="cpufreq-bench_plot.sh -o \"up_threshold_${UP_THRESHOLD}_sampling_rate_${SAMPLING_RATE}\" … [all …]
|
/Linux-v5.10/drivers/dma/fsl-dpaa2-qdma/ |
D | dpdmai.c | 54 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 75 /* prepare command */ in dpdmai_open() 82 /* send command to mc*/ in dpdmai_open() 97 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 109 /* prepare command */ in dpdmai_close() 113 /* send command to mc*/ in dpdmai_close() 121 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 146 /* prepare command */ in dpdmai_create() 151 /* send command to mc*/ in dpdmai_create() 165 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' [all …]
|