| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/ |
| D | xilinx.txt | 39 (name): is derived from the "PARAMETER INSTANCE" value. 40 (parameter#): C_* parameters from system.mhs. The C_ prefix is 41 dropped from the parameter name, the name is converted 44 (baseaddr): the baseaddr parameter value (often named C_BASEADDR). 45 (HW_VER): from the HW_VER parameter. 57 PARAMETER INSTANCE = opb_uartlite_0 58 PARAMETER HW_VER = 1.00.b 59 PARAMETER C_BAUDRATE = 115200 60 PARAMETER C_DATA_BITS = 8 61 PARAMETER C_ODD_PARITY = 0 [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | moduleparam.h | 31 /* One for each parameter, describing how to use it. Some files do 41 * NOARG - the parameter allows for no argument (foo instead of foo=1) 61 * UNSAFE - the parameter is dangerous and setting it will taint the kernel 102 * module_param - typesafe helper for a module/cmdline parameter 103 * @name: the variable to alter, and exposed parameter name. 104 * @type: the type of the parameter 107 * @name becomes the module parameter, or (prefixed by KBUILD_MODNAME and a 108 * ".") the kernel commandline parameter. Note that - is changed to _, so 131 * @name: the variable to alter, and exposed parameter name. 132 * @type: the type of the parameter [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/devfreq/ |
| D | rk3399_dmc.txt | 52 This parameter is for LPDDR4 only. 70 - rockchip,ddr3_odt_dis_freq : When the DRAM type is DDR3, this parameter defines 76 - rockchip,ddr3_drv : When the DRAM type is DDR3, this parameter defines 80 - rockchip,ddr3_odt : When the DRAM type is DDR3, this parameter defines 84 - rockchip,phy_ddr3_ca_drv : When the DRAM type is DDR3, this parameter defines 89 - rockchip,phy_ddr3_dq_drv : When the DRAM type is DDR3, this parameter defines 93 - rockchip,phy_ddr3_odt : When the DRAM type is DDR3, this parameter defines 97 - rockchip,lpddr3_odt_dis_freq : When the DRAM type is LPDDR3, this parameter defines 103 - rockchip,lpddr3_drv : When the DRAM type is LPDDR3, this parameter defines 107 - rockchip,lpddr3_odt : When the DRAM type is LPDDR3, this parameter defines [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/ |
| D | rk3399_dmc.txt | 54 This parameter is for LPDDR4 only. 72 - rockchip,ddr3_odt_dis_freq : When the DRAM type is DDR3, this parameter defines 78 - rockchip,ddr3_drv : When the DRAM type is DDR3, this parameter defines 82 - rockchip,ddr3_odt : When the DRAM type is DDR3, this parameter defines 86 - rockchip,phy_ddr3_ca_drv : When the DRAM type is DDR3, this parameter defines 91 - rockchip,phy_ddr3_dq_drv : When the DRAM type is DDR3, this parameter defines 95 - rockchip,phy_ddr3_odt : When the DRAM type is DDR3, this parameter defines 99 - rockchip,lpddr3_odt_dis_freq : When the DRAM type is LPDDR3, this parameter defines 105 - rockchip,lpddr3_drv : When the DRAM type is LPDDR3, this parameter defines 109 - rockchip,lpddr3_odt : When the DRAM type is LPDDR3, this parameter defines [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | moduleparam.h | 33 /* One for each parameter, describing how to use it. Some files do 43 * NOARG - the parameter allows for no argument (foo instead of foo=1) 63 * UNSAFE - the parameter is dangerous and setting it will taint the kernel 104 * module_param - typesafe helper for a module/cmdline parameter 105 * @value: the variable to alter, and exposed parameter name. 106 * @type: the type of the parameter 109 * @value becomes the module parameter, or (prefixed by KBUILD_MODNAME and a 110 * ".") the kernel commandline parameter. Note that - is changed to _, so 138 * module_param_named - typesafe helper for a renamed module/cmdline parameter 139 * @name: a valid C identifier which is the parameter name. [all …]
|
| /kernel/linux/linux-4.19/Documentation/watchdog/ |
| D | watchdog-parameters.txt | 2 the Linux watchdog drivers. Watchdog driver parameter specs should 17 (default=kernel config parameter) 24 (default=kernel config parameter) 29 (default=kernel config parameter) 36 (default=kernel config parameter) 41 (default=kernel config parameter) 46 (default=kernel config parameter) 51 (default=kernel config parameter) 56 (default=kernel config parameter) 74 (default=kernel config parameter) [all …]
|
| /kernel/linux/linux-5.10/Documentation/watchdog/ |
| D | watchdog-parameters.rst | 6 the Linux watchdog drivers. Watchdog driver parameter specs should 34 (default=kernel config parameter) 47 (default=kernel config parameter) 56 (default=kernel config parameter) 68 (default=kernel config parameter) 77 (default=kernel config parameter) 86 (default=kernel config parameter) 95 (default=kernel config parameter) 104 (default=kernel config parameter) 113 (default=kernel config parameter) [all …]
|
| /kernel/linux/linux-5.10/include/media/ |
| D | demux.h | 214 * When this function is called, the @buffer1 parameter typically points to 216 * The @buffer2 buffer parameter is normally NULL, except when the received 219 * parameter would contain an address within the circular buffer, while the 220 * @buffer2 parameter would contain the first address of the circular buffer. 222 * @buffer2_length) is usually equal to the value of callback_length parameter 238 * &dmx_ts_feed.@set function. The type parameter decides if the raw 293 * parameter should be DMX_OVERRUN_ERROR on the next callback. 386 * The @demux function parameter contains a pointer to the demux API and 391 * -EINVAL, on bad parameter. 399 * The @demux function parameter contains a pointer to the demux API and [all …]
|
| /kernel/linux/linux-4.19/include/media/ |
| D | demux.h | 214 * When this function is called, the @buffer1 parameter typically points to 216 * The @buffer2 buffer parameter is normally NULL, except when the received 219 * parameter would contain an address within the circular buffer, while the 220 * @buffer2 parameter would contain the first address of the circular buffer. 222 * @buffer2_length) is usually equal to the value of callback_length parameter 238 * &dmx_ts_feed.@set function. The type parameter decides if the raw 293 * parameter should be DMX_OVERRUN_ERROR on the next callback. 386 * The @demux function parameter contains a pointer to the demux API and 391 * -EINVAL, on bad parameter. 399 * The @demux function parameter contains a pointer to the demux API and [all …]
|
| /kernel/linux/linux-4.19/Documentation/isdn/ |
| D | INTERFACE | 85 Parameter: 95 Parameter: 117 Parameter: 136 Parameter: 137 int driver-Id ***CHANGE0.7.4: New parameter. 139 int ack ***ChangeI1.21: New parameter 159 Parameter: 183 Parameter: 213 above from within the LL. The field command of the struct-parameter will 219 ***CHANGEI1.34: The parameter "num" has been replaced by a union "parm" containing [all …]
|
| /kernel/linux/linux-4.19/Documentation/trace/ |
| D | events-power.rst | 58 The first parameter gives the clock name (e.g. "gpio1_iclk"). 59 The second parameter is '1' for enable, '0' for disable, the target 69 The first parameter gives the power domain name (e.g. "mpu_pwrdm"). 70 The second parameter is the power domain target state. 83 The first parameter gives the QoS class name (e.g. "CPU_DMA_LATENCY"). 84 The second parameter is value to be added/updated/removed. 85 The third parameter is timeout value in usec. 91 The first parameter gives the QoS action name (e.g. "ADD_REQ"). 92 The second parameter is the previous QoS value. 93 The third parameter is the current QoS value to update. [all …]
|
| /kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
| D | smt.h | 22 #define OPT_PMF /* if parameter management is supported */ 85 #define SMT_PMF_GET 0x08 /* parameter management get */ 86 #define SMT_PMF_SET 0x09 /* parameter management set */ 100 * parameter types 105 u_short p_len ; /* length of parameter */ 120 struct smt_para para ; /* generic parameter header */ 135 struct smt_para para ; /* generic parameter header */ 149 struct smt_para para ; /* generic parameter header */ 171 struct smt_para para ; /* generic parameter header */ 182 struct smt_para para ; /* generic parameter header */ [all …]
|
| /kernel/linux/linux-4.19/drivers/net/fddi/skfp/h/ |
| D | smt.h | 26 #define OPT_PMF /* if parameter management is supported */ 89 #define SMT_PMF_GET 0x08 /* parameter management get */ 90 #define SMT_PMF_SET 0x09 /* parameter management set */ 104 * parameter types 109 u_short p_len ; /* length of parameter */ 124 struct smt_para para ; /* generic parameter header */ 139 struct smt_para para ; /* generic parameter header */ 153 struct smt_para para ; /* generic parameter header */ 175 struct smt_para para ; /* generic parameter header */ 186 struct smt_para para ; /* generic parameter header */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/sound/designs/ |
| D | tracepoints.rst | 49 Configurable. This type of parameter is described in 57 Configurable. This type of parameter is described in 76 mask/interval parameter can be changed by ALSA PCM core. For 82 This mask represents which mask/interval parameter is actually changed. 91 a PCM sample. When a parameter of SNDRV_PCM_HW_PARAM_SAMPLE_BITS was 97 notation. Basically, when a parameter of SNDRV_PCM_HW_PARAM_RATE was 103 fraction notation. Basically, when a parameter of 110 value to this parameter but some drivers intentionally set zero with 118 dependencies on which a parameter is decided according to several parameters. 120 to compute the target parameter. ALSA PCM core registers some rules to the [all …]
|
| /kernel/linux/linux-4.19/Documentation/sound/designs/ |
| D | tracepoints.rst | 49 Configurable. This type of parameter is described in 57 Configurable. This type of parameter is described in 76 mask/interval parameter can be changed by ALSA PCM core. For 82 This mask represents which mask/interval parameter is actually changed. 91 a PCM sample. When a parameter of SNDRV_PCM_HW_PARAM_SAMPLE_BITS was 97 notation. Basically, when a parameter of SNDRV_PCM_HW_PARAM_RATE was 103 fraction notation. Basically, when a parameter of 110 value to this parameter but some drivers intentionally set zero with 118 dependencies on which a parameter is decided according to several parameters. 120 to compute the target parameter. ALSA PCM core registers some rules to the [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | xilinx.txt | 39 (name): is derived from the "PARAMETER INSTANCE" value. 40 (parameter#): C_* parameters from system.mhs. The C_ prefix is 41 dropped from the parameter name, the name is converted 44 (baseaddr): the baseaddr parameter value (often named C_BASEADDR). 45 (HW_VER): from the HW_VER parameter. 57 PARAMETER INSTANCE = opb_uartlite_0 58 PARAMETER HW_VER = 1.00.b 59 PARAMETER C_BAUDRATE = 115200 60 PARAMETER C_DATA_BITS = 8 61 PARAMETER C_ODD_PARITY = 0 [all …]
|
| /kernel/linux/linux-5.10/Documentation/trace/ |
| D | events-power.rst | 58 The first parameter gives the clock name (e.g. "gpio1_iclk"). 59 The second parameter is '1' for enable, '0' for disable, the target 69 The first parameter gives the power domain name (e.g. "mpu_pwrdm"). 70 The second parameter is the power domain target state. 81 The first parameter gives the QoS action name (e.g. "ADD_REQ"). 82 The second parameter is the previous QoS value. 83 The third parameter is the current QoS value to update. 92 The first parameter gives the device name which tries to add/update/remove 94 The second parameter gives the request type (e.g. "DEV_PM_QOS_RESUME_LATENCY"). 95 The third parameter is value to be added/updated/removed. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/ |
| D | ahci-ceva.txt | 8 - ceva,p0-cominit-params: OOB timing value for COMINIT parameter for port 0. 9 - ceva,p1-cominit-params: OOB timing value for COMINIT parameter for port 1. 10 The fields for the above parameter must be as shown below: 16 - ceva,p0-comwake-params: OOB timing value for COMWAKE parameter for port 0. 17 - ceva,p1-comwake-params: OOB timing value for COMWAKE parameter for port 1. 18 The fields for the above parameter must be as shown below: 24 - ceva,p0-burst-params: Burst timing value for COM parameter for port 0. 25 - ceva,p1-burst-params: Burst timing value for COM parameter for port 1. 26 The fields for the above parameter must be as shown below: 34 The fields for the above parameter must be as shown below:
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/ata/ |
| D | ahci-ceva.txt | 8 - ceva,p0-cominit-params: OOB timing value for COMINIT parameter for port 0. 9 - ceva,p1-cominit-params: OOB timing value for COMINIT parameter for port 1. 10 The fields for the above parameter must be as shown below: 16 - ceva,p0-comwake-params: OOB timing value for COMWAKE parameter for port 0. 17 - ceva,p1-comwake-params: OOB timing value for COMWAKE parameter for port 1. 18 The fields for the above parameter must be as shown below: 24 - ceva,p0-burst-params: Burst timing value for COM parameter for port 0. 25 - ceva,p1-burst-params: Burst timing value for COM parameter for port 1. 26 The fields for the above parameter must be as shown below: 34 The fields for the above parameter must be as shown below:
|
| /kernel/liteos_a/kernel/include/ |
| D | los_memory.h | 146 * <li>The size parameter value should match the following two conditions : 150 * <li>The parameter input must be four byte-aligned.</li> 201 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li> 202 …* <li>The size of the input parameter size can not be greater than the memory pool size that speci… 203 * input parameter of LOS_MemInit.</li> 204 * <li>The size of the input parameter size must be four byte-aligned.</li> 227 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li> 228 …* <li>The input ptr parameter must be allocated by LOS_MemAlloc or LOS_MemAllocAlign or LOS_MemRea… 256 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li> 257 * <li>The input ptr parameter must be allocated by LOS_MemAlloc or LOS_MemAllocAlign.</li> [all …]
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/Drivers/ |
| D | gd32vf103_dma.c | 47 only one parameter can be selected which is shown as below: 93 only one parameter can be selected which is shown as below: 158 only one parameter can be selected which is shown as below: 177 only one parameter can be selected which is shown as below: 196 only one parameter can be selected which is shown as below: 215 only one parameter can be selected which is shown as below: 234 only one parameter can be selected which is shown as below: 253 only one parameter can be selected which is shown as below: 272 only one parameter can be selected which is shown as below: 292 only one parameter can be selected which is shown as below: [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ |
| D | ia_css_hdr_types.h | 28 int test_irr; /** Test parameter */ 30 1]; /** Histogram matching shift parameter */ 32 1]; /** Histogram matching multiplication parameter */ 34 1]; /** Weight map soft threshold low bound parameter */ 36 1]; /** Weight map soft threshold high bound parameter */ 40 1]; /** Soft threshold precision shift parameter */ 49 int test_deg; /** Test parameter */ 57 int test_excl; /** Test parameter */
|
| /kernel/linux/linux-4.19/drivers/scsi/bnx2i/ |
| D | bnx2i_sysfs.c | 33 * @buf: buffer to return current SQ size parameter 35 * Returns current SQ size parameter, this paramater determines the number 48 * bnx2i_set_sq_info - update send queue (SQ) size parameter 50 * @buf: buffer to return current SQ size parameter 51 * @count: parameter buffer size 90 * @buf: buffer to return current SQ size parameter 92 * returns per-connection TCP history queue size parameter 106 * @buf: buffer to return current SQ size parameter 107 * @count: parameter buffer size 109 * updates per-connection TCP history queue size parameter
|
| /kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
| D | bnx2i_sysfs.c | 34 * @buf: buffer to return current SQ size parameter 36 * Returns current SQ size parameter, this paramater determines the number 49 * bnx2i_set_sq_info - update send queue (SQ) size parameter 52 * @buf: buffer to return current SQ size parameter 53 * @count: parameter buffer size 93 * @buf: buffer to return current SQ size parameter 95 * returns per-connection TCP history queue size parameter 110 * @buf: buffer to return current SQ size parameter 111 * @count: parameter buffer size 113 * updates per-connection TCP history queue size parameter
|
| /kernel/linux/linux-4.19/Documentation/netlabel/ |
| D | draft-ietf-cipso-ipsecurity-01.txt | 449 HOST_LABEL_MAX - This parameter contains the maximum sensitivity label that 452 parameter does not apply to CIPSO gateways or routers. This parameter need 467 HOST_LABEL_MIN - This parameter contains the minimum sensitivity label that 469 than this minimum MUST be rejected by the CIPSO host. This parameter does 470 not apply to CIPSO gateways or routers. This parameter need not be defined 474 PORT_LABEL_MAX - This parameter contains the maximum sensitivity label for 477 rejected by the CIPSO system. The label within this parameter MUST be 478 less than or equal to the label within the HOST_LABEL_MAX parameter. This 479 parameter does not apply to CIPSO hosts that support only one network port. 481 PORT_LABEL_MIN - This parameter contains the minimum sensitivity label for [all …]
|