Home
last modified time | relevance | path

Searched refs:turbo (Results 1 – 25 of 52) sorted by relevance

123

/linux/arch/arm/boot/dts/sigmastar/
H A Dmstar-infinity3.dtsi21 turbo-mode;
28 turbo-mode;
35 turbo-mode;
42 turbo-mode;
49 turbo-mode;
56 turbo-mode;
63 turbo-mode;
/linux/Documentation/translations/zh_CN/scheduler/
H A Dschedutil.rst68 4C-turbo; 如果可用并且使能了turbo
69 f_max := { 1C-turbo; 如果使能了turbo
76 我们选择4C turbo而不是1C turbo,以使其更持久性略微更强。
/linux/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst75 Intel(R) SST-TF (feature turbo-freq) is supported
155 speed-select-turbo-freq:disabled
184 speed-select-turbo-freq:disabled
216 workload, disable turbo::
299 speed-select-turbo-freq:disabled
303 speed-select-turbo-freq:disabled
312 "speed-select-turbo-freq" (Intel(R) SST-TF) is supported at both performance
573 that turbo is disabled. To disable turbo, execute::
600 frequency as the turbo is disabled). The turbostat output::
731 This feature enables the ability to set different "All core turbo ratio limits"
[all …]
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a779m1.dtsi16 /delete-property/ turbo-mode;
22 turbo-mode;
H A Dr8a779m5.dtsi16 /delete-property/ turbo-mode;
22 turbo-mode;
H A Dr8a779m3.dtsi16 /delete-property/ turbo-mode;
22 turbo-mode;
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-msi-laptop46 Contains either 0 or 1 and indicates if turbo mode is turned
47 on. In turbo mode power LED is orange and processor is
49 only possible to toggle turbo mode state by pressing Fn+F10,
51 If user presses Fn+F10 too frequent, turbo mode state is not
H A Dsysfs-platform-oxp7 turbo button that can be used to switch between two TDP modes
/linux/drivers/iio/adc/
H A Dad7944.c72 struct gpio_desc *turbo; member
498 gpiod_set_value_cansleep(adc->turbo, 1); in ad7944_offload_buffer_postenable()
503 gpiod_set_value_cansleep(adc->turbo, 0); in ad7944_offload_buffer_postenable()
513 gpiod_set_value_cansleep(adc->turbo, 0); in ad7944_offload_buffer_predisable()
733 adc->turbo = devm_gpiod_get_optional(dev, "turbo", GPIOD_OUT_LOW); in ad7944_probe()
734 if (IS_ERR(adc->turbo)) in ad7944_probe()
735 return dev_err_probe(dev, PTR_ERR(adc->turbo), in ad7944_probe()
740 if (adc->turbo && adc->always_turbo) in ad7944_probe()
/linux/Documentation/scheduler/
H A Dschedutil.rst68 4C-turbo; if available and turbo enabled
69 f_max := { 1C-turbo; if turbo enabled
76 We pick 4C turbo over 1C turbo to make it slightly more sustainable.
/linux/drivers/misc/
H A Dxilinx_sdfec.c411 struct xsdfec_turbo turbo; in xsdfec_set_turbo() local
415 err = copy_from_user(&turbo, arg, sizeof(turbo)); in xsdfec_set_turbo()
419 if (turbo.alg >= XSDFEC_TURBO_ALG_MAX) in xsdfec_set_turbo()
422 if (turbo.scale > XSDFEC_TURBO_SCALE_MAX) in xsdfec_set_turbo()
429 turbo_write = ((turbo.scale & XSDFEC_TURBO_SCALE_MASK) in xsdfec_set_turbo()
431 turbo.alg; in xsdfec_set_turbo()
/linux/drivers/net/wireless/ath/ath5k/
H A Dreset.c672 u32 turbo, mode, clock, bus_flags; in ath5k_hw_nic_wakeup() local
675 turbo = 0; in ath5k_hw_nic_wakeup()
792 turbo = AR5K_PHY_TURBO_MODE; in ath5k_hw_nic_wakeup()
794 turbo |= AR5K_PHY_TURBO_SHORT; in ath5k_hw_nic_wakeup()
825 ath5k_hw_reg_write(ah, turbo, AR5K_PHY_TURBO); in ath5k_hw_nic_wakeup()
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-prime.dtsi16 /delete-property/turbo-mode;
H A Dexynos4212.dtsi132 turbo-mode;
H A Dexynos4412.dtsi158 turbo-mode;
/linux/arch/arm/mach-pxa/
H A Dsleep.S116 @ ensure x1 for run and turbo mode with memory clock
128 @ note, turbo is not preserved over sleep so there is no
/linux/Documentation/iio/
H A Dad4000.rst50 CS mode, 3-wire turbo mode
157 turbo mode, and the SPI controller is ``SPI_MOSI_IDLE_HIGH`` capable. If those
205 in 3-wire turbo mode or in 3-wire without busy indicator mode and have SPI
/linux/arch/arm64/boot/dts/apple/
H A Dt600x-common.dtsi323 turbo-mode;
329 turbo-mode;
335 turbo-mode;
H A Ds8000.dtsi57 turbo-mode;
H A Ds8003.dtsi57 turbo-mode;
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-property-satellite-systems.rst74 In addition to all parameters valid for DVB-S, turbo code supports the
/linux/drivers/opp/
H A Dopp.h114 bool turbo; member
/linux/arch/arm/mm/
H A Dproc-mohawk.S353 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode
371 mcr p14, 0, r4, c6, c0, 0 @ clock configuration, turbo mode.
/linux/Documentation/input/devices/
H A Dbcm5974.rst19 :Copyright: |copy| 2005 Frank Arnold (frank@scirocco-5v-turbo.de)
/linux/rust/kernel/
H A Dopp.rs231 pub fn new(freq: Hertz, volt: MicroVolt, level: u32, turbo: bool) -> Self { in new()
233 turbo, in new()

123