/linux/Documentation/devicetree/bindings/display/ |
H A D | himax,hx8357.yaml | 4 $id: http://devicetree.org/schemas/display/himax,hx8357.yaml# 7 title: Himax HX8357D display panel 10 Display panels using a Himax HX8357D controller in SPI 22 - himax,hx8357b 23 - const: himax,hx8357 26 - himax,hx8369a 27 - const: himax,hx8369 71 compatible = "adafruit,yx350hv15", "himax,hx8357";
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A 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/drivers/input/touchscreen/ |
H A 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");
|
H A D | Kconfig | 1394 tristate "Himax hx83112b touchscreen driver" 1398 Say Y here to enable support for Himax hx83112b touchscreens.
|
/linux/Documentation/devicetree/bindings/display/panel/ |
H A 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/drivers/gpu/drm/panel/ |
H A D | Kconfig | 167 tristate "Himax HX8279-based panels" 173 Himax HX8279 controller, such as the Startek KD070FHFID078 178 tristate "Himax HX83102-based panels" 184 Himax HX83102 controller. 187 tristate "Himax HX83112A-based DSI panel" 193 Say Y here if you want to enable support for Himax HX83112A-based 197 tristate "Himax HX83112B-based DSI panel" 203 Say Y here if you want to enable support for Himax HX83112B-based 207 tristate "HIMAX HX8394 MIPI-DSI LCD panels" 213 Himax HX8394 controller, such as the HannStar HSD060BHW4 [all …]
|
H A 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 1080 .name = "panel-himax-hx83102", 1087 MODULE_DESCRIPTION("DRM driver for Himax HX83102 based MIPI DSI panels");
|
/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28-cfa10056.dts | 30 compatible = "himax,hx8369a", "himax,hx8369";
|
H A D | imx28-cfa10055.dts | 31 compatible = "himax,hx8357b", "himax,hx8357";
|
H A D | imx28-cfa10049.dts | 105 compatible = "himax,hx8357b", "himax,hx8357";
|
/linux/drivers/video/backlight/ |
H A 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");
|
/linux/drivers/gpio/ |
H A 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() 523 /* Himax LCD controllers used "gpios-reset" */ in of_find_gpio_rename() 524 { "reset", "gpios-reset", "himax,hx8357" }, in of_find_gpio_rename() 525 { "reset", "gpios-reset", "himax,hx8369" }, in of_find_gpio_rename()
|
/linux/drivers/staging/fbtft/ |
H A D | fb_hx8353d.c | 139 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8353d", &display);
|
H A D | fb_hx8357d.c | 192 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8357d", &display);
|
H A D | fb_hx8347d.c | 174 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8347d", &display);
|
H A D | fb_hx8340bn.c | 216 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8340bn", &display);
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm632-fairphone-fp3.dts | 59 compatible = "himax,hx83112b";
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-pinephone-pro.dts | 595 compatible = "hannstar,hsd060bhw4", "himax,hx8394";
|
H A D | rk3588s-gameforce-ace.dts | 466 compatible = "huiling,hl055fhav028c", "himax,hx8399c";
|
/linux/Documentation/devicetree/bindings/ |
H A D | vendor-prefixes.yaml | 649 "^himax,.*": 650 description: Himax Technologies, Inc.
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8395-genio-1200-evk.dts | 228 compatible = "startek,kd070fhfid078", "himax,hx8279";
|
H A D | mt8390-genio-common.dtsi | 280 compatible = "startek,kd070fhfid078", "himax,hx8279";
|
/linux/ |
H A D | MAINTAINERS | 7634 DRM DRIVER FOR HIMAX HX8394 MIPI-DSI LCD panels 7639 F: Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml 7640 F: drivers/gpu/drm/panel/panel-himax-hx8394.c 7645 F: Documentation/devicetree/bindings/display/himax,hx8357.yaml 10973 HIMAX HX83112B TOUCHSCREEN SUPPORT 10977 F: Documentation/devicetree/bindings/input/touchscreen/himax,hx83112b.yaml
|