Home
last modified time | relevance | path

Searched full:tc358775 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/display/bridge/
Dtoshiba,tc358775.yaml4 $id: http://devicetree.org/schemas/display/bridge/toshiba,tc358775.yaml#
7 title: Toshiba TC358775 DSI to LVDS bridge bindings
13 This binding supports DSI to LVDS bridge TC358775
24 const: toshiba,tc358775
94 compatible = "toshiba,tc358775";
153 compatible = "toshiba,tc358775";
/Linux-v6.1/drivers/gpu/drm/bridge/
Dtc358775.c3 * TC358775 DSI to LVDS bridge driver
459 * Default hardware register settings of tc358775 configured in tc_bridge_enable()
608 const struct mipi_dsi_device_info info = { .type = "tc358775", in tc_attach_host()
715 { "tc358775", 0 },
721 { .compatible = "toshiba,tc358775", },
728 .name = "tc358775",
738 MODULE_DESCRIPTION("TC358775 DSI/LVDS bridge driver");
DKconfig316 tristate "Toshiba TC358775 DSI/LVDS bridge"
325 Toshiba TC358775 DSI/LVDS bridge chip driver.
DMakefile27 obj-$(CONFIG_DRM_TOSHIBA_TC358775) += tc358775.o