| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_cmdbuf.c | 37 * Size of inline command buffers. Try to make sure that a page size is a 45 * struct vmw_cmdbuf_context - Command buffer context queues 47 * @submitted: List of command buffers that have been submitted to the 49 * @hw_submitted: List of command buffers submitted to hardware. 50 * @preempted: List of preempted command buffers. 52 * @block_submission: Identifies a block command submission. 63 * struct vmw_cmdbuf_man - Command buffer manager 65 * @cur_mutex: Mutex protecting the command buffer used for incremental small 66 * kernel command submissions, @cur. 72 * @work: A struct work_struct implementeing command buffer error handling. [all …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/drivers/input/serio/ |
| D | libps2.c | 37 #define PS2_FLAG_CMD BIT(1) /* Waiting for a command to finish */ 38 #define PS2_FLAG_CMD1 BIT(2) /* Waiting for the first byte of command response */ 39 #define PS2_FLAG_WAITID BIT(3) /* Command executing is GET ID */ 123 * ps2_begin_command - mark beginning of execution of a complex command 124 * @ps2dev: a PS/2 device executing the command 126 * Serializes a complex/compound command. Once command is finished 138 * ps2_end_command - mark end of execution of a complex command 139 * @ps2dev: a PS/2 device executing the command 199 * ps2_adjust_timeout() is called after receiving 1st byte of command 200 * response and tries to reduce remaining timeout to speed up command [all …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/inc/ |
| D | dmub_cmd.h | 100 * size to ensure the command size remains less than 64 bytes if 649 * Command IDs should be treated as stable ABI. 691 * the command register bits. 704 * Command responses. 708 * Return response for DMUB_GPINT__STOP_FW command. 713 * union dmub_gpint_data_register - Format for sending a command via the GPINT. 718 uint32_t command_code : 12; /**< GPINT command */ 719 uint32_t status : 4; /**< Command status bit */ 725 * enum dmub_gpint_command - GPINT command to DMCUB FW 727 * Command IDs should be treated as stable ABI. [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/creating-testcases/ |
| D | AddingTestCases.txt | 35 name: Descriptive name that explains the command under test 41 dependsOn: Same as 'skip', but the value is executed as a command. The test 42 is skipped when the command returns non-zero. 43 category: A list of single-word descriptions covering what the command 45 setup: The list of commands required to ensure the command under test 46 succeeds. For example: if testing a filter, the command to create 49 Each command can be a string to be executed, or a list consisting 50 of a string which is a command to be executed, followed by 1 or 51 more acceptable exit codes for this command. 52 If only a string is given for the command, then an exit code of 0 [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
| D | lpfc_mbox.c | 49 * @mbox: pointer to the driver internal queue element for mailbox command. 51 * A mailbox command consists of the pool memory for the command, @mbox, and 88 * @mbox: pointer to the driver internal queue element for mailbox command. 91 * A mailbox command consists of the pool memory for the command, @mbox, and 123 * @pmb: pointer to the driver internal queue element for mailbox command. 126 * The dump mailbox command provides a method for the device driver to obtain 129 * This routine prepares the mailbox command for dumping list of static 176 * @pmb: pointer to the driver internal queue element for mailbox command. 178 * This routine prepares a mailbox command to bring down HBA link. 191 * lpfc_dump_mem - Prepare a mailbox command for reading a region. [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | psp-sev.h | 85 * struct sev_data_init - INIT command parameters 99 * struct sev_data_init_ex - INIT_EX command parameters 101 * @length: len of the command buffer read by the PSP 121 * struct sev_data_pek_csr - PEK_CSR command parameters 132 * struct sev_data_cert_import - PEK_CERT_IMPORT command parameters 148 * struct sev_data_download_firmware - DOWNLOAD_FIRMWARE command parameters 159 * struct sev_data_get_id - GET_ID command parameters 169 * struct sev_data_pdh_cert_export - PDH_CERT_EXPORT command parameters 185 * struct sev_data_decommission - DECOMMISSION command parameters 194 * struct sev_data_activate - ACTIVATE command parameters [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpni.c | 81 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 105 /* prepare command */ in dpni_open() 112 /* send command to mc*/ in dpni_open() 126 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 140 /* prepare command */ in dpni_close() 145 /* send command to mc*/ in dpni_close() 152 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 170 /* prepare command */ in dpni_set_pools() 188 /* send command to mc*/ in dpni_set_pools() 195 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' [all …]
|
| /kernel/linux/linux-6.6/include/trace/events/ |
| D | fsi_master_i2cr.h | 12 TP_PROTO(const struct i2c_client *client, uint32_t command, int rc), 13 TP_ARGS(client, command, rc), 17 __array(unsigned char, command, sizeof(uint32_t)) 23 memcpy(__entry->command, &command, sizeof(uint32_t)); 26 TP_printk("%d-%02x command:{ %*ph } rc:%d", __entry->bus, __entry->addr, 27 (int)sizeof(uint32_t), __entry->command, __entry->rc) 31 TP_PROTO(const struct i2c_client *client, uint32_t command, uint64_t *data), 32 TP_ARGS(client, command, data), 36 __array(unsigned char, command, sizeof(uint32_t)) 42 memcpy(__entry->command, &command, sizeof(uint32_t)); [all …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.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 …]
|