Home
last modified time | relevance | path

Searched full:tpo (Results 1 – 25 of 72) sorted by relevance

123

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dtpo,tpg110.yaml4 $id: http://devicetree.org/schemas/display/panel/tpo,tpg110.yaml#
7 title: TPO TPG110 Panel
23 SPI -> | TPO | -> physical display
51 - const: tpo,tpg110
52 - const: tpo,tpg110
84 compatible = "tpo,tpg110";
Dtpo,td.yaml4 $id: http://devicetree.org/schemas/display/panel/tpo,td.yaml#
24 - tpo,td028ttec1
26 - tpo,td043mtea1
47 compatible = "tpo,td043mtea1";
Dpanel-dsi-cm.yaml32 - tpo,taal # Panel from OMAP4 SDP board
80 compatible = "tpo,taal", "panel-dsi-cm";
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/panel/
Dtpo,td043mtea1.txt1 TPO TD043MTEA1 Panel
5 - compatible: "tpo,td043mtea1"
18 compatible = "tpo,td043mtea1";
Dtpo,tpg110.txt1 TPO TPG110 Panel
9 - compatible : "tpo,tpg110"
23 compatible = "tpo,tpg110", "panel-dpi";
Dtpo,td028ttec1.txt5 - compatible: "tpo,td028ttec1"
17 compatible = "tpo,td028ttec1";
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-opal.c108 * TPO Timed Power-On
110 * TPO get/set OPAL calls care about the hour and min and to make it consistent
192 /* TPO, we care about hour and minute */ in opal_set_tpo_time()
220 * TPO is automatically enabled when opal_set_tpo_time() is called with in opal_tpo_alarm_irq_enable()
238 of_property_read_bool(pdev->dev.of_node, "has-tpo")/* legacy */)) { in opal_rtc_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
DMakefile13 obj-$(CONFIG_FB_OMAP2_PANEL_TPO_TD028TTEC1) += panel-tpo-td028ttec1.o
14 obj-$(CONFIG_FB_OMAP2_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o
DKconfig70 tristate "TPO TD028TTEC1 LCD Panel"
77 tristate "TPO TD043MTEA1 LCD Panel"
Dpanel-tpo-td043mtea1.c3 * TPO TD043MTEA1 Panel driver
597 dev_dbg(dev, "tpo_td043_spi_suspend, tpo %p\n", ddata); in tpo_td043_spi_suspend()
628 { .compatible = "omapdss,tpo,td043mtea1", },
636 .name = "panel-tpo-td043mtea1",
647 MODULE_ALIAS("spi:tpo,td043mtea1");
649 MODULE_DESCRIPTION("TPO TD043MTEA1 LCD Driver");
/kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/displays/
DMakefile13 obj-$(CONFIG_DRM_OMAP_PANEL_TPO_TD028TTEC1) += panel-tpo-td028ttec1.o
14 obj-$(CONFIG_DRM_OMAP_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o
DKconfig67 tristate "TPO TD028TTEC1 LCD Panel"
73 tristate "TPO TD043MTEA1 LCD Panel"
Dpanel-tpo-td043mtea1.c2 * TPO TD043MTEA1 Panel driver
592 dev_dbg(dev, "tpo_td043_spi_suspend, tpo %p\n", ddata); in tpo_td043_spi_suspend()
623 { .compatible = "omapdss,tpo,td043mtea1", },
631 .name = "panel-tpo-td043mtea1",
642 MODULE_ALIAS("spi:tpo,td043mtea1");
644 MODULE_DESCRIPTION("TPO TD043MTEA1 LCD Driver");
/kernel/linux/linux-4.19/drivers/video/fbdev/omap2/omapfb/displays/
DMakefile13 obj-$(CONFIG_FB_OMAP2_PANEL_TPO_TD028TTEC1) += panel-tpo-td028ttec1.o
14 obj-$(CONFIG_FB_OMAP2_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o
DKconfig67 tristate "TPO TD028TTEC1 LCD Panel"
73 tristate "TPO TD043MTEA1 LCD Panel"
Dpanel-tpo-td043mtea1.c2 * TPO TD043MTEA1 Panel driver
601 dev_dbg(dev, "tpo_td043_spi_suspend, tpo %p\n", ddata); in tpo_td043_spi_suspend()
632 { .compatible = "omapdss,tpo,td043mtea1", },
640 .name = "panel-tpo-td043mtea1",
651 MODULE_ALIAS("spi:tpo,td043mtea1");
653 MODULE_DESCRIPTION("TPO TD043MTEA1 LCD Driver");
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
DKconfig455 tristate "Toppoly (TPO) TD028TTEC1 panel driver"
459 Say Y here if you want to enable support for TPO TD028TTEC1 480x640
463 tristate "Toppoly (TPO) TD043MTEA1 panel driver"
466 Say Y here if you want to enable support for TPO TD043MTEA1 800x480
470 tristate "TPO TPG 800x400 panel"
474 Say Y here if you want to enable support for TPO TPG110
DMakefile50 obj-$(CONFIG_DRM_PANEL_TPO_TD028TTEC1) += panel-tpo-td028ttec1.o
51 obj-$(CONFIG_DRM_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o
52 obj-$(CONFIG_DRM_PANEL_TPO_TPG110) += panel-tpo-tpg110.o
Dpanel-tpo-tpg110.c3 * Panel driver for the TPO TPG110 400CH LTPS TFT LCD Single Chip
461 { .compatible = "tpo,tpg110", },
470 .name = "tpo-tpg110-panel",
477 MODULE_DESCRIPTION("TPO TPG110 panel driver");
Dpanel-tpo-td043mtea1.c7 * Based on the omapdrm-specific panel-tpo-td043mtea1 driver
482 { .compatible = "tpo,td043mtea1", },
500 .name = "panel-tpo-td043mtea1",
509 MODULE_DESCRIPTION("TPO TD043MTEA1 Panel Driver");
/kernel/linux/linux-4.19/drivers/rtc/
Drtc-opal.c120 * TPO Timed Power-On
122 * TPO get/set OPAL calls care about the hour and min and to make it consistent
204 /* TPO, we care about hour and minute */ in opal_set_tpo_time()
232 * TPO is automatically enabled when opal_set_tpo_time() is called with in opal_tpo_alarm_irq_enable()
250 of_property_read_bool(pdev->dev.of_node, "has-tpo")/* legacy */)) { in opal_rtc_probe()
/kernel/linux/linux-4.19/drivers/gpu/drm/gma500/
Dmdfld_tpo_vid.c69 /*TPO DPI encoder helper funcs*/
79 /*TPO DPI encoder funcs*/
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
Dttc_dkb.c222 pr_err("failed to request GPIO for TPO LCD RESET\n"); in dkb_tpo_panel_power()
241 .name = "tpo-hvga",
248 .modalias = "tpo-hvga",
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dste-nomadik-nhk15.dts221 * with TPO touch screen.
225 * The TPO display driver is connected to a
228 compatible = "tpo,tpg110";
/kernel/linux/linux-4.19/arch/arm/mach-mmp/
Dttc_dkb.c225 pr_err("failed to request GPIO for TPO LCD RESET\n"); in dkb_tpo_panel_power()
244 .name = "tpo-hvga",
251 .modalias = "tpo-hvga",

123