Home
last modified time | relevance | path

Searched refs:optimal (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/cpufreq/
H A Dfreq_table.c119 struct cpufreq_frequency_table optimal = { in cpufreq_table_index_unsorted() local
141 optimal.frequency = ~0; in cpufreq_table_index_unsorted()
151 optimal.driver_data = i; in cpufreq_table_index_unsorted()
157 if (freq >= optimal.frequency) { in cpufreq_table_index_unsorted()
158 optimal.frequency = freq; in cpufreq_table_index_unsorted()
159 optimal.driver_data = i; in cpufreq_table_index_unsorted()
170 if (freq <= optimal.frequency) { in cpufreq_table_index_unsorted()
171 optimal.frequency = freq; in cpufreq_table_index_unsorted()
172 optimal.driver_data = i; in cpufreq_table_index_unsorted()
183 if (diff < optimal.frequency || in cpufreq_table_index_unsorted()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-pca954x15 -1 leave the mux as-is, which is the most optimal
H A Dsysfs-bus-iio-isl295019 criteria for optimal gain is determined by the sensor.
/linux/Documentation/devicetree/bindings/net/can/
H A Dmpc5xxx-mscan.txt27 If this property is not present, an optimal CAN
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h921 struct intel_pipe_wm optimal; member
927 struct skl_pipe_wm optimal; member
948 struct vlv_wm_state optimal; /* inverted */ member
955 struct g4x_wm_state optimal; member
/linux/Documentation/hwmon/
H A Dadt7462.rst49 determining an optimal configuration for the automatic PWM control.
H A Dadt7470.rst51 determining an optimal configuration for the automatic PWM control.
H A Dadt7475.rst122 an optimal configuration for the automatic PWM control.
H A Dnct6775.rst126 is lower than optimal. Some fans might not be present because they share pins
/linux/arch/mips/cavium-octeon/
H A DKconfig80 optimal performance with HugeTLBs, keep this size an even number of
/linux/arch/sh/include/mach-kfr2r09/mach/
H A Dpartner-jet-setup.txt31 LIST "The PLL and FLL values are updated here for the optimal"
/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst70 Do not touch input rectangle - it is already optimal.
/linux/Documentation/arch/arm/nwfpe/
H A Dnwfpe.rst11 emits as the first target. I have attempted to be as optimal as
/linux/Documentation/staging/
H A Dxz.rst85 The compression presets in XZ Utils may not be optimal when creating
/linux/Documentation/arch/x86/i386/
H A DIO-APIC.rst80 the PCI chipset. Most cards issue INTA, this creates optimal distribution
/linux/arch/powerpc/platforms/ps3/
H A DKconfig48 system will have optimal runtime performance.
/linux/drivers/devfreq/
H A DKconfig91 This does not yet operate with optimal voltages.
/linux/Documentation/input/devices/
H A Dntrig.rst115 I don't know what the optimal values are for these filters. If the defaults
/linux/Documentation/arch/x86/
H A Damd-hfi.rst23 scheduler can direct threads to the optimal core.
/linux/Documentation/arch/arm/stm32/
H A Dstm32-dma-mdma-chaining.rst113 bad with DDR, while they are optimal with SRAM. Hence the SRAM buffer used
158 functional issue but it is not optimal.
/linux/Documentation/networking/
H A Dfib_trie.rst86 or shrinking it repeatedly until it fulfills the criteria for optimal
/linux/Documentation/crypto/
H A Dapi-intro.rst94 When using the API for ciphers, performance will be optimal if each
/linux/Documentation/fb/
H A Duvesafb.rst38 or most optimal resolution/refresh rate for your setup will not work
/linux/Documentation/userspace-api/media/drivers/
H A Domap3isp-uapi.rst74 IOCTLs it is not possible to obtain optimal image quality this way. The AEWB,
/linux/arch/x86/math-emu/
H A DREADME71 "optimal" polynomial approximations. My definition of "optimal" was

123