Searched full:tc358762 (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/bridge/ |
D | tc358762.c | 61 struct tc358762 { struct 71 static int tc358762_clear_error(struct tc358762 *ctx) in tc358762_clear_error() argument 79 static void tc358762_write(struct tc358762 *ctx, u16 addr, u32 val) in tc358762_write() 100 static inline struct tc358762 *bridge_to_tc358762(struct drm_bridge *bridge) in bridge_to_tc358762() 102 return container_of(bridge, struct tc358762, bridge); in bridge_to_tc358762() 105 static int tc358762_init(struct tc358762 *ctx) in tc358762_init() 130 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_post_disable() 149 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_pre_enable() 166 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_attach() 178 static int tc358762_parse_dt(struct tc358762 *ctx) in tc358762_parse_dt() [all …]
|
D | Kconfig | 170 tristate "TC358762 DSI/DPI bridge" 175 Toshiba TC358762 DSI/DPI bridge driver.
|
D | Makefile | 16 obj-$(CONFIG_DRM_TOSHIBA_TC358762) += tc358762.o
|
/Linux-v5.10/Documentation/devicetree/bindings/display/bridge/ |
D | toshiba,tc358762.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/toshiba,tc358762.yaml# 7 title: Toshiba TC358762 MIPI DSI to MIPI DPI bridge 13 The TC358762 is bridge device which converts MIPI DSI to MIPI DPI. 18 - toshiba,tc358762 103 compatible = "toshiba,tc358762";
|
/Linux-v5.10/Documentation/devicetree/bindings/display/panel/ |
D | raspberrypi,7inch-touchscreen.yaml | 16 - TC358762 DSI->DPI bridge
|
/Linux-v5.10/drivers/regulator/ |
D | rpi-panel-attiny-regulator.c | 96 .name = "tc358762-power",
|
D | Kconfig | 894 TC358762, display and to control backlight.
|
/Linux-v5.10/drivers/gpu/drm/panel/ |
D | panel-raspberrypi-touchscreen.c | 40 * This driver controls the TC358762 and ATTINY88, presenting a DSI
|