/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | boost.c | 33 u32 boost = 0; in nvbios_boostTe() local 37 boost = nvbios_rd32(bios, bit_P.offset + 0x30); in nvbios_boostTe() 39 if (boost) { in nvbios_boostTe() 40 *ver = nvbios_rd08(bios, boost + 0); in nvbios_boostTe() 43 *hdr = nvbios_rd08(bios, boost + 1); in nvbios_boostTe() 44 *cnt = nvbios_rd08(bios, boost + 5); in nvbios_boostTe() 45 *len = nvbios_rd08(bios, boost + 2); in nvbios_boostTe() 46 *snr = nvbios_rd08(bios, boost + 4); in nvbios_boostTe() 47 *ssz = nvbios_rd08(bios, boost + 3); in nvbios_boostTe() 48 return boost; in nvbios_boostTe()
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | cs35l34.txt | 13 - cirrus,boost-vtge-millivolt : Boost Voltage Value. Configures the boost 17 - cirrus,boost-nanohenry: Inductor value for boost converter. The value is 28 - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The 59 cirrus,boost-vtge-milltvolt = <8000>; /* 8V */ 60 cirrus,boost-ind-nanohenry = <1000>; /* 1uH */ 61 cirrus,boost-peak-milliamp = <3000>; /* 3A */
|
D | cs35l36.txt | 13 - cirrus,boost-ctl-millivolt : Boost Voltage Value. Configures the boost 18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 19 Configures the peak current by monitoring the current through the boost FET. 24 - cirrus,boost-ind-nanohenry : Inductor estimation LBST reference value. 25 Seeds the digital boost converter's inductor estimation block with the initial 36 - cirrus,boost-ctl-select : Boost conerter control source selection. 37 Selects the source of the BST_CTL target VBST voltage for the boost 53 This enables the digital boost converter to operate in a low power 147 cirrus,boost-ind-nanohenry = <1000>; 148 cirrus,boost-ctl-millivolt = <10000>; [all …]
|
D | cs35l35.txt | 17 - cirrus,boost-ind-nanohenry: Inductor value for boost converter. The value is 34 - cirrus,shared-boost : Boolean to enable ClassH tracking of Advisory Signal 37 - cirrus,external-boost : Boolean to specify the device is using an external 38 boost supply, note that sharing a boost from another cs35l35 would constitute 55 - cirrus,boost-ctl-millivolt : Boost Voltage Value. Configures the boost 60 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 61 Configures the peak current by monitoring the current through the boost FET. 150 cirrus,boost-ctl-millivolt = <9000>; 155 cirrus,shared-boost;
|
D | cs35l33.txt | 21 - cirrus,boost-ctl : Booster voltage use to supply the amp. If the value is 22 0, then VBST = VP. If greater than 0, the boost voltage will be 3300mV with 34 - cirrus,boost-ipk : The maximum current allowed for the boost converter. 109 cirrus,boost-ctl = <0x30>; /* VBST = 8000mV */ 110 cirrus,boost-ipk = <0xE0>; /* 3600mA */
|
D | cs35l32.txt | 18 - cirrus,boost-manager : Boost voltage control. 59 cirrus,boost-manager = <0x03>;
|
/Linux-v6.1/Documentation/usb/ |
D | iuu_phoenix.rst | 40 boost: 41 overclock boost percent 100 to 500 (int) 57 - boost provide a way to overclock the reader ( my favorite :-) ) 60 modprobe boost=195 84 use this settings to deduce de boost but is that feature
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | sm8350-sony-xperia-sagami.dtsi | 119 cirrus,boost-peak-milliamp = <4000>; 120 cirrus,boost-ind-nanohenry = <1000>; 121 cirrus,boost-cap-microfarad = <15>; 134 cirrus,boost-peak-milliamp = <4000>; 135 cirrus,boost-ind-nanohenry = <1000>; 136 cirrus,boost-cap-microfarad = <15>;
|
D | sm8250-sony-xperia-edo.dtsi | 456 cirrus,boost-peak-milliamp = <4000>; 457 cirrus,boost-ind-nanohenry = <1000>; 458 cirrus,boost-cap-microfarad = <15>; 471 cirrus,boost-peak-milliamp = <4000>; 472 cirrus,boost-ind-nanohenry = <1000>; 473 cirrus,boost-cap-microfarad = <15>;
|
D | sm8450-sony-xperia-nagara-pdx223.dts | 475 cirrus,boost-peak-milliamp = <4000>; 476 cirrus,boost-ind-nanohenry = <1000>; 477 cirrus,boost-cap-microfarad = <15>; 490 cirrus,boost-peak-milliamp = <4000>; 491 cirrus,boost-ind-nanohenry = <1000>; 492 cirrus,boost-cap-microfarad = <15>;
|
/Linux-v6.1/drivers/usb/serial/ |
D | iuu_phoenix.c | 38 static int boost = 100; variable 61 u32 boost; member 919 baud * priv->boost / 100, in iuu_set_termios() 990 if (boost < 100) in iuu_open() 991 boost = 100; in iuu_open() 992 priv->boost = boost; in iuu_open() 996 iuu_clk(port, IUU_CLK_3680000 * boost / 100); in iuu_open() 998 iuu_uart_baud(port, baud * boost / 100, &actual, in iuu_open() 1002 iuu_clk(port, IUU_CLK_6000000 * boost / 100); in iuu_open() 1006 iuu_uart_baud(port, 16457 * boost / 100, &actual, in iuu_open() [all …]
|
/Linux-v6.1/kernel/sched/ |
D | cpufreq_schedutil.c | 256 unsigned long boost; in sugov_iowait_apply() local 283 boost = (sg_cpu->iowait_boost * sg_cpu->max) >> SCHED_CAPACITY_SHIFT; in sugov_iowait_apply() 284 boost = uclamp_rq_util_with(cpu_rq(sg_cpu->cpu), boost, NULL); in sugov_iowait_apply() 285 if (sg_cpu->util < boost) in sugov_iowait_apply() 286 sg_cpu->util = boost; in sugov_iowait_apply()
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-platform-asus-wmi | 46 Fan boost mode: 98 Enable an LCD response-time boost to reduce or remove ghosting:
|
/Linux-v6.1/sound/pcmcia/vx/ |
D | vxpocket.h | 37 void vx_set_mic_boost(struct vx_core *chip, int boost);
|
/Linux-v6.1/Documentation/translations/zh_CN/cpu-freq/ |
D | cpu-drivers.rst | 92 .boost_enabled - 如果设置,则启用提升(boost)频率。 94 .set_boost - 一个指向per-policy函数的指针,该函数用来开启/关闭提升(boost)频率功能。
|
/Linux-v6.1/Documentation/translations/zh_TW/cpu-freq/ |
D | cpu-drivers.rst | 89 .boost_enabled - 如果設置,則啓用提升(boost)頻率。 91 .set_boost - 一個指向per-policy函數的指針,該函數用來開啓/關閉提升(boost)頻率功能。
|
/Linux-v6.1/Documentation/devicetree/bindings/leds/backlight/ |
D | tps65217-backlight.txt | 3 The TPS65217 chip contains a boost converter and current sinks which can be
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 27 - apm,tx-boost-gain : Frequency boost AC (LSB 3-bit) and DC (2-bit)
|
/Linux-v6.1/drivers/power/supply/ |
D | bq2415x_charger.c | 726 int boost = 0; in bq2415x_set_mode() local 729 boost = 1; in bq2415x_set_mode() 736 if (!boost) in bq2415x_set_mode() 770 else if (boost) in bq2415x_set_mode() 891 int boost; in bq2415x_timer_work() local 907 boost = bq2415x_exec_command(bq, BQ2415X_BOOST_MODE_STATUS); in bq2415x_timer_work() 908 if (boost < 0) { in bq2415x_timer_work() 919 if (boost) { in bq2415x_timer_work()
|
/Linux-v6.1/Documentation/admin-guide/pm/ |
D | cpufreq.rst | 609 term "frequency boost" is used here for brevity to refer to all of those 612 The frequency boost mechanism may be either hardware-based or software-based. 619 The ``boost`` File in ``sysfs`` 623 the "boost" setting for the whole system. It is not present if the underlying 624 scaling driver does not support the frequency boost mechanism (or supports it, 628 If the value in this file is 1, the frequency boost mechanism is enabled. This 633 permission to use the frequency boost mechanism (which still may never be used 636 If the value in this file is 0, the frequency boost mechanism is disabled and 644 The frequency boost mechanism is generally intended to help to achieve optimum 649 For this reason, many systems make it possible to disable the frequency boost [all …]
|
/Linux-v6.1/tools/power/cpupower/ |
D | TODO | 5 - Try to read out boost states and frequencies on Intel
|
/Linux-v6.1/Documentation/devicetree/bindings/leds/ |
D | leds-lp8860.txt | 4 driver with boost controller. It has 4 high-precision
|
/Linux-v6.1/Documentation/sound/hd-audio/ |
D | realtek-pc-beep.rst | 31 selected, the 1Ah boost control has no effect. 58 +--DIV--+--!DIV--+ {1Ah boost control} 119 1Ah boost control. (If you've seen instructions online to fix XPS 13 headphone
|
/Linux-v6.1/arch/arm64/boot/dts/exynos/ |
D | exynos7-espresso.dts | 45 usb3drd_boost_5v: regulator-usb3drd-boost { 403 usb3drd_boost_en: usb3drd-boost-en-pins { 422 vbus-boost-supply = <&usb3drd_boost_5v>;
|
/Linux-v6.1/Documentation/hwmon/ |
D | lm93.rst | 267 For each temperature channel, there is a boost temperature: if the channel 270 There is also a hysteresis temperature for this function: after the boost 272 the boost function is disabled. This temperature is also expressed in degrees 308 temp<n>_auto_boost temperature channel boost (PWMs to 100%) 310 temp<n>_auto_boost_hyst temperature channel boost hysteresis
|