| /linux/arch/arm/boot/dts/sigmastar/ |
| H A D | mstar-infinity3.dtsi | 21 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 D | schedutil.rst | 68 4C-turbo; 如果可用并且使能了turbo 69 f_max := { 1C-turbo; 如果使能了turbo 76 我们选择4C turbo而不是1C turbo,以使其更持久性略微更强。
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel_pstate.rst | 229 the so-called "turbo" frequency ranges). In other words, in the passive mode 245 will be referred to as the "turbo threshold" in what follows. 247 The P-states above the turbo threshold are referred to as "turbo P-states" and 248 the whole sub-range of P-states they belong to is referred to as the "turbo 254 Specifically, if software sets the P-state of a CPU core within the turbo range 255 (that is, above the turbo threshold), the processor is permitted to take over 256 performance scaling control for that core and put it into turbo P-states of its 260 the given core, even if it is within the turbo range, whereas all of the later 262 turbo range, even above the one set by software. In other words, on those 263 processors setting any P-state from the turbo range will enable the processor [all …]
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a779m1.dtsi | 16 /delete-property/ turbo-mode; 22 turbo-mode;
|
| H A D | r8a779m5.dtsi | 16 /delete-property/ turbo-mode; 22 turbo-mode;
|
| H A D | r8a779m3.dtsi | 16 /delete-property/ turbo-mode; 22 turbo-mode;
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-msi-laptop | 46 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 D | sysfs-platform-oxp | 7 turbo button that can be used to switch between two TDP modes
|
| /linux/drivers/iio/adc/ |
| H A D | ad7944.c | 72 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 D | schedutil.rst | 68 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 D | xilinx_sdfec.c | 411 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 D | reset.c | 672 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 D | exynos4412-prime.dtsi | 16 /delete-property/turbo-mode;
|
| H A D | exynos4212.dtsi | 132 turbo-mode;
|
| H A D | exynos4412.dtsi | 158 turbo-mode;
|
| /linux/arch/arm/mach-pxa/ |
| H A D | sleep.S | 116 @ 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 D | ad4000.rst | 50 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 D | t600x-common.dtsi | 323 turbo-mode; 329 turbo-mode; 335 turbo-mode;
|
| H A D | s8000.dtsi | 57 turbo-mode;
|
| H A D | s8003.dtsi | 57 turbo-mode;
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-property-satellite-systems.rst | 74 In addition to all parameters valid for DVB-S, turbo code supports the
|
| /linux/drivers/opp/ |
| H A D | opp.h | 114 bool turbo; member
|
| /linux/arch/arm/mm/ |
| H A D | proc-mohawk.S | 353 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 D | bcm5974.rst | 19 :Copyright: |copy| 2005 Frank Arnold (frank@scirocco-5v-turbo.de)
|
| /linux/rust/kernel/ |
| H A D | opp.rs | 231 pub fn new(freq: Hertz, volt: MicroVolt, level: u32, turbo: bool) -> Self { in new() 233 turbo, in new() 1141 /// Returns true if the [`OPP`] is turbo. in is_turbo()
|