Home
last modified time | relevance | path

Searched +full:vcc_flsh +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/bridge/
H A Dti-dlpc3433.c1 // SPDX-License-Identifier: GPL-2.0+
19 #include <linux/media-bus-format.h>
65 struct regulator *vcc_flsh; member
111 struct device *dev = dlpc->dev; in dlpc_atomic_enable()
112 struct drm_display_mode *mode = &dlpc->mode; in dlpc_atomic_enable()
113 struct regmap *regmap = dlpc->regmap; in dlpc_atomic_enable()
136 buf[4] = mode->hdisplay & 0xff; in dlpc_atomic_enable()
137 buf[5] = (mode->hdisplay & 0xff00) >> 8; in dlpc_atomic_enable()
138 buf[6] = mode->vdisplay & 0xff; in dlpc_atomic_enable()
139 buf[7] = (mode->vdisplay & 0xff00) >> 8; in dlpc_atomic_enable()
[all …]
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dti,dlpc3433.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jagan Teki <jagan@amarulasolutions.com>
11 - Christopher Vollo <chris@renewoutreach.org>
30 - 0x1b
31 - 0x1d
33 enable-gpios:
36 vcc_intf-supply:
37 description: A 1.8V/3.3V supply that power the Host I/O.
[all …]