| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l36.txt | 5 - compatible : "cirrus,cs35l36" 7 - reg : the I2C address of the device for I2C 9 - VA-supply, VP-supply : power supplies for the device, 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 32 - cirrus,multi-amp-mode : Boolean to determine if there are more than 33 one amplifier in the system. If more than one it is best to Hi-Z the ASP [all …]
|
| H A D | cs35l32.txt | 5 - compatible : "cirrus,cs35l32" 7 - reg : the I2C address of the device for I2C. Address is determined by the level 10 - VA-supply, VP-supply : power supplies for the device, 15 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be 18 - cirrus,boost-manager : Boost voltage control. 19 0 = Automatically managed. Boost-converter output voltage is the higher 21 1 = Automatically managed irrespective of audio, adapting for low-power 22 dissipation when LEDs are ON, and operating in Fixed-Boost Bypass Mode 24 2 = (Default) Boost voltage fixed in Bypass Mode (VBST = VP). 25 3 = Boost voltage fixed at 5 V. [all …]
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | bq25890.yaml | 1 # SPDX-License-Identifier: GPL-2.0 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Bq25890, bq25892, bq25895 and bq25896 Li-Ion Charger 11 - Sebastian Reichel <sre@kernel.org> 14 - $ref: power-supply.yaml# 19 - enum: 20 - ti,bq25890 21 - items: 22 - enum: [all …]
|
| H A D | richtek,rt9455.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 13 - $ref: power-supply.yaml# 25 richtek,output-charge-current: 29 richtek,end-of-charge-percentage: 32 percent of the output charge current. When the current in constant-voltage phase drops 33 below output_charge_current x end-of-charge-percentage, charge is terminated. 35 richtek,battery-regulation-voltage: [all …]
|
| /linux/tools/power/cpupower/man/ |
| H A D | cpupower-set.1 | 1 .TH CPUPOWER\-SET "1" "22/02/2011" "" "cpupower Manual" 3 cpupower\-set \- Set processor power related kernel or hardware configurations 6 .B cpupower set [ \-b VAL | \-e POLICY | \-m MODE | \-t BOOL ] 15 described in the cpupower(1) manpage in the \-\-cpu option section. Whether an 24 \-\-perf-bias, \-b 30 The range of valid numbers is 0-15, where 0 is maximum 33 The processor uses this information in model-specific ways 34 when it must select trade-offs between performance and 38 (P-states) or CPU Idle power states (C-states), but allows 44 in the "turbo range" above the explicitly OS-controlled [all …]
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | richtek,rt4803.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Richtek RT4803 Boost Regulator 10 - ChiYuan Huang <cy_huang@richtek.com> 13 RT4803 is a boost regulator that's designed to provide the minimum output 15 supports boost and auto bypass mode that depends on the difference between the 16 input and output voltage. If the input is lower than the output, mode will 17 transform to boost mode. Otherwise, turn on bypass switch to enter bypass mode. 20 https://www.richtek.com/assets/product_file/RT4803/DS4803-03.pdf [all …]
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | maxim,max77693.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 16 There are two LED outputs available - FLED1 and FLED2. Each of them can 26 const: maxim,max77693-led 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 34 See LEDS_BOOST_* in include/dt-bindings/leds/common.h. [all …]
|
| /linux/tools/power/cpupower/utils/ |
| H A D | cpupower-set.c | 1 // SPDX-License-Identifier: GPL-2.0-only 20 {"perf-bias", required_argument, NULL, 'b'}, 22 {"amd-pstate-mode", required_argument, NULL, 'm'}, 23 {"turbo-boost", required_argument, NULL, 't'}, 24 {"boost", required_argument, NULL, 't'}, 45 int mode:1; in cmd_set() member 52 char epp[30], mode[20]; in cmd_set() local 67 set_opts, NULL)) != -1) { in cmd_set() 74 printf(_("--perf-bias param out " in cmd_set() 75 "of range [0-%d]\n"), 15); in cmd_set() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | cs35l35.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * cs35l35.h -- CS35L35 ALSA SoC audio driver 35 #define CS35L35_PROTECT_CTL 0x18 /* Amp Gain - Prot Ctl Param */ 40 #define CS35L35_BST_CVTR_V_CTL 0x1D /* Boost Conv Voltage Ctl */ 41 #define CS35L35_BST_PEAK_I 0x1E /* Boost Conv Peak Current */ 42 #define CS35L35_BST_RAMP_CTL 0x20 /* Boost Conv Soft Ramp Ctl */ 43 #define CS35L35_BST_CONV_COEF_1 0x21 /* Boost Conv Coefficients 1 */ 44 #define CS35L35_BST_CONV_COEF_2 0x22 /* Boost Conv Coefficients 2 */ 45 #define CS35L35_BST_CONV_SLOPE_COMP 0x23 /* Boost Conv Slope Comp */ 46 #define CS35L35_BST_CONV_SW_FREQ 0x24 /* Boost Conv L BST SW Freq */ [all …]
|
| H A D | cs35l34.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * cs35l34.h -- CS35L34 ALSA SoC audio driver 28 #define CS35L34_PROTECT_CTL 0x18 /* Amp Gain - Prot Ctl Param */ 30 #define CS35L34_BST_CVTR_V_CTL 0x1D /* Boost Conv Voltage Ctl */ 31 #define CS35L34_BST_PEAK_I 0x1E /* Boost Conv Peak Current */ 32 #define CS35L34_BST_RAMP_CTL 0x20 /* Boost Conv Soft Ramp Ctl */ 33 #define CS35L34_BST_CONV_COEF_1 0x21 /* Boost Conv Coefficients 1 */ 34 #define CS35L34_BST_CONV_COEF_2 0x22 /* Boost Conv Coefficients 2 */ 35 #define CS35L34_BST_CONV_SLOPE_COMP 0x23 /* Boost Conv Slope Comp */ 36 #define CS35L34_BST_CONV_SW_FREQ 0x24 /* Boost Conv L BST SW Freq */ [all …]
|
| H A D | cs35l33.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * cs35l33.h -- CS35L33 ALSA SoC audio driver 22 #define CS35L33_BST_PEAK_CTL 0x09 /* Max Current for Boost */ 24 #define CS35L33_BST_CTL1 0x0B /* Boost Converter CTL1 */ 25 #define CS35L33_BST_CTL2 0x0C /* Boost Converter CTL2 */ 36 #define CS35L33_DIAG_LOCK 0x17 /* Diagnostic Mode Register Lock */ 37 #define CS35L33_DIAG_CTRL_1 0x18 /* Diagnostic Mode Register Control */ 38 #define CS35L33_DIAG_CTRL_2 0x19 /* Diagnostic Mode Register Control 2 */ 56 #define CS35L33_BST_CTL4 0x39 /* Boost Converter Control 4 */
|
| /linux/Documentation/usb/ |
| H A D | iuu_phoenix.rst | 9 IUU unit in phoenix mode. Loading this module will 10 bring a ttyUSB[0-x] interface. This driver must be 40 boost: 41 overclock boost percent 100 to 500 (int) 43 Card detect mode 50 - clockmode will provide 3 different base settings commonly adopted by 57 - boost provide a way to overclock the reader ( my favorite :-) ) 60 modprobe boost=195 67 - cdmode permit to setup the signal used to inform the userland ( ioctl answer ) 70 - xmas is completely useless except for your eyes. This is one of my friend who was [all …]
|
| /linux/Documentation/iio/ |
| H A D | ad7380.rst | 1 .. SPDX-License-Identifier: GPL-2.0-only 23 * `AD7380-4 <https://www.analog.com/en/products/ad7380-4.html>`_ 24 * `AD7381-4 <https://www.analog.com/en/products/ad7381-4.html>`_ 25 * `AD7383-4 <https://www.analog.com/en/products/ad7383-4.html>`_ 26 * `AD7384-4 <https://www.analog.com/en/products/ad7384-4.html>`_ 27 * `AD7386-4 <https://www.analog.com/en/products/ad7386-4.html>`_ 28 * `AD7387-4 <https://www.analog.com/en/products/ad7387-4.html>`_ 29 * `AD7388-4 <https://www.analog.com/en/products/ad7388-4.html>`_ 30 * `AD7389-4 <https://www.analog.com/en/products/ad7389-4.html>`_ 31 * `ADAQ4370-4 <https://www.analog.com/en/products/adaq4370-4.html>`_ [all …]
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | alienware-wmi.rst | 1 .. SPDX-License-Identifier: GPL-2.0-or-later 12 Before the launch of M-Series laptops (~2018), the "WMAX" device controlled 13 basic RGB lighting, deep sleep mode, HDMI mode and amplifier status. 19 The alienware-wmi driver controls both interfaces. 24 WMI device documentation: Documentation/wmi/devices/alienware-wmi.rst 27 ----------------- 29 - Alienware M-Series laptops 30 - Alienware X-Series laptops 31 - Alienware Aurora Desktops 32 - Dell G-Series laptops [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | lm93.rst | 10 Addresses scanned: I2C 0x2c-0x2e 18 Addresses scanned: I2C 0x2c-0x2e 24 - Mark M. Hoffman <mhoffman@lightlink.com> 25 - Ported to 2.6 by Eric J. Bowersox <ericb@aspsys.com> 26 - Adapted to 2.6.20 by Carsten Emde <ce@osadl.org> 27 - Modified for mainline integration by Hans J. Koch <hjk@hansjkoch.de> 30 ----------------- 33 Set to non-zero to force some initializations (default is 0). 38 Configures in7 and in8 limit type, where 0 means absolute and non-zero 54 -------------------- [all …]
|
| /linux/drivers/mfd/ |
| H A D | tps6105x.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Core driver for TPS61050/61052 boost converters, used for while LED 5 * boost conversion. Additionally it provides a 1-bit GPIO pin (out or in) 9 * Copyright (C) 2011 ST-Ericsson SA 10 * Written on behalf of Linaro for ST-Ericsson 37 ret = regmap_read(tps6105x->regmap, TPS6105X_REG_0, ®val); in tps6105x_startup() 42 dev_info(&tps6105x->client->dev, in tps6105x_startup() 43 "TPS6105x found in SHUTDOWN mode\n"); in tps6105x_startup() 46 dev_info(&tps6105x->client->dev, in tps6105x_startup() 47 "TPS6105x found in TORCH mode\n"); in tps6105x_startup() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-asus-wmi | 6 Change CPU clock configuration (write-only). 9 * 0 -> Super Performance Mode 10 * 1 -> High Performance Mode 11 * 2 -> Power Saving Mode 46 Fan boost mode: 47 * 0 - normal, 48 * 1 - overboost, 49 * 2 - silent 56 Throttle thermal policy mode: 57 * 0 - default, [all …]
|
| /linux/Documentation/devicetree/bindings/leds/backlight/ |
| H A D | ti,lm3509.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: TI LM3509 High Efficiency Boost for White LED's and/or OLED Displays 10 - Patrick Gansterer <paroga@paroga.com> 13 The LM3509 current mode boost converter offers two separate outputs. 23 "#address-cells": 26 "#size-cells": 29 reset-gpios: 32 ti,brightness-rate-of-change-us: [all …]
|
| /linux/drivers/regulator/ |
| H A D | tps6105x-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Driver for TPS61050/61052 boost converters, typically used for white LEDs 6 * Copyright (C) 2011 ST-Ericsson SA 7 * Written on behalf of Linaro for ST-Ericsson 39 .name = "tps6105x-boost", 60 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); in tps6105x_regulator_probe() 61 struct tps6105x_platform_data *pdata = tps6105x->pdata; in tps6105x_regulator_probe() 65 /* This instance is not set for regulator mode so bail out */ in tps6105x_regulator_probe() 66 if (pdata->mode != TPS6105X_MODE_VOLTAGE) { in tps6105x_regulator_probe() 67 dev_info(&pdev->dev, in tps6105x_regulator_probe() [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm8350-sony-xperia-sagami.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 7 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 18 * Yes, you are correct, there is NO MORE {msm,board,pmic}-id on SM8350! 24 chassis-type = "handset"; 27 #address-cells = <2>; 28 #size-cells = <2>; 32 compatible = "simple-framebuffer"; 35 /* The display, even though it's 4K, initializes at 1080-ish p */ 49 gpio-keys { [all …]
|
| /linux/include/uapi/linux/ |
| H A D | psp-dbc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ 3 * Userspace interface for AMD Dynamic Boost Control (DBC) 16 * DOC: AMD Dynamic Boost Control (DBC) interface 24 * struct dbc_user_nonce - Nonce exchange structure (input/output). 27 * 1: authentication: PSP will return multi-use nonce. 39 * struct dbc_user_setuid - UID exchange structure (input). 49 * struct dbc_user_param - Parameter exchange structure (input/output). 53 * - When sending a message this is to be created by software 55 * - For interpreting results, this signature is updated by the 66 * Dynamic Boost Control (DBC) IOC [all …]
|
| /linux/Documentation/devicetree/bindings/display/panel/ |
| H A D | novatek,nt35950.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Novatek NT35950-based display panels 10 - AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> 13 The nt35950 IC from Novatek is a Driver IC used to drive MIPI-DSI panels, 14 with Static RAM for content retention in command mode and also supports 15 video mode with VESA Frame Buffer Compression or Display Stream Compression 22 - $ref: panel-common-dual.yaml# 27 - enum: [all …]
|
| H A D | ebbg,ft8719.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: EBBG FT8719 MIPI-DSI LCD panel 10 - Joel Selvaraj <jo@jsfamily.in> 14 of 1080x2246. It is a video mode DSI panel. The backlight is managed 18 - $ref: panel-common.yaml# 28 vddio-supply: 31 vddpos-supply: 32 description: positive boost supply regulator [all …]
|
| /linux/sound/pcmcia/vx/ |
| H A D | vxp_ops.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 41 return chip->port + vxp_reg_offset[reg]; in vxp_reg_addr() 45 * snd_vx_inb - read a byte from the register 54 * snd_vx_outb - write a byte on the register 73 * vx_check_magic - check the magic word on xilinx 87 dev_err(chip->car in vx_check_magic() 459 vx_set_mic_boost(struct vx_core * chip,int boost) vx_set_mic_boost() argument [all...] |
| /linux/drivers/platform/x86/dell/ |
| H A D | alienware-wmi-wmax.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 18 #include <linux/hwmon-sysfs.h> 27 #include "alienware-wmi.h" 65 MODULE_PARM_DESC(force_platform_profile, "Forces auto-detecting thermal profiles without checking i… 69 MODULE_PARM_DESC(force_gmode, "Forces G-Mode when performance profile is selected"); 93 .ident = "Alienware Area-51m", 96 DMI_MATCH(DMI_PRODUCT_NAME, "Alienware Area-51m"), 101 .ident = "Alienware Area-51m R2", 104 DMI_MATCH(DMI_PRODUCT_NAME, "Alienware Area-51m R2"), 420 ret = alienware_wmi_command(pdata->wdev, WMAX_METHOD_HDMI_CABLE, in cable_show() [all …]
|