/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | cirrus,cs35l41.yaml | 42 cirrus,boost-peak-milliamp: 53 cirrus,boost-ind-nanohenry: 61 cirrus,boost-cap-microfarad: 81 cirrus,boost-type: 84 Internal boost requires boost-peak-milliamp, boost-ind-nanohenry and 85 boost-cap-microfarad. 87 enable boost voltage. 155 cirrus,boost-type: 159 - cirrus,boost-peak-milliamp 160 - cirrus,boost-ind-nanohenry [all …]
|
A 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 */
|
A 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. 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>; 149 cirrus,boost-peak-milliamp = <4500>; [all …]
|
A 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;
|
A 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 */
|
A D | cs35l32.txt | 18 - cirrus,boost-manager : Boost voltage control. 59 cirrus,boost-manager = <0x03>;
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
A 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-6.3-rc2/Documentation/devicetree/bindings/power/supply/ |
A D | bq25890.yaml | 58 ti,boost-voltage: 60 description: VBUS voltage level in boost mode (in uV) 62 ti,boost-max-current: 64 description: maximum allowed current draw in boost mode (in uA) 66 ti,boost-low-freq: 67 description: boost mode frequency will be 500kHz, otherwise 1.5MHz 97 - ti,boost-voltage 98 - ti,boost-max-current 121 ti,boost-voltage = <5000000>; 122 ti,boost-max-current = <1000000>;
|
A D | richtek,rt9455.yaml | 39 richtek,boost-output-voltage: 42 maximum voltage provided to consumer devices, when the charger is in boost mode, in uV. 64 - richtek,boost-output-voltage 85 richtek,boost-output-voltage = <5050000>;
|
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/ |
A D | maxim,max77693.yaml | 28 maxim,boost-mode: 30 In boost mode the device can produce up to 1.2A of total current on both 32 not enabled explicitly, boost setting defaults to LEDS_BOOST_FIXED in 38 maxim,boost-mvout: 40 Output voltage of the boost module in millivolts. 83 (boost mode must be turned off):
|
/linux-6.3-rc2/Documentation/usb/ |
A 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-6.3-rc2/drivers/usb/serial/ |
A 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() 1010 iuu_clk(port, IUU_CLK_3579000 * boost / 100); in iuu_open() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/backlight/ |
A D | qcom-wled.yaml | 77 qcom,current-boost-limit: 79 mA; boost current limit. 179 qcom,current-boost-limit: 200 qcom,current-boost-limit: 258 qcom,current-boost-limit = <805>;
|
A D | kinetic,ktz8866.yaml | 25 description: positive boost supply regulator. 28 description: negative boost supply regulator.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/ |
A D | ebbg,ft8719.yaml | 32 description: positive boost supply regulator 35 description: negative boost supply regulator
|
A D | novatek,nt36672a.yaml | 42 description: phandle of the positive boost supply regulator 45 description: phandle of the negative boost supply regulator
|
A D | novatek,nt35950.yaml | 42 description: positive boost supply regulator 44 description: negative boost supply regulator
|
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/ |
A D | richtek,rtq6752-regulator.yaml | 14 two synchronous boost converter for PAVDD, and one synchronous NAVDD 15 buck-boost. The device is suitable for automotive TFT-LCD panel.
|
A D | qcom-labibb-regulator.yaml | 13 LAB can be used as a positive boost power supply and IBB can be used as a 14 negative boost power supply for display panels. Currently implemented for
|
/linux-6.3-rc2/kernel/sched/ |
A D | cpufreq_schedutil.c | 256 unsigned long boost; in sugov_iowait_apply() local 283 boost = (sg_cpu->iowait_boost * max_cap) >> 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-6.3-rc2/Documentation/devicetree/bindings/ata/ |
A D | imx-sata.yaml | 45 fsl,transmit-boost-mdB: 47 description: transmit boost level, in milli-decibels.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | st,stpmic1.yaml | 99 - boost for Buck BOOST 167 boost: 187 "^(buck[1-4]|ldo[1-6]|boost|pwr_sw[1-2])-supply$": 190 "^(buck[1-4]|ldo[1-6]|boost|vref_ddr|pwr_sw[1-2])$":
|
A D | maxim,max77693.yaml | 128 maxim,boost-mode = <LEDS_BOOST_FIXED>; 129 maxim,boost-mvout = <5000>;
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-platform-asus-wmi | 46 Fan boost mode: 98 Enable an LCD response-time boost to reduce or remove ghosting:
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sm8250-sony-xperia-edo.dtsi | 463 cirrus,boost-peak-milliamp = <4000>; 464 cirrus,boost-ind-nanohenry = <1000>; 465 cirrus,boost-cap-microfarad = <15>; 478 cirrus,boost-peak-milliamp = <4000>; 479 cirrus,boost-ind-nanohenry = <1000>; 480 cirrus,boost-cap-microfarad = <15>;
|