Home
last modified time | relevance | path

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

1234

/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/drivers/net/wireless/ath/ath12k/
H A DKconfig34 you want optimal performance choose N.
43 you want optimal performance choose N.
52 you want optimal performance choose N.
/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c323 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_can_enable_sagv()
345 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_can_enable_sagv()
368 &crtc_state->wm.skl.optimal.planes[plane_id]; in tgl_crtc_can_enable_sagv()
1469 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1520 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1556 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1586 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
2218 const struct skl_plane_wm *wm = &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_max_wm0_lines()
2300 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_wm_check_vblank()
2319 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_wm_check_vblank()
[all …]
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/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.
H A Dsysfs-block-bcache115 SSD for optimal performance.
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sll-kobo-clara2e-b.dts47 * For optimal performance these should be
/linux/Documentation/devicetree/bindings/net/can/
H A Dmpc5xxx-mscan.txt27 If this property is not present, an optimal CAN
/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.
/linux/arch/mips/cavium-octeon/
H A DKconfig80 optimal performance with HugeTLBs, keep this size an even number of
/linux/Documentation/mm/
H A Dzsmalloc.rst99 The optimal zspage chain size for each size class is calculated during the
126 find that the most optimal zspage configuration for this class is a chain
/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/userspace-api/
H A Dsysfs-platform_profile.rst27 about any sub-optimal conditions which are impeding reaching the requested
/linux/Documentation/staging/
H A Dxz.rst85 The compression presets in XZ Utils may not be optimal when creating
/linux/Documentation/networking/
H A Dsmc-sysctl.rst20 Applications can still use TCP_CORK for optimal behavior when they
/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/Documentation/core-api/real-time/
H A Darchitecture-porting.rst88 optimal timer behavior. In most cases, microsecond-level accuracy is
/linux/drivers/devfreq/
H A DKconfig91 This does not yet operate with optimal voltages.
/linux/Documentation/dev-tools/
H A Dclang-format.rst95 where the tool did not do an optimal job. But as a first approximation,

1234