Home
last modified time | relevance | path

Searched full:parameter (Results 1 – 25 of 6011) sorted by relevance

12345678910>>...241

/kernel/linux/linux-5.10/include/linux/
Dmoduleparam.h31 /* 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-6.6/include/linux/
Dmoduleparam.h31 /* 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 …]
Dcounter.h45 * the action parameter.
48 * the val parameter.
51 * the val parameter.
54 * the val parameter.
57 * back via the val parameter.
60 * the val parameter.
63 * back via the val parameter.
66 * back via the val parameter.
69 * the val parameter.
72 * back via the val parameter.
[all …]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
Dpapr-sysparm.c40 * For use on buffers returned from ibm,get-system-parameter before
50 * Perform some basic diligence on the system parameter buffer before
67 * papr_sysparm_get() - Retrieve the value of a PAPR system parameter.
68 * @param: PAPR system parameter token as described in
72 * Place the result of querying the specified parameter, if available,
76 * Since there is at least one parameter (60, OS Service Entitlement
79 * work area before calling ibm,get-system-parameter.
81 * A defined parameter may not be implemented on a given system, and
83 * on a system. A parameter's disposition may change at any time due
125 case -3: /* parameter not implemented */ in papr_sysparm_get()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt54 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-6.6/Documentation/watchdog/
Dwatchdog-parameters.rst6 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/Documentation/watchdog/
Dwatchdog-parameters.rst6 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-6.6/include/media/
Ddemux.h214 * 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-5.10/include/media/
Ddemux.h214 * 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-5.10/drivers/net/fddi/skfp/h/
Dsmt.h22 #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-6.6/drivers/net/fddi/skfp/h/
Dsmt.h22 #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-6.6/Documentation/sound/designs/
Dtracepoints.rst49 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/sound/designs/
Dtracepoints.rst49 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-6.6/Documentation/devicetree/bindings/
Dxilinx.txt39 (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/devicetree/bindings/
Dxilinx.txt39 (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-6.6/Documentation/trace/coresight/
Dcoresight-config.rst34 resource usage and parameter values.
41 accesses in the driver - the resource usage and parameter descriptions
52 Parameter Value
55 A parameter value is a named value that may be set by the user prior to the
61 parameter is used in programming the device.
63 The feature descriptor defines a default value for a parameter, which is used
66 Users can update parameter values using the configfs API for the CoreSight
69 The current value of the parameter is loaded into the device when the feature
87 as well as any preset values that can be used to override default parameter
94 Preset values are easily selectable sets of parameter values for the features
[all …]
/kernel/linux/linux-5.10/Documentation/trace/
Devents-power.rst58 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-6.6/Documentation/trace/
Devents-power.rst58 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/
Dahci-ceva.txt8 - 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/
Dlos_memory.h146 * <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/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/
Drockchip,rk3399-dmc.yaml91 srpd_lite_idle * 1024 DFI clock cycles. This parameter is for LPDDR4
130 When the DRAM type is DDR3, this parameter defines the ODT disable
138 When the DRAM type is DDR3, this parameter defines the DRAM side drive
146 When the DRAM type is DDR3, this parameter defines the DRAM side ODT
154 When the DRAM type is DDR3, this parameter defines the phy side CA line
162 When the DRAM type is DDR3, this parameter defines the PHY side DQ line
170 When the DRAM type is DDR3, this parameter defines the PHY side ODT
178 When the DRAM type is LPDDR3, this parameter defines then ODT disable
186 When the DRAM type is LPDDR3, this parameter defines the DRAM side drive
194 When the DRAM type is LPDDR3, this parameter defines the DRAM side ODT
[all …]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/hdr/
Dia_css_hdr_types.h27 int test_irr; /** Test parameter */
29 1]; /** Histogram matching shift parameter */
31 1]; /** Histogram matching multiplication parameter */
33 1]; /** Weight map soft threshold low bound parameter */
35 1]; /** Weight map soft threshold high bound parameter */
39 1]; /** Soft threshold precision shift parameter */
48 int test_deg; /** Test parameter */
56 int test_excl; /** Test parameter */
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/hdr/
Dia_css_hdr_types.h28 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-6.6/Documentation/devicetree/bindings/ata/
Dceva,ahci-1v84.yaml43 OOB timing value for COMINIT parameter for port 0.
44 The fields for the above parameter must be as shown below:-
55 OOB timing value for COMWAKE parameter for port 0.
56 The fields for the above parameter must be as shown below:-
67 Burst timing value for COM parameter for port 0.
68 The fields for the above parameter must be as shown below:-
80 The fields for the above parameter must be as shown below:-
89 OOB timing value for COMINIT parameter for port 1.
90 The fields for the above parameter must be as shown below:-
101 OOB timing value for COMWAKE parameter for port 1.
[all …]
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
Dbnx2i_sysfs.c34 * @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

12345678910>>...241