Searched +full:th101mb31ig002 +full:- +full:28 +full:a (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/display/panel/boe,th101mb31ig002-28a.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: BOE TH101MB31IG002-28A WXGA DSI Display Panel10 - Manuel Traut <manut@mecka.net>15 # BOE TH101MB31IG002-28A 10.1" WXGA TFT LCD panel16 - boe,th101mb31ig002-28a17 # The Starry-er88577 is a 10.1" WXGA TFT-LCD panel18 - starry,er88577[all …]
1 // SPDX-License-Identifier: GPL-2.0-only53 gpiod_direction_output(ctx->reset, 0); in boe_th101mb31ig002_reset()55 gpiod_direction_output(ctx->reset, 1); in boe_th101mb31ig002_reset()57 gpiod_direction_output(ctx->reset, 0); in boe_th101mb31ig002_reset()63 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in boe_th101mb31ig002_enable()120 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in starry_er88577_init_cmd()185 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in boe_th101mb31ig002_disable()187 if (ctx->desc->backlight_off_to_display_off_delay_ms) in boe_th101mb31ig002_disable()188 mipi_dsi_msleep(&dsi_ctx, ctx->desc->backlight_off_to_display_off_delay_ms); in boe_th101mb31ig002_disable()196 if (ctx->desc->enter_sleep_to_reset_down_delay_ms) in boe_th101mb31ig002_disable()[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_DRM_PANEL_ABT_Y030XX067A) += panel-abt-y030xx067a.o3 obj-$(CONFIG_DRM_PANEL_ARM_VERSATILE) += panel-arm-versatile.o4 obj-$(CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596) += panel-asus-z00t-tm5p5-n35596.o5 obj-$(CONFIG_DRM_PANEL_AUO_A030JTN01) += panel-auo-a030jtn01.o6 obj-$(CONFIG_DRM_PANEL_BOE_BF060Y8M_AJ0) += panel-boe-bf060y8m-aj0.o7 obj-$(CONFIG_DRM_PANEL_BOE_HIMAX8279D) += panel-boe-himax8279d.o8 obj-$(CONFIG_DRM_PANEL_BOE_TH101MB31UIG002_28A) += panel-boe-th101mb31ig002-28a.o9 obj-$(CONFIG_DRM_PANEL_BOE_TV101WUM_LL2) += panel-boe-tv101wum-ll2.o10 obj-$(CONFIG_DRM_PANEL_BOE_TV101WUM_NL6) += panel-boe-tv101wum-nl6.o[all …]