Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 1354) sorted by relevance

12345678910>>...55

/OK3568_Linux_fs/u-boot/scripts/
H A Dkernel-doc531 my ($parameter);
537 foreach $parameter (@{$args{'parameterlist'}}) {
538 print " <b>" . $parameter . "</b>";
549 foreach $parameter (@{$args{'parameterlist'}}) {
550 print "<dt><b>" . $parameter . "</b>\n";
552 output_highlight($args{'parameterdescs'}{$parameter});
562 my ($parameter);
574 my ($parameter);
578 foreach $parameter (@{$args{'parameterlist'}}) {
579 if ($parameter =~ /^#/) {
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dkernel-doc591 my ($parameter);
597 foreach $parameter (@{$args{'parameterlist'}}) {
598 print " <b>" . $parameter . "</b>";
609 foreach $parameter (@{$args{'parameterlist'}}) {
610 print "<dt><b>" . $parameter . "</b>\n";
612 output_highlight($args{'parameterdescs'}{$parameter});
622 my ($parameter);
634 my ($parameter);
638 foreach $parameter (@{$args{'parameterlist'}}) {
639 if ($parameter =~ /^#/) {
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dkernel-doc591 my ($parameter);
597 foreach $parameter (@{$args{'parameterlist'}}) {
598 print " <b>" . $parameter . "</b>";
609 foreach $parameter (@{$args{'parameterlist'}}) {
610 print "<dt><b>" . $parameter . "</b>\n";
612 output_highlight($args{'parameterdescs'}{$parameter});
622 my ($parameter);
634 my ($parameter);
638 foreach $parameter (@{$args{'parameterlist'}}) {
639 if ($parameter =~ /^#/) {
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/
H A Domp_lib.h27 parameter (omp_lock_kind = 4)
28 parameter (omp_nest_lock_kind = 8)
30 parameter (omp_sched_kind = 4)
33 parameter (omp_sched_static = 1)
34 parameter (omp_sched_dynamic = 2)
35 parameter (omp_sched_guided = 3)
36 parameter (omp_sched_auto = 4)
38 parameter (omp_proc_bind_kind = 4)
44 parameter (omp_proc_bind_false = 0)
45 parameter (omp_proc_bind_true = 1)
[all …]
H A Dopenacc_lib.h37 integer, parameter :: acc_device_kind = 4
40 integer (acc_device_kind), parameter :: acc_device_current = -1
41 integer (acc_device_kind), parameter :: acc_device_none = 0
42 integer (acc_device_kind), parameter :: acc_device_default = 1
43 integer (acc_device_kind), parameter :: acc_device_host = 2
44 ! integer (acc_device_kind), parameter :: acc_device_host_nonshm = 3
46 integer (acc_device_kind), parameter :: acc_device_not_host = 4
47 integer (acc_device_kind), parameter :: acc_device_nvidia = 5
48 integer (acc_device_kind), parameter :: acc_device_radeon = 8
50 integer, parameter :: acc_device_property_kind = 4
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/
H A Domp_lib.h27 parameter (omp_lock_kind = 4)
28 parameter (omp_nest_lock_kind = 8)
30 parameter (omp_sched_kind = 4)
33 parameter (omp_sched_static = 1)
34 parameter (omp_sched_dynamic = 2)
35 parameter (omp_sched_guided = 3)
36 parameter (omp_sched_auto = 4)
38 parameter (omp_proc_bind_kind = 4)
44 parameter (omp_proc_bind_false = 0)
45 parameter (omp_proc_bind_true = 1)
[all …]
H A Dopenacc_lib.h37 integer, parameter :: acc_device_kind = 4
40 integer (acc_device_kind), parameter :: acc_device_current = -1
41 integer (acc_device_kind), parameter :: acc_device_none = 0
42 integer (acc_device_kind), parameter :: acc_device_default = 1
43 integer (acc_device_kind), parameter :: acc_device_host = 2
44 ! integer (acc_device_kind), parameter :: acc_device_host_nonshm = 3
46 integer (acc_device_kind), parameter :: acc_device_not_host = 4
47 integer (acc_device_kind), parameter :: acc_device_nvidia = 5
48 integer (acc_device_kind), parameter :: acc_device_radeon = 8
50 integer, parameter :: acc_device_property_kind = 4
[all …]
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A 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 …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dkernel-doc576 my ($parameter, $section);
593 foreach my $parameter (@{$args{'parameterlist'}}) {
597 $type = $args{'parametertypes'}{$parameter};
600 print ".BI \"" . $parenth . $1 . "\" " . $parameter . " \") (" . $2 . ")" . $post . "\"\n";
603 print ".BI \"" . $parenth . $type . "\" " . $parameter . " \"" . $post . "\"\n";
610 foreach $parameter (@{$args{'parameterlist'}}) {
611 my $parameter_name = $parameter;
614 print ".IP \"" . $parameter . "\" 12\n";
627 my ($parameter, $section);
638 foreach my $parameter (@{$args{'parameterlist'}}) {
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dkernel-doc576 my ($parameter, $section);
593 foreach my $parameter (@{$args{'parameterlist'}}) {
597 $type = $args{'parametertypes'}{$parameter};
600 print ".BI \"" . $parenth . $1 . "\" " . $parameter . " \") (" . $2 . ")" . $post . "\"\n";
603 print ".BI \"" . $parenth . $type . "\" " . $parameter . " \"" . $post . "\"\n";
610 foreach $parameter (@{$args{'parameterlist'}}) {
611 my $parameter_name = $parameter;
614 print ".IP \"" . $parameter . "\" 12\n";
627 my ($parameter, $section);
638 foreach my $parameter (@{$args{'parameterlist'}}) {
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dkernel-doc666 my ($parameter, $section);
683 foreach my $parameter (@{$args{'parameterlist'}}) {
687 $type = $args{'parametertypes'}{$parameter};
700 foreach $parameter (@{$args{'parameterlist'}}) {
701 my $parameter_name = $parameter;
704 print ".IP \"" . $parameter . "\" 12\n";
717 my ($parameter, $section);
728 foreach my $parameter (@{$args{'parameterlist'}}) {
729 print ".br\n.BI \" $parameter\"\n";
741 foreach $parameter (@{$args{'parameterlist'}}) {
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dkernel-doc666 my ($parameter, $section);
683 foreach my $parameter (@{$args{'parameterlist'}}) {
687 $type = $args{'parametertypes'}{$parameter};
700 foreach $parameter (@{$args{'parameterlist'}}) {
701 my $parameter_name = $parameter;
704 print ".IP \"" . $parameter . "\" 12\n";
717 my ($parameter, $section);
728 foreach my $parameter (@{$args{'parameterlist'}}) {
729 print ".br\n.BI \" $parameter\"\n";
741 foreach $parameter (@{$args{'parameterlist'}}) {
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dkernel-doc666 my ($parameter, $section);
683 foreach my $parameter (@{$args{'parameterlist'}}) {
687 $type = $args{'parametertypes'}{$parameter};
700 foreach $parameter (@{$args{'parameterlist'}}) {
701 my $parameter_name = $parameter;
704 print ".IP \"" . $parameter . "\" 12\n";
717 my ($parameter, $section);
728 foreach my $parameter (@{$args{'parameterlist'}}) {
729 print ".br\n.BI \" $parameter\"\n";
741 foreach $parameter (@{$args{'parameterlist'}}) {
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ata/
H A 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:
/OK3568_Linux_fs/kernel/Documentation/trace/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Dsigp.c151 static int __sigp_set_arch(struct kvm_vcpu *vcpu, u32 parameter, in __sigp_set_arch() argument
283 u16 cpu_addr, u32 parameter, u64 *status_reg) in handle_sigp_dst() argument
342 rc = __sigp_store_status_at_addr(vcpu, dst_vcpu, parameter, in handle_sigp_dst()
347 rc = __sigp_set_prefix(vcpu, dst_vcpu, parameter, status_reg); in handle_sigp_dst()
351 rc = __sigp_conditional_emergency(vcpu, dst_vcpu, parameter, in handle_sigp_dst()
441 u32 parameter; in kvm_s390_handle_sigp() local
455 parameter = vcpu->run->s.regs.gprs[r1]; in kvm_s390_handle_sigp()
457 parameter = vcpu->run->s.regs.gprs[r1 + 1]; in kvm_s390_handle_sigp()
459 trace_kvm_s390_handle_sigp(vcpu, order_code, cpu_addr, parameter); in kvm_s390_handle_sigp()
463 rc = __sigp_set_arch(vcpu, parameter, in kvm_s390_handle_sigp()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dosm.qdoc51 parameter \e osm.mapping.providersrepository.address should be set to a user-specified repository, …
69 …\li Url string set when making network requests to the geocoding server. This parameter should be…
84 …tandardPaths::writableLocation(), called with QStandardPaths::GenericCacheLocation as a parameter.
90 Using \b bytesize, the related size parameter (\b osm.mapping.cache.disk.size) will
93 The default value for this parameter is \b bytesize.
102 Using \b bytesize, the related size parameter (\b osm.mapping.cache.memory.size) will
105 The default value for this parameter is \b bytesize.
114 Using \b bytesize, the related size parameter (\b osm.mapping.cache.texture.size) will
117 The default value for this parameter is \b bytesize.
127 …g is used when setting the \l{Map::activeMapType} to \l{MapType}.CustomMap via urlprefix parameter.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dbuiltin-attrs.def197 /* Functions whose pointer parameter(s) are all nonnull. */
199 /* Functions whose first parameter is a nonnull pointer. */
201 /* Functions whose second parameter is a nonnull pointer. */
203 /* Functions whose third parameter is a nonnull pointer. */
208 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
211 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
215 /* Nothrow functions whose first parameter is a nonnull pointer. */
218 /* Nothrow functions whose second parameter is a nonnull pointer. */
221 /* Nothrow functions whose third parameter is a nonnull pointer. */
224 /* Nothrow functions whose fourth parameter is a nonnull pointer. */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dbuiltin-attrs.def197 /* Functions whose pointer parameter(s) are all nonnull. */
199 /* Functions whose first parameter is a nonnull pointer. */
201 /* Functions whose second parameter is a nonnull pointer. */
203 /* Functions whose third parameter is a nonnull pointer. */
208 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
211 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
215 /* Nothrow functions whose first parameter is a nonnull pointer. */
218 /* Nothrow functions whose second parameter is a nonnull pointer. */
221 /* Nothrow functions whose third parameter is a nonnull pointer. */
224 /* Nothrow functions whose fourth parameter is a nonnull pointer. */
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Difmetric.8_typo.patch11 -You should specify the interface name as first parameter. The second parameter should be the new m…
12 +You should specify the interface name as first parameter. The second parameter should be the new m…
/OK3568_Linux_fs/device/rockchip/common/configs/
H A DConfig.in.firmware6 string "parameter"
7 default "parameter-ab.txt" if RK_AB_UPDATE
8 default "parameter.txt"
10 Name of parameter file under <CHIP_DIR>/.
/OK3568_Linux_fs/kernel/Documentation/driver-api/rapidio/
H A Dtsi721.rst24 - This parameter allows to control amount of debug information
25 generated by this device driver. This parameter is formed by set of
26 This parameter can be changed bit masks that correspond to the specific
29 This parameter can be changed dynamically.
33 - This parameter defines number of hardware buffer
51 This parameter gives an ability to override MRRS value set during PCIe
53 Value for this parameter must be set as defined by PCIe specification:
81 this driver will accept DMA-specific module parameter:
/OK3568_Linux_fs/kernel/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt449 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 …]

12345678910>>...55