Home
last modified time | relevance | path

Searched +full:vss +full:- +full:supply (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5791.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michael Hennerich <michael.hennerich@analog.com>
11 - Jonathan Cameron <jic23@kernel.org>
17 - adi,ad5760
18 - adi,ad5780
19 - adi,ad5781
20 - adi,ad5790
21 - adi,ad5791
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/display/panel/
Dboe,bf060y8m-aj0.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/boe,bf060y8m-aj0.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: BOE BF060Y8M-AJ0 5.99" 1080x2160 AMOLED Panel
10 - AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
14 video mode panel module on MIPI-DSI 4-Lane interface, GGRB
23 - $ref: panel-common.yaml#
27 const: boe,bf060y8m-aj0
29 elvdd-supply:
[all …]
/Linux-v6.6/include/linux/mfd/wm8994/
Dpdata.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * include/linux/mfd/wm8994/pdata.h -- Platform data for WM8994
39 * panel provided by the WISCE - see http://www.wolfsonmicro.com/wisce/
52 * control panel in WISCE - see http://www.wolfsonmicro.com/wisce/
64 * WISCE - see http://www.wolfsonmicro.com/wisce/
71 /* Coefficient layout when using MBC+VSS firmware */
76 * VSS HPF configurations are specified with a label and two values to
78 * multiband compressor configuration panel in WISCE - see
87 * VSS configurations are specified with a label and array of values
89 * multiband compressor configuration panel in WISCE - see
[all …]
/Linux-v6.6/drivers/iio/dac/
Dad5791.c1 // SPDX-License-Identifier: GPL-2.0-only
63 * struct ad5791_chip_info - chip specific information
72 * struct ad5791_state - driver instance specific data
74 * @reg_vdd: positive supply regulator
75 * @reg_vss: negative supply regulator
78 * @vref_neg_mv: voltage of the negative supply
110 st->data[0].d32 = cpu_to_be32(AD5791_CMD_WRITE | in ad5791_spi_write()
114 return spi_write(st->spi, &st->data[0].d8[1], 3); in ad5791_spi_write()
122 .tx_buf = &st->data[0].d8[1], in ad5791_spi_read()
127 .tx_buf = &st->data[1].d8[1], in ad5791_spi_read()
[all …]
/Linux-v6.6/sound/soc/codecs/
Dwm8962.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * wm8962.c -- WM8962 ALSA SoC Audio driver
5 * Copyright 2010-2 Wolfson Microelectronics plc
87 /* We can't use the same notifier block for more than one supply and
98 regcache_mark_dirty(wm8962->regmap); \
113 { 0, 0x009F }, /* R0 - Left Input volume */
114 { 1, 0x049F }, /* R1 - Right Input volume */
115 { 2, 0x0000 }, /* R2 - HPOUTL volume */
116 { 3, 0x0000 }, /* R3 - HPOUTR volume */
118 { 5, 0x0018 }, /* R5 - ADC & DAC Control 1 */
[all …]