Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/display/bridge/
H A Dtoshiba,tc358775.yaml4 $id: http://devicetree.org/schemas/display/bridge/toshiba,tc358775.yaml#
7 title: Toshiba TC358775 DSI to LVDS bridge
13 This binding supports DSI to LVDS bridges TC358765 and TC358775
26 - toshiba,tc358775
121 compatible = "toshiba,tc358775";
180 compatible = "toshiba,tc358775";
/linux/drivers/gpu/drm/bridge/
H A Dtc358775.c3 * TC358775 DSI to LVDS bridge driver
261 TC358775 = 0x75, enumerator
436 /* Video event mode vs pulse mode bit, does not exist for tc358775 */ in tc_bridge_enable()
616 const struct mipi_dsi_device_info info = { .type = "tc358775", in tc_attach_host()
735 { "tc358775", TC358775, },
742 { .compatible = "toshiba,tc358775", .data = (void *)TC358775, },
749 .name = "tc358775",
759 MODULE_DESCRIPTION("TC358775 DSI/LVDS bridge driver");
H A DKconfig344 tristate "Toshiba TC358775 DSI/LVDS bridge"
353 Toshiba TC358775 DSI/LVDS bridge chip driver.
H A DMakefile30 obj-$(CONFIG_DRM_TOSHIBA_TC358775) += tc358775.o