| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-dma-buffer | 5 DMA buffers tend to have a alignment requirement for the 6 buffers. If this alignment requirement is not met samples might 15 that the alignment requirement in samples sets might change 17 the alignment requirement reported in bytes by this property
|
| /linux/arch/mips/tools/ |
| H A D | generic-board-config.sh | 52 # it & search for that in the reference config file. If the requirement 66 # check, considering the requirement met if there isn't 72 echo "WARNING: Unhandled requirement '${req}'"
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-passthrough.rst | 53 possess the ``CAP_SYS_ADMIN`` capability. This requirement stems from several 91 The ``CAP_SYS_ADMIN`` requirement acts as a safeguard against these issues, 121 The ``CAP_SYS_ADMIN`` requirement provides an additional layer of security, 130 file descriptors, starting with a higher privilege requirement (like
|
| /linux/sound/soc/codecs/ |
| H A D | wcd-clsh-v2.c | 189 * as per HW requirement in wcd_clsh_buck_ctrl() 207 * as per HW requirement in wcd_clsh_v3_buck_ctrl() 219 /* 500usec delay is needed as per HW requirement */ in wcd_clsh_v3_buck_ctrl() 236 /* 100usec delay is needed as per HW requirement */ in wcd_clsh_flyback_ctrl() 241 * as per HW requirement in wcd_clsh_flyback_ctrl() 368 /* Sleep needed to avoid click and pop as per HW requirement */ in wcd_clsh_set_flyback_current() 420 /* 100usec delay is needed as per HW requirement */ in wcd_clsh_v3_force_iq_ctl() 468 * as per HW requirement in wcd_clsh_v3_flyback_ctrl() 474 /* 500usec delay is needed as per HW requirement */ in wcd_clsh_v3_flyback_ctrl() 486 /* Sleep needed to avoid click and pop as per HW requirement */ in wcd_clsh_v3_set_flyback_current() [all...] |
| H A D | wcd938x.c | 349 /* 1 msec delay as per HW requirement */ in wcd938x_io_init() 352 /* 1 msec delay as per HW requirement */ in wcd938x_io_init() 359 /* 10 msec delay as per HW requirement */ in wcd938x_io_init() 490 /* 5msec compander delay as per HW requirement */ in wcd938x_codec_hphl_dac_event() 544 /* 5msec compander delay as per HW requirement */ in wcd938x_codec_hphr_dac_event() 608 /* 5 msec delay as per HW requirement */ in wcd938x_codec_ear_dac_event() 712 /* 100 usec delay as per HW requirement */ in wcd938x_codec_enable_hphr_pa() 722 * HW requirement. If compander is disabled, then in wcd938x_codec_enable_hphr_pa() 751 * HW requirement. If compander is disabled, then in wcd938x_codec_enable_hphr_pa() 767 * HW requirement in wcd938x_codec_enable_hphr_pa() [all...] |
| H A D | wcd939x.c | 369 /* 10 msec delay as per HW requirement */ in wcd939x_io_init() 527 /* 5msec compander delay as per HW requirement */ in wcd939x_codec_hphl_dac_event() 584 /* 5msec compander delay as per HW requirement */ in wcd939x_codec_hphr_dac_event() 628 /* 5 msec delay as per HW requirement */ in wcd939x_codec_ear_dac_event() 678 usleep_range(2500, 2600); /* 2.5msec delay as per HW requirement */ in wcd939x_codec_enable_hphr_pa() 687 * HW requirement. If compander is disabled, then in wcd939x_codec_enable_hphr_pa() 718 * HW requirement. If compander is disabled, then in wcd939x_codec_enable_hphr_pa() 736 * HW requirement. If compander is disabled, then in wcd939x_codec_enable_hphr_pa() 801 usleep_range(2500, 2600); /* 2.5msec delay as per HW requirement */ in wcd939x_codec_enable_hphl_pa() 810 * HW requirement in wcd939x_codec_enable_hphl_pa() [all...] |
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | realtek,rt5682s.yaml | 62 Set the clock rate (hz) for the requirement of the particular DMIC. 66 Set the delay time (ms) for the requirement of the particular DMIC. 70 Set the delay time (ms) for the requirement of the particular platform or AMIC.
|
| /linux/drivers/pmdomain/xilinx/ |
| H A D | zynqmp-pm-domains.c | 84 "failed to set requirement to 0x%x for PM node id %d: %d\n", in zynqmp_gpd_power_on() 89 dev_dbg(&domain->dev, "set requirement to 0x%x for PM node id %d\n", in zynqmp_gpd_power_on() 134 "failed to set requirement to 0x%x for PM node id %d: %d\n", in zynqmp_gpd_power_off() 139 dev_dbg(&domain->dev, "set requirement to 0x%x for PM node id %d\n", in zynqmp_gpd_power_off()
|
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 55 // requirement of `AtomicType`. 141 // SAFETY: Per the safety requirement of `AtomicType`, `T` is round-trip transmutable to in from_repr() 151 // SAFETY: Per the safety requirement of the function, the transmute operation is sound. 158 // INVARIANT: Per the safety requirement of `AtomicType`, `into_repr(v)` is a valid `T`. 173 /// accesses are atomic, then this safety requirement is trivially fulfilled. 219 // SAFETY: Per function safety requirement, `ptr` is a valid pointer and the object will 220 // live long enough. It's safe to return a `&Atomic<T>` because function safety requirement 257 // CAST: `T` and `T::Repr` has the same size and alignment per the safety requirement of 532 // INVARIANT: `self.0` is a valid `T` after `atomic_add()` due to safety requirement of 564 // INVARIANT: `self.0` is a valid `T` after `atomic_fetch_add*()` due to safety requirement [all...] |
| /linux/tools/testing/selftests/kexec/ |
| H A D | kexec_common_lib.sh | 16 # The ksefltest framework requirement returns 0 for PASS. 23 # The ksefltest framework requirement returns 1 for FAIL. 30 # The ksefltest framework requirement returns 4 for SKIP.
|
| /linux/rust/kernel/ |
| H A D | device_id.rs | 23 /// This requirement is needed so `IdArray::new` can convert `Self` to `RawType` when building 59 // SAFETY: By safety requirement of the trait, this is `self.driver_data as *const U` and by 60 // the safety requirement of the function, this is stored in `IdArray<Self, U>` so is 76 // SAFETY: By safety requirement of the trait, this is `self.driver_data as *const U` and by 77 // the safety requirement of the function, if this is stored in `IdArray<Self, U>`, this is 116 // SAFETY: by the safety requirement of `RawDeviceId`, we're guaranteed that `T` is 119 // SAFETY: by the safety requirement of `RawDeviceIdIndex`, this would be effectively
|
| H A D | debugfs.rs | 205 /// This is statically asserted and not a safety requirement. 283 /// This is statically asserted and not a safety requirement. 340 /// This is statically asserted and not a safety requirement. in scoped_dir() 577 /// This is statically asserted and not a safety requirement. in read_write_file() 629 /// This is statically asserted and not a safety requirement. 682 /// This is statically asserted and not a safety requirement. in into_entry()
|
| /linux/Documentation/kbuild/ |
| H A D | Kconfig.recursion-issue-02 | 11 # drivers if they share a common core requirement and use disjoint semantics to 14 # core requirement, and one uses "select" while the other uses "depends on" to
|
| /linux/include/linux/platform_data/ |
| H A D | brcmfmac.h | 79 * align requirement than 32 bytes for each scatterlist 81 * @sd_head_align: alignment requirement for start of data buffer. 82 * @sd_sgentry_align: length alignment requirement for each sg entry.
|
| /linux/tools/testing/memblock/tests/ |
| H A D | alloc_helpers_api.c | 106 * requirement. 148 * requirement and to allocate next to the previously reserved region. The 232 * requirement. Allocation happens at beginning of the available memory. 274 * requirement and to allocate at the beginning of the available memory.
|
| /linux/rust/kernel/ptr/ |
| H A D | projection.rs | 60 // SAFETY: Safety requirement guaranteed by the forwarded impl. 138 // SAFETY: Safety requirement guaranteed by the forwarded impl. 153 // SAFETY: Safety requirement guaranteed by the forwarded impl. 224 // SAFETY: `field` is in bounds from `base` per safety requirement. 242 /// requirement that the input raw pointer needs to be valid, so this macro may be used for
|
| /linux/kernel/power/ |
| H A D | console.c | 55 /* already registered, update requirement */ in pm_vt_switch_required() 101 * 1) no driver has indicated a requirement one way or another, so preserve
|
| /linux/Documentation/fb/ |
| H A D | sh7760fb.rst | 14 of Area3 (HW requirement). Because of this requirement you should NOT
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-st.c | 134 * @rep_start_hold: I2C repeated start hold time requirement 135 * @rep_start_setup: I2C repeated start set up time requirement 136 * @start_hold: I2C start hold time requirement 137 * @data_setup_time: I2C data set up time requirement 138 * @stop_setup_time: I2C stop set up time requirement 139 * @bus_free_time: I2C bus free time requirement
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | test_space.sh | 4 # Kselftest framework requirement - SKIP code is 4.
|
| H A D | test_async.sh | 4 # Kselftest framework requirement - SKIP code is 4.
|
| H A D | test_smoke.sh | 4 # Kselftest framework requirement - SKIP code is 4.
|
| /linux/tools/testing/selftests/mount/ |
| H A D | run_unprivileged_remount.sh | 3 # Kselftest framework requirement - SKIP code is 4.
|
| /linux/tools/testing/selftests/safesetid/ |
| H A D | safesetid-test.sh | 6 # Kselftest framework requirement - SKIP code is 4.
|
| /linux/tools/testing/selftests/locking/ |
| H A D | ww_mutex.sh | 4 # Kselftest framework requirement - SKIP code is 4.
|