/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()
|
H A D | wcd938x.c | 348 /* 1 msec delay as per HW requirement */ in wcd938x_io_init() 351 /* 1 msec delay as per HW requirement */ in wcd938x_io_init() 358 /* 10 msec delay as per HW requirement */ in wcd938x_io_init() 489 /* 5msec compander delay as per HW requirement */ in wcd938x_codec_hphl_dac_event() 543 /* 5msec compander delay as per HW requirement */ in wcd938x_codec_hphr_dac_event() 607 /* 5 msec delay as per HW requirement */ in wcd938x_codec_ear_dac_event() 711 /* 100 usec delay as per HW requirement */ in wcd938x_codec_enable_hphr_pa() 721 * HW requirement. If compander is disabled, then in wcd938x_codec_enable_hphr_pa() 750 * HW requirement. If compander is disabled, then in wcd938x_codec_enable_hphr_pa() 766 * HW requirement in wcd938x_codec_enable_hphr_pa() [all...] |
H A D | wcd939x.c | 368 /* 10 msec delay as per HW requirement */ in wcd939x_io_init() 526 /* 5msec compander delay as per HW requirement */ in wcd939x_codec_hphl_dac_event() 583 /* 5msec compander delay as per HW requirement */ in wcd939x_codec_hphr_dac_event() 627 /* 5 msec delay as per HW requirement */ in wcd939x_codec_ear_dac_event() 677 usleep_range(2500, 2600); /* 2.5msec delay as per HW requirement */ in wcd939x_codec_enable_hphr_pa() 686 * HW requirement. If compander is disabled, then in wcd939x_codec_enable_hphr_pa() 717 * HW requirement. If compander is disabled, then in wcd939x_codec_enable_hphr_pa() 735 * HW requirement. If compander is disabled, then in wcd939x_codec_enable_hphr_pa() 800 usleep_range(2500, 2600); /* 2.5msec delay as per HW requirement */ in wcd939x_codec_enable_hphl_pa() 809 * 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/Documentation/power/ |
H A D | pm_qos_interface.rst | 186 whatever is necessary to transfer the effective requirement value to the 195 the hardware supports a special "no requirement" setting, the callback is 204 requirement for the device, if any. Writing "any" to it means "no requirement,
|
/linux/rust/kernel/sync/ |
H A D | atomic.rs | 129 // SAFETY: Per the safety requirement of `AtomicType`, `T` is round-trip transmutable to in into_repr() 139 // SAFETY: Per the safety requirement of the function, the transmute operation is sound. in from_repr() 146 // INVARIANT: Per the safety requirement of `AtomicType`, `into_repr(v)` is a valid `T`. in new() 161 /// accesses are atomic, then this safety requirement is trivially fulfilled. 210 // SAFETY: Per function safety requirement, `ptr` is a valid pointer and the object will in from_ptr() 211 // live long enough. It's safe to return a `&Atomic<T>` because function safety requirement in from_ptr() 237 // CAST: `T` and `T::Repr` has the same size and alignment per the safety requirement of in get_mut() 503 // INVARIANT: `self.0` is a valid `T` after `atomic_add()` due to safety requirement of in add() 537 // INVARIANT: `self.0` is a valid `T` after `atomic_fetch_add*()` due to safety requirement in fetch_add()
|
/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 | 20 /// This requirement is needed so `IdArray::new` can convert `Self` to `RawType` when building 94 // SAFETY: by the safety requirement of `RawDeviceId`, we're guaranteed that `T` is 98 // SAFETY: by the safety requirement of this function, this would be effectively 152 // SAFETY: by the safety requirement of `RawDeviceIdIndex`,
|
/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/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/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/kernel/power/ |
H A D | console.c | 54 /* already registered, update requirement */ in pm_vt_switch_required() 97 * 1) no driver has indicated a requirement one way or another, so preserve
|
/linux/rust/kernel/time/hrtimer/ |
H A D | pin.rs | 89 // SAFETY: By the safety requirement of this function, `timer_ptr` in run() 94 // - By the safety requirement of this function, `timer_ptr` in run()
|
H A D | pin_mut.rs | 92 // SAFETY: By the safety requirement of this function, `timer_ptr` in run() 97 // - By the safety requirement of this function, `timer_ptr` in run()
|
/linux/Documentation/fb/ |
H A D | sh7760fb.rst | 14 of Area3 (HW requirement). Because of this requirement you should NOT
|
/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/drivers/pci/endpoint/ |
H A D | pci-epf-core.c | 296 * requirement. In most cases, this will be the same as .size but in pci_epf_alloc_space() 482 * alignment requirement 486 * @base: base address matching the @bar alignment requirement 489 * Helper function to align input @addr based on BAR's alignment requirement.
|
/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.
|