Home
last modified time | relevance | path

Searched full:frequencies (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dtestcd.sh6 # of various frequencies and power levels. Browse through the
84 # fixed frequencies,
92 echo "\n--- different frequencies"
120 # CD frequencies
122 echo "\n--- different frequencies $FREQ"
130 # similar frequencies
134 echo "\n--- similar frequencies"
167 # different volumes at a few frequencies
171 echo "\n--- different volumes $DB db at Frequencies $FREQ"
188 # volume sweep at different frequencies
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_core.c260 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 …]
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A DKconfig7 A device may have a list of frequencies and voltages available.
17 However, because the clock frequencies of a single device are
91 and adjusts the operating frequencies and voltages with OPP support.
122 operating frequencies and voltages with OPP support.
132 frequencies and voltages with OPP support.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A 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.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dimx219.yaml69 link-frequencies:
72 Allowed data bus frequencies.
75 - link-frequencies
107 link-frequencies = /bits/ 64 <456000000>;
H A Dov8856.yaml81 link-frequencies:
84 Allowed data bus frequencies. 360000000, 180000000 Hz or both
89 - link-frequencies
136 link-frequencies = /bits/ 64 <360000000>;
H A Dmt9v032.txt21 - link-frequencies: List of allowed link frequencies in Hz. Each frequency is
37 link-frequencies = /bits/ 64
H A Dtc358743.txt21 - link-frequencies: List of allowed link frequencies in Hz. Each frequency is
45 link-frequencies = /bits/ 64 <297000000>;
H A Dnokia,smia.txt23 - link-frequencies: List of allowed data link frequencies. An array of
58 link-frequencies = /bits/ 64 <199200000 210000000 499200000>;
H A Dvirtual-camera.txt10 - link-frequencies: target mipi clock frequency, half of mipi data rate.
36 link-frequencies = /bits/ 64 <500000000>;
H A Dov2659.txt13 - link-frequencies: target pixel clock frequency.
42 link-frequencies = /bits/ 64 <70000000>;
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A 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
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/
H A Dvidtv_tuner.h24 * @vidtv_valid_dvb_t_freqs: The valid DVB-T frequencies to simulate.
25 * @vidtv_valid_dvb_c_freqs: The valid DVB-C frequencies to simulate.
26 * @vidtv_valid_dvb_s_freqs: The valid DVB-S frequencies to simulate.
H A Dvidtv_bridge.c69 "Valid DVB-T frequencies to simulate, in Hz");
77 "Valid DVB-C frequencies to simulate, in Hz");
84 "Valid DVB-S/S2 frequencies to simulate at Ku-Band, in kHz");
370 /* TODO: check if the frequencies are at a valid range */ in vidtv_bridge_probe_tuner()
381 * Convert Satellite frequencies from Ku-band in kHZ into S-band in vidtv_bridge_probe_tuner()
382 * frequencies in Hz. in vidtv_bridge_probe_tuner()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-frequency-adf437112 frequencies from 62500000 Hz to 8000000000 Hz.
16 A frequency doubler generates frequencies from
19 A frequency quadrupler generates frequencies from
H A Dsysfs-class-devfreq62 driver should provide the list of available frequencies
82 the available frequencies of the corresponding devfreq object.
83 This is a snapshot of available frequencies and not limited
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc_msr.c54 * Some CPU frequencies in the SDM do not map to known PLL freqs, in
79 * Bay Trail SDM MSR_FSB_FREQ frequencies simplified PLL model:
94 * Cherry Trail SDM MSR_FSB_FREQ frequencies simplified PLL model:
114 * Merriefield SDM MSR_FSB_FREQ frequencies simplified PLL model:
125 * Moorefield SDM MSR_FSB_FREQ frequencies simplified PLL model:
/OK3568_Linux_fs/kernel/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh118 # CHANGE CPU FREQUENCIES
150 printf "Available frequencies for $1: $freqs\n\n"
152 # Set all frequencies one-by-one
197 # Test all frequencies
/OK3568_Linux_fs/kernel/include/linux/iio/common/
H A Dcros_ec_sensors_core.h58 * @frequencies: Table of known available frequencies:
86 int frequencies[6]; member
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A 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
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A 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
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.Heterogeneous-SoCs5 configuration and frequencies of all PowerPC cores and devices
20 MAPLE etc) frequencies
75 freq_processor_dsp[CONFIG_MAX_DSP_CPUS] - Array to contain the DSP core's frequencies
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dpmac32-cpufreq.c50 * Currently, PowerMac cpufreq supports only high & low frequencies
479 * on the bus frequencies in pmac_cpufreq_init_MacRISC3()
485 freqs = of_get_property(cpunode, "bus-frequencies", &lenp); in pmac_cpufreq_init_MacRISC3()
488 pr_err("bus-frequencies incorrect or missing\n"); in pmac_cpufreq_init_MacRISC3()
498 /* Get the min/max bus frequencies */ in pmac_cpufreq_init_MacRISC3()
514 /* Now we get the frequencies, we read the GPIO to see what is out current in pmac_cpufreq_init_MacRISC3()
524 /* If we use the PMU, look for the min & max frequencies in the in pmac_cpufreq_init_MacRISC3()
/OK3568_Linux_fs/external/security/librkcrypto/perf_reports/
H A DReadMe_EN.md7 - List all available frequencies : `cat /sys/devices/system/cpu/cpufreq/policy0/scaling_availabl…
15 - List all available frequencies : `cat /sys/class/devfreq/dmc/available_frequencies`
/OK3568_Linux_fs/kernel/Documentation/cpu-freq/
H A Dcpu-drivers.rst90 .boost_enabled - If set, boost frequencies are enabled.
93 frequencies.
117 | | switch between two frequencies in |
248 frequencies, a "frequency table" with some functions might assist in
277 excluding CPUFREQ_ENTRY_INVALID frequencies.

12345678910>>...28