Home
last modified time | relevance | path

Searched refs:frequencies (Results 1 – 25 of 120) sorted by relevance

12345

/linux-6.12.1/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c252 int frequencies[ARRAY_SIZE(state->frequencies) / 2] = { 0 }; in cros_ec_sensors_core_init() local
310 &frequencies[1], in cros_ec_sensors_core_init()
311 &frequencies[2], in cros_ec_sensors_core_init()
316 &frequencies[1], in cros_ec_sensors_core_init()
317 &frequencies[2], in cros_ec_sensors_core_init()
320 frequencies[1] = state->resp->info_3.min_frequency; in cros_ec_sensors_core_init()
321 frequencies[2] = state->resp->info_3.max_frequency; in cros_ec_sensors_core_init()
325 for (i = 0; i < ARRAY_SIZE(frequencies); i++) { in cros_ec_sensors_core_init()
326 state->frequencies[2 * i] = frequencies[i] / 1000; in cros_ec_sensors_core_init()
327 state->frequencies[2 * i + 1] = in cros_ec_sensors_core_init()
[all …]
/linux-6.12.1/Documentation/driver-api/
Dwbrf.rst13 frequencies in use and consumers can use this information to avoid using
14 these frequencies for sensitive features.
19 * Producers with this _DSM will be able to advertise the frequencies in use.
21 frequencies in use.
28 response to the radio frequencies of other components to mitigate the
32 of their particular frequencies so that other consumers can make relative
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dcs43130.txt40 Define the frequencies at which to measure HP AC impedance.
42 Exactly 10 frequencies must be defined.
44 following frequencies are used:
46 The above frequencies are logarithmically equally spaced.
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dmt9v032.txt21 - link-frequencies: List of allowed link frequencies in Hz. Each frequency is
37 link-frequencies = /bits/ 64
Dtc358743.txt21 - link-frequencies: List of allowed link frequencies in Hz. Each frequency is
45 link-frequencies = /bits/ 64 <297000000>;
Dov2659.txt13 - link-frequencies: target pixel clock frequency.
42 link-frequencies = /bits/ 64 <70000000>;
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-fm-tx.rst93 If set, then transmit alternate frequencies.
96 The alternate frequencies in kHz units. The RDS standard allows for
97 up to 25 frequencies to be defined. Drivers may support fewer
98 frequencies so check the array size.
152 frequencies. Depending on the region, a time constant of either 50
/linux-6.12.1/arch/arm64/boot/dts/ti/
Dk3-j721e-sk-csi2-dual-imx219.dtso42 link-frequencies = /bits/ 64 <456000000>;
64 link-frequencies = /bits/ 64 <456000000>;
Dk3-am62x-sk-csi2-imx219.dtso49 link-frequencies = /bits/ 64 <456000000>;
/linux-6.12.1/drivers/devfreq/
DKconfig6 A device may have a list of frequencies and voltages available.
16 However, because the clock frequencies of a single device are
90 and adjusts the operating frequencies and voltages with OPP support.
120 operating frequencies and voltages with OPP support.
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-devfreq48 driver should provide the list of available frequencies
63 the available frequencies of the corresponding devfreq object.
64 This is a snapshot of available frequencies and not limited
/linux-6.12.1/Documentation/cpu-freq/
Dcpu-drivers.rst84 .boost_enabled - If set, boost frequencies are enabled.
87 frequencies.
111 | | switch between two frequencies in |
242 frequencies, a "frequency table" with some functions might assist in
271 excluding CPUFREQ_ENTRY_INVALID frequencies.
Dcore.rst60 frequencies (in kHz) of the new policy).
89 the OPP layer's internal information about the available frequencies
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dsdm636.dtsi13 * different CPU frequencies, Adreno
Dqrb5165-rb5-vision-mezzanine.dts56 link-frequencies = /bits/ 64 <600000000>;
Dmsm8996-v3.0.dtsi14 * parameters, GPU frequencies and some differences
/linux-6.12.1/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-spear.txt9 - cpufreq_tbl: Table of frequencies CPU could be transitioned into, in the
/linux-6.12.1/Documentation/driver-api/media/drivers/
Dradiotrack.rst44 available through a miniature phone plug. Its RF frequencies of operation are
46 band). Although the registers can be programmed to request frequencies beyond
49 signal probably has a small range of useful frequencies, and wraps around or
Dvidtv.rst19 frequency is too far away from a table of valid frequencies for a
65 By default, it will accept the following frequencies:
71 LNBf, with frequencies at Ku-Band, ranging from 10.7 GHz to 12.75 GHz.
97 Valid DVB-T frequencies to simulate, in Hz.
100 Valid DVB-C frequencies to simulate, in Hz.
103 Valid DVB-S/S2 frequencies to simulate at Ku-Band, in kHz.
475 is too far away from a table of valid frequencies. For now, this means that
/linux-6.12.1/arch/arm/boot/dts/samsung/
Dexynos4412-prime.dtsi10 * Exynos4412 Prime SoC revision supports higher CPU frequencies than
/linux-6.12.1/Documentation/admin-guide/
Drtc.rst72 At high frequencies, or under high loads, the user process should check
77 frequencies above 1024Hz. So you really should check the high bytes
78 of the value you read, especially at frequencies above that of the
81 Programming and/or enabling interrupt frequencies greater than 64Hz is
/linux-6.12.1/arch/arm/boot/dts/sigmastar/
Dmstar-infinity3.dtsi16 // overclock frequencies below, shown to work fine up to 1.3 GHz
/linux-6.12.1/include/linux/iio/common/
Dcros_ec_sensors_core.h84 int frequencies[6]; member
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Darmada3700-xtal-clock.txt3 Marvell Armada 37xx SoCs allow to determine the xtal clock frequencies by
/linux-6.12.1/Documentation/leds/
Dleds-cht-wcove.rst29 breathing frequencies of 1/4, 1/2, 1 and 2 Hz.

12345