Home
last modified time | relevance | path

Searched full:acceptable (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfe_property_parameters.rst159 The acceptable values are defined by :c:type:`fe_spectral_inversion`.
187 The acceptable values are defined by :c:type:`fe_code_rate`.
202 The acceptable values are defined by :c:type:`fe_sec_voltage`.
222 The acceptable values are defined by :c:type:`fe_pilot`.
234 The acceptable values are defined by :c:type:`fe_rolloff`.
268 The acceptable values are defined by :c:type:`fe_delivery_system`.
716 The acceptable values are defined by :c:type:`atscmh_rs_frame_mode`.
728 The acceptable values are defined by :c:type:`atscmh_rs_frame_ensemble`.
740 The acceptable values are defined by :c:type:`atscmh_rs_code_mode`.
752 The acceptable values are defined by :c:type:`atscmh_rs_code_mode`.
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/dvb/
Dfe_property_parameters.rst164 The acceptable values are defined by :c:type:`fe_spectral_inversion`.
192 The acceptable values are defined by :c:type:`fe_code_rate`.
207 The acceptable values are defined by :c:type:`fe_sec_voltage`.
227 The acceptable values are defined by :c:type:`fe_pilot`.
239 The acceptable values are defined by :c:type:`fe_rolloff`.
273 The acceptable values are defined by :c:type:`fe_delivery_system`.
721 The acceptable values are defined by :c:type:`atscmh_rs_frame_mode`.
733 The acceptable values are defined by :c:type:`atscmh_rs_frame_ensemble`.
745 The acceptable values are defined by :c:type:`atscmh_rs_code_mode`.
757 The acceptable values are defined by :c:type:`atscmh_rs_code_mode`.
[all …]
/kernel/linux/linux-6.6/fs/exportfs/
Dexpfs.c40 * Check if the dentry or any of it's aliases is acceptable.
44 int (*acceptable)(void *context, struct dentry *dentry), in find_acceptable_alias()
50 if (acceptable(context, result)) in find_acceptable_alias()
60 if (dentry != result && acceptable(context, dentry)) { in find_acceptable_alias()
448 int (*acceptable)(void *, struct dentry *), in exportfs_decode_fh_raw()
471 if (!acceptable) in exportfs_decode_fh_raw()
489 if (!acceptable(context, result)) { in exportfs_decode_fh_raw()
503 * or any alias for it is acceptable. This is always true in exportfs_decode_fh_raw()
510 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh_raw()
576 * And finally make sure the dentry is actually acceptable in exportfs_decode_fh_raw()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt49 more acceptable exit codes for this command.
63 of 0 is acceptable.
70 more acceptable exit codes for this command.
87 It's possible to include acceptable exit codes with the setup/teardown command
90 acceptable exit codes for the command.
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt51 more acceptable exit codes for this command.
65 of 0 is acceptable.
72 more acceptable exit codes for this command.
89 It's possible to include acceptable exit codes with the setup/teardown command
92 acceptable exit codes for the command.
/kernel/linux/linux-6.6/drivers/media/i2c/
Daptina-pll.c71 * We're looking for the highest acceptable P1 value for which a in aptina_pll_calculate()
85 * The first naive approach is to iterate over all p1 values acceptable in aptina_pll_calculate()
86 * according to (1) and all mf values acceptable according to (2), and in aptina_pll_calculate()
91 * we can compute the mf increment between two acceptable values in aptina_pll_calculate()
100 * acceptable p1 and mf values by modifying the minimum and maximum in aptina_pll_calculate()
119 * range is not empty, any value in the mf range is acceptable. We thus in aptina_pll_calculate()
/kernel/linux/linux-5.10/drivers/media/i2c/
Daptina-pll.c72 * We're looking for the highest acceptable P1 value for which a in aptina_pll_calculate()
86 * The first naive approach is to iterate over all p1 values acceptable in aptina_pll_calculate()
87 * according to (1) and all mf values acceptable according to (2), and in aptina_pll_calculate()
92 * we can compute the mf increment between two acceptable values in aptina_pll_calculate()
101 * acceptable p1 and mf values by modifying the minimum and maximum in aptina_pll_calculate()
120 * range is not empty, any value in the mf range is acceptable. We thus in aptina_pll_calculate()
/kernel/linux/linux-5.10/fs/exportfs/
Dexpfs.c40 * Check if the dentry or any of it's aliases is acceptable.
44 int (*acceptable)(void *context, struct dentry *dentry), in find_acceptable_alias()
50 if (acceptable(context, result)) in find_acceptable_alias()
60 if (dentry != result && acceptable(context, dentry)) { in find_acceptable_alias()
422 int (*acceptable)(void *, struct dentry *), void *context) in exportfs_decode_fh()
446 if (!acceptable) in exportfs_decode_fh()
464 if (!acceptable(context, result)) { in exportfs_decode_fh()
478 * or any alias for it is acceptable. This is always true in exportfs_decode_fh()
485 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh()
550 * And finally make sure the dentry is actually acceptable in exportfs_decode_fh()
[all …]
/kernel/linux/linux-6.6/Documentation/scsi/
Ddc395x.rst29 Default: 0, Acceptable values: 0 or 1
37 Default: 7, Acceptable values: 0 to 15
42 Default: 1, Acceptable value: 0 to 7
88 Default: 3, Acceptable values: 0-5
93 Default: 1, Acceptable values: 0-180
/kernel/linux/linux-5.10/Documentation/scsi/
Ddc395x.rst32 Default: 0, Acceptable values: 0 or 1
40 Default: 7, Acceptable values: 0 to 15
45 Default: 1, Acceptable value: 0 to 7
91 Default: 3, Acceptable values: 0-5
96 Default: 1, Acceptable values: 0-180
/kernel/linux/linux-6.6/include/linux/iio/common/
Dinv_sensors_timestamp.h12 * @jitter: acceptable jitter in per-mille
46 * @min_period: minimal acceptable clock period
47 * @max_period: maximal acceptable clock period
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
Dintel_cdclk.h39 /* minimum acceptable cdclk to satisfy bandwidth requirements */
41 /* minimum acceptable cdclk for each pipe */
43 /* minimum acceptable voltage level for each pipe */
/kernel/linux/linux-5.10/drivers/pci/pcie/
Daspm.c73 * Endpoint acceptable latencies. A pcie downstream port only
76 struct aspm_latency acceptable[8]; member
327 /* Convert L0s acceptable latency encoding to ns */
345 /* Convert L1 acceptable latency encoding to ns */
397 struct aspm_latency *acceptable; in pcie_aspm_check_latency() local
406 acceptable = &link->acceptable[PCI_FUNC(endpoint->devfn)]; in pcie_aspm_check_latency()
411 (link->latency_up.l0s > acceptable->l0s)) in pcie_aspm_check_latency()
416 (link->latency_dw.l0s > acceptable->l0s)) in pcie_aspm_check_latency()
433 (latency + l1_switch_latency > acceptable->l1)) in pcie_aspm_check_latency()
676 /* Get and check endpoint acceptable latencies */ in pcie_aspm_cap_init()
[all …]
/kernel/liteos_a/fs/fat/virpart/src/
Dvirpart.c181 * Acceptable Return Value:
208 * Acceptable Return Value:
267 * Acceptable Return Value:
321 * Acceptable Return Value:
336 * Acceptable Return Value:
409 * Acceptable Return Value:
Dvirpartff.c56 * Acceptable return value:
161 * Acceptable Return Value:
205 * Acceptable Return Value:
286 * Acceptable Return Value:
375 * Acceptable Return Value:
499 * Acceptable Return Value:
658 * Acceptable Return Value:
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_cdclk.h42 /* minimum acceptable cdclk for each pipe */
44 /* minimum acceptable voltage level for each pipe */
/kernel/linux/linux-6.6/fs/btrfs/
Dblock-rsv.h106 * value is acceptable, instead of accessing it directly and trigger data race
122 * acceptable, instead of accessing it directly and trigger data race warning
/kernel/linux/linux-5.10/Documentation/networking/
Ddccp.rst118 range 0..15 are acceptable. The default setting is 0 (full coverage),
122 sets a threshold, where again values 0..15 are acceptable. The default
125 coverage value are also acceptable. The higher the number, the more
/kernel/linux/linux-6.6/Documentation/networking/
Ddccp.rst118 range 0..15 are acceptable. The default setting is 0 (full coverage),
122 sets a threshold, where again values 0..15 are acceptable. The default
125 coverage value are also acceptable. The higher the number, the more
/kernel/linux/linux-6.6/Documentation/process/
Dresearcher-guidelines.rst21 acceptable and non-acceptable practices when conducting such research. At
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dpnp.rst80 Dependent: 01 - Priority acceptable
85 Dependent: 02 - Priority acceptable
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dpnp.rst80 Dependent: 01 - Priority acceptable
85 Dependent: 02 - Priority acceptable
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-driver-intc_sar16 Acceptable regulatory modes are:
/kernel/linux/linux-6.6/arch/powerpc/kexec/
Dcore_32.c36 /* Interrupts aren't acceptable while we reboot */ in default_machine_kexec()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
Dcore_32.c36 /* Interrupts aren't acceptable while we reboot */ in default_machine_kexec()

12345678910>>...31