Home
last modified time | relevance | path

Searched +full:vout1 +full:- +full:en +full:- +full:low (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/regulator/
H A Dbd9576-regulator.c1 // SPDX-License-Identifier: GPL-2.0
10 #include <linux/mfd/rohm-bd957x.h>
11 #include <linux/mfd/rohm-generic.h>
137 const struct regulator_desc *desc = rdev->desc; in bd957x_vout34_list_voltage()
138 int multiplier = selector & desc->vsel_mask & 0x7f; in bd957x_vout34_list_voltage()
145 return desc->fixed_uV - tune; in bd957x_vout34_list_voltage()
147 return desc->fixed_uV + tune; in bd957x_vout34_list_voltage()
153 const struct regulator_desc *desc = rdev->desc; in bd957x_list_voltage()
154 int index = selector & desc->vsel_mask & 0x7f; in bd957x_list_voltage()
157 index += desc->n_voltages/2; in bd957x_list_voltage()
[all …]
/linux/Documentation/hwmon/
H A Dir38064.rst9 Addresses scanned: -
12 …https://www.infineon.com/dgdl/Infineon-IR38060M-DS-v03_16-EN.pdf?fileId=5546d4625c167129015c3291ea…
17 Addresses scanned: -
20 …https://www.infineon.com/dgdl/Infineon-IR38064MTRPBF-DS-v03_07-EN.pdf?fileId=5546d462584d1d4a0158d…
25 Addresses scanned: -
28 …https://www.infineon.com/dgdl/Infineon-IR38164M-DS-v02_02-EN.pdf?fileId=5546d462636cc8fb01640046ef…
33 Addresses scanned: -
36 …https://www.infineon.com/dgdl/Infineon-IR38263M-DataSheet-v03_05-EN.pdf?fileId=5546d4625b62cd8a015…
39 - Maxim Sloyko <maxims@google.com>
40 - Patrick Venture <venture@google.com>
[all …]
H A Dmax20751.rst10 Addresses scanned: -
12 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20751.pdf
14 Application note: https://pdfserv.maximintegrated.com/en/an/AN5941.pdf
16 Author: Guenter Roeck <linux@roeck-us.net>
20 -----------
30 -----------
32 This driver does not auto-detect devices. You will have to instantiate the
33 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
38 ---------------------
44 -------------
[all …]
H A Dmax8688.rst10 Addresses scanned: -
12 Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX8688.pdf
14 Author: Guenter Roeck <linux@roeck-us.net>
18 -----------
20 This driver supports hardware monitoring for Maxim MAX8688 Digital Power-Supply
28 -----------
30 This driver does not auto-detect devices. You will have to instantiate the
31 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
36 ---------------------
42 -------------
[all …]
H A Dadp1050.rst1 .. SPDX-License-Identifier: GPL-2.0
12 Addresses scanned: I2C 0x70 - 0x77
14 Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ADP1050.pdf
18 - Radu Sabau <radu.sabau@analog.com>
22 -----------
28 interface targeting high density, high efficiency dc-to-dc power
34 -----------
36 This driver does not auto-detect devices. You will have to instantiate
38 Please see Documentation/i2c/instantiating-devices.rst for details.
41 ---------------------
[all …]
/linux/sound/pci/ice1712/
H A Daureon.c1 // SPDX-License-Identifier: GPL-2.0-or-later
11 * - we reuse the struct snd_akm4xxx record for storing the wm8770 codec data.
16 * - DAC digital volumes are not implemented in the mixer.
58 #define WM_DAC_ATTEN 0x00 /* DAC1-8 analog attenuation */
60 #define WM_DAC_DIG_ATTEN 0x09 /* DAC1-8 digital attenuation */
65 #define WM_DAC_CTRL2 0x15 /* de-emphasis and zefo-flag */
68 #define WM_POWERDOWN 0x18 /* power-down controls */
150 for (i = 7; i >= 0; i--) { in aureon_pca9554_write()
192 {"Internal Aux", "Wavetable", "Rear Line-In"}; in aureon_universe_inmux_info()
201 struct aureon_spec *spec = ice->spec; in aureon_universe_inmux_get()
[all …]