/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | himax,hx83112b.yaml | 4 $id: http://devicetree.org/schemas/input/touchscreen/himax,hx83112b.yaml# 7 title: Himax hx83112b touchscreen controller 18 - himax,hx83100a 19 - himax,hx83112b 54 compatible = "himax,hx83112b";
|
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | himax,hx8394.yaml | 4 $id: http://devicetree.org/schemas/display/panel/himax,hx8394.yaml# 7 title: Himax HX8394 MIPI-DSI LCD panel controller 14 Device tree bindings for panels based on the Himax HX8394 controller, 25 - const: himax,hx8394 74 compatible = "hannstar,hsd060bhw4", "himax,hx8394";
|
D | himax,hx83102.yaml | 4 $id: http://devicetree.org/schemas/display/panel/himax,hx83102.yaml# 7 title: Himax HX83102 MIPI-DSI LCD panel controller 25 - const: himax,hx83102 62 compatible = "starry,himax83102-j02", "himax,hx83102";
|
D | himax,hx83112a.yaml | 4 $id: http://devicetree.org/schemas/display/panel/himax,hx83112a.yaml# 7 title: Himax HX83112A-based DSI display panels 13 The Himax HX83112A is a generic DSI Panel IC used to control
|
/linux-6.12.1/Documentation/devicetree/bindings/display/ |
D | himax,hx8357d.txt | 1 Himax HX8357D display panels 3 This binding is for display panels using a Himax HX8357D controller in SPI 7 - compatible: "adafruit,yx350hv15", "himax,hx8357d" 20 compatible = "adafruit,yx350hv15", "himax,hx8357d";
|
/linux-6.12.1/drivers/input/touchscreen/ |
D | himax_hx83112b.c | 3 * Driver for Himax hx83112b touchscreens 10 * This code is based on "Himax Android Driver Sample Code for QCT platform": 12 * Copyright (C) 2017 Himax Corporation. 190 ts->input_dev->name = "Himax Touchscreen"; in himax_input_register() 417 { .compatible = "himax,hx83100a", .data = &hx83100a_chip }, 418 { .compatible = "himax,hx83112b", .data = &hx83112b_chip }, 428 .name = "Himax-hx83112b-TS", 436 MODULE_DESCRIPTION("Himax hx83112b touchscreen driver");
|
D | Kconfig | 1380 tristate "Himax hx83112b touchscreen driver" 1384 Say Y here to enable support for Himax hx83112b touchscreens.
|
/linux-6.12.1/arch/arm/boot/dts/nxp/mxs/ |
D | imx28-cfa10056.dts | 30 compatible = "himax,hx8369a", "himax,hx8369";
|
D | imx28-cfa10055.dts | 31 compatible = "himax,hx8357b", "himax,hx8357";
|
D | imx28-cfa10049.dts | 105 compatible = "himax,hx8357b", "himax,hx8357";
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | Makefile | 19 obj-$(CONFIG_DRM_PANEL_HIMAX_HX83102) += panel-himax-hx83102.o 20 obj-$(CONFIG_DRM_PANEL_HIMAX_HX83112A) += panel-himax-hx83112a.o 21 obj-$(CONFIG_DRM_PANEL_HIMAX_HX8394) += panel-himax-hx8394.o
|
D | Kconfig | 158 tristate "Himax HX83102-based panels" 164 Himax HX83102 controller. 167 tristate "Himax HX83112A-based DSI panel" 173 Say Y here if you want to enable support for Himax HX83112A-based 177 tristate "HIMAX HX8394 MIPI-DSI LCD panels" 183 Himax HX8394 controller, such as the HannStar HSD060BHW4 186 If M is selected the module will be called panel-himax-hx8394.
|
D | panel-himax-hx83102.c | 3 * Driver for panels based on Himax HX83102 controller, such as: 7 * Based on drivers/gpu/drm/panel/panel-himax-hx8394.c 698 .name = "panel-himax-hx83102", 705 MODULE_DESCRIPTION("DRM driver for Himax HX83102 based MIPI DSI panels");
|
D | panel-himax-hx8394.c | 3 * Driver for panels based on Himax HX8394 controller, such as: 27 #define DRV_NAME "panel-himax-hx8394" 724 MODULE_DESCRIPTION("DRM driver for Himax HX8394 based MIPI DSI panels");
|
/linux-6.12.1/drivers/video/backlight/ |
D | hx8357.c | 3 * Driver for the Himax HX-8357 LCD Controller 627 .compatible = "himax,hx8357", 631 .compatible = "himax,hx8369", 649 MODULE_DESCRIPTION("Himax HX-8357 LCD Driver");
|
D | Kconfig | 118 tristate "Himax HX-8357 LCD Driver"
|
/linux-6.12.1/drivers/gpio/ |
D | gpiolib-of.c | 190 * Himax LCD controllers used incorrectly named in of_gpio_try_fixup_polarity() 194 { "himax,hx8357", "gpios-reset", false }, in of_gpio_try_fixup_polarity() 195 { "himax,hx8369", "gpios-reset", false }, in of_gpio_try_fixup_polarity() 503 /* Himax LCD controllers used "gpios-reset" */ in of_find_gpio_rename() 504 { "reset", "gpios-reset", "himax,hx8357" }, in of_find_gpio_rename() 505 { "reset", "gpios-reset", "himax,hx8369" }, in of_find_gpio_rename()
|
/linux-6.12.1/drivers/media/pci/intel/ |
D | ipu-bridge.c | 50 /* Himax HM11B1 */ 52 /* Himax HM2170 */ 54 /* Himax HM2172 */
|
/linux-6.12.1/drivers/staging/fbtft/ |
D | fb_hx8353d.c | 139 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8353d", &display);
|
D | fb_hx8357d.c | 192 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8357d", &display);
|
D | fb_hx8347d.c | 174 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8347d", &display);
|
D | fb_hx8340bn.c | 216 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8340bn", &display);
|
/linux-6.12.1/drivers/staging/olpc_dcon/ |
D | olpc_dcon_xo_1_5.c | 160 * According to HiMax, when powering the DCON up we should hold in dcon_wiggle_xo_1_5()
|
D | olpc_dcon_xo_1.c | 146 * According to HiMax, when powering the DCON up we should hold in dcon_wiggle_xo_1()
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sdm632-fairphone-fp3.dts | 58 compatible = "himax,hx83112b";
|