Home
last modified time | relevance | path

Searched full:novatek (Results 1 – 25 of 32) sorted by relevance

12

/linux/Documentation/devicetree/bindings/display/panel/
H A Dnovatek,nt36523.yaml4 $id: http://devicetree.org/schemas/display/panel/novatek,nt36523.yaml#
7 title: Novatek NT36523 based DSI display Panels
13 The Novatek NT36523 is a generic DSI Panel IC used to drive dsi
24 - const: novatek,nt36523
28 - const: novatek,nt36523w
56 - novatek,nt36523w
80 compatible = "xiaomi,elish-csot-nt36523", "novatek,nt36523";
H A Dnovatek,nt36672a.yaml4 $id: http://devicetree.org/schemas/display/panel/novatek,nt36672a.yaml#
7 title: Novatek NT36672A based DSI display Panels
13 The nt36672a IC from Novatek is a generic DSI Panel IC used to drive dsi
26 - const: novatek,nt36672a
30 panel. The novatek,nt36672a compatible shall always be provided as a fallback.
73 compatible = "tianma,fhd-video", "novatek,nt36672a";
H A Dnovatek,nt35950.yaml4 $id: http://devicetree.org/schemas/display/panel/novatek,nt35950.yaml#
7 title: Novatek NT35950-based display panels
13 The nt35950 IC from Novatek is a Driver IC used to drive MIPI-DSI panels,
29 - const: novatek,nt35950
33 to work with the indicated panel. The novatek,nt35950 compatible shall
77 compatible = "sharp,ls055d1sx04", "novatek,nt35950";
H A Dnovatek,nt35510.yaml4 $id: http://devicetree.org/schemas/display/panel/novatek,nt35510.yaml#
7 title: Novatek NT35510-based display panels
21 - const: novatek,nt35510
25 to work with the indicated panel. The novatek,nt35510 compatible shall
53 compatible = "hydis,hva40wv1", "novatek,nt35510";
H A Dnovatek,nt36672e.yaml4 $id: http://devicetree.org/schemas/display/panel/novatek,nt36672e.yaml#
7 title: Novatek NT36672E LCD DSI Panel
17 const: novatek,nt36672e
48 compatible = "novatek,nt36672e";
H A Dsony,acx424akp.yaml10 the Novatek NT35560 display controller. The only difference is that
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dnovatek,nvt-ts.yaml4 $id: http://devicetree.org/schemas/input/touchscreen/novatek,nvt-ts.yaml#
7 title: Novatek NVT Touchscreen Controller
18 - novatek,nt11205-ts
19 - novatek,nt36672a-ts
48 compatible = "novatek,nt36672a-ts";
/linux/drivers/gpu/drm/panel/
H A DMakefile46 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35510) += panel-novatek-nt35510.o
47 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35560) += panel-novatek-nt35560.o
48 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35950) += panel-novatek-nt35950.o
49 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT36523) += panel-novatek-nt36523.o
50 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT36672A) += panel-novatek-nt36672a.o
51 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT36672E) += panel-novatek-nt36672e.o
52 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT39016) += panel-novatek-nt39016.o
H A DKconfig438 tristate "Novatek NT35510 RGB panel driver"
444 around the Novatek NT35510 display controller, such as some
448 tristate "Novatek NT35560 DSI command mode panel"
454 Say Y here if you want to enable the Novatek NT35560 display
460 tristate "Novatek NT35950 DSI panel"
466 around the Novatek NT35950 display controller, such as some
471 tristate "Novatek NT36523 panel driver"
477 around the Novatek NT36523 display controller, such as some
481 tristate "Novatek NT36672A DSI panel"
487 around the Novatek NT36672A display controller, such as some
[all …]
H A Dpanel-novatek-nt35560.c3 * MIPI-DSI Novatek NT35560-based panel controller.
353 * using a Novatek NT35565 or similar display driver chip that shares in nt35560_prepare()
550 .name = "panel-novatek-nt35560",
557 MODULE_DESCRIPTION("MIPI-DSI Novatek NT35560 Panel Driver");
H A Dpanel-novatek-nt39016.c3 * Novatek NT39016 TFT LCD panel driver
359 MODULE_DESCRIPTION("Novatek NT39016 TFT LCD panel driver");
H A Dpanel-novatek-nt35950.c3 * Novatek NT35950 DriverIC panels driver
602 .name = "panel-novatek-nt35950",
609 MODULE_DESCRIPTION("Novatek NT35950 DriverIC panels driver");
H A Dpanel-novatek-nt36672e.c589 .compatible = "novatek,nt36672e",
598 .name = "panel-novatek-nt36672e",
607 MODULE_DESCRIPTION("Novatek NT36672E DSI Panel Driver");
H A Dpanel-panasonic-vvx10f034n00.c243 MODULE_DESCRIPTION("Panasonic VVX10F034N00 Novatek NT1397-based WUXGA (1920x1200) video mode panel …
H A Dpanel-novatek-nt36672a.c7 * from Novatek.
11 * Panels using the Novatek NT37762A IC should add appropriate configuration per-panel and
683 MODULE_DESCRIPTION("NOVATEK NT36672A based MIPI-DSI LCD panel driver");
H A Dpanel-sharp-ls043t1le01.c49 /* Novatek two-lane operation */ in sharp_nt_panel_init()
/linux/drivers/input/touchscreen/
H A Dnovatek-nvt-ts.c3 * Driver for Novatek NT11205 i2c touchscreen controller as found
327 { .compatible = "novatek,nt11205-ts", .data = &nvt_nt11205_ts_data },
328 { .compatible = "novatek,nt36672a-ts", .data = &nvt_nt36672a_ts_data },
342 .name = "novatek-nvt-ts",
352 MODULE_DESCRIPTION("Novatek NT11205 touchscreen driver");
H A DMakefile69 obj-$(CONFIG_TOUCHSCREEN_NOVATEK_NVT_TS) += novatek-nvt-ts.o
H A DKconfig649 tristate "Novatek NT11205 touchscreen support"
652 Say Y here if you have a Novatek NT11205 touchscreen.
656 module will be called novatek-nvt-ts.
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-xiaomi-beryllium-tianma.dts13 compatible = "tianma,fhd-video", "novatek,nt36672a";
H A Dsm8250-xiaomi-elish-csot.dts16 compatible = "xiaomi,elish-csot-nt36523", "novatek,nt36523";
H A Dsm8250-xiaomi-elish-boe.dts16 compatible = "xiaomi,elish-boe-nt36523", "novatek,nt36523";
H A Dsdm630-sony-xperia-ganges-kirin.dts29 /* Ganges devices feature a Novatek touchscreen instead. */
H A Dsm6115p-lenovo-j606f.dts85 compatible = "lenovo,j606f-boe-nt36523w", "novatek,nt36523w";
/linux/arch/arm/boot/dts/st/
H A Dstm32f769-disco-mb1166-reva09.dts9 compatible = "frida,frd400b25025", "novatek,nt35510";

12