Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Drohm,bd9576-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/rohm,bd9576-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
14 powering the R-Car series processors.
21 - rohm,bd9576
22 - rohm,bd9573
32 rohm,vout1-en-low:
34 BD9576 and BD9573 VOUT1 regulator enable state can be individually
[all …]
/Linux-v6.1/drivers/regulator/
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-v6.1/Documentation/hwmon/
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 …]
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 …]
Dadm1275.rst10 Addresses scanned: -
12 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1075.pdf
18 Addresses scanned: -
20 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1272.pdf
26 Addresses scanned: -
28 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1275.pdf
34 Addresses scanned: -
36 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1276.pdf
42 Addresses scanned: -
44 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1278.pdf
[all …]
Dmax15301.rst1 .. SPDX-License-Identifier: GPL-2.0
12 Addresses scanned: -
14 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX15301.pdf
20 -----------
26 Documentation/hwmon/pmbus.rst and Documentation.hwmon/pmbus-core for details
31 -----------
33 This driver does not auto-detect devices. You will have to instantiate the
34 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
39 ---------------------
45 -----------------
[all …]
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 …]
/Linux-v6.1/sound/pci/ice1712/
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 …]