Searched full:hycon (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | hycon,hy46xx.yaml | 4 $id: http://devicetree.org/schemas/input/touchscreen/hycon,hy46xx.yaml# 7 title: Hycon HY46XX series touchscreen controller 31 - hycon,hy4613 32 - hycon,hy4614 33 - hycon,hy4621 34 - hycon,hy4623 35 - hycon,hy4633 36 - hycon,hy4635 49 hycon,threshold: 55 hycon,glove-enable: [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | hycon-hy46xx.c | 288 error = device_property_read_u32(dev, "hycon,threshold", &val); in hycon_hy46xx_get_defaults() 297 val_bool = device_property_read_bool(dev, "hycon,glove-enable"); in hycon_hy46xx_get_defaults() 303 error = device_property_read_u32(dev, "hycon,report-speed-hz", &val); in hycon_hy46xx_get_defaults() 312 val_bool = device_property_read_bool(dev, "hycon,noise-filter-enable"); in hycon_hy46xx_get_defaults() 318 error = device_property_read_u32(dev, "hycon,filter-data", &val); in hycon_hy46xx_get_defaults() 327 error = device_property_read_u32(dev, "hycon,gain", &val); in hycon_hy46xx_get_defaults() 336 error = device_property_read_u32(dev, "hycon,edge-offset", &val); in hycon_hy46xx_get_defaults() 448 dev_dbg(&client->dev, "probing for HYCON HY46XX I2C\n"); in hycon_hy46xx_probe() 512 input->name = "Hycon Capacitive Touch"; in hycon_hy46xx_probe() 547 "HYCON HY46XX initialized: IRQ %d, Reset pin %d.\n", in hycon_hy46xx_probe() [all …]
|
H A D | Makefile | 39 obj-$(CONFIG_TOUCHSCREEN_HYCON_HY46XX) += hycon-hy46xx.o
|
H A D | Kconfig | 431 tristate "Hycon hy46xx touchscreen support" 434 Say Y here if you have a touchscreen using Hycon hy46xx 439 module will be called hycon-hy46xx.
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | vendor-prefixes.yaml | 596 "^hycon,.*": 597 description: Hycon Technology Corp.
|
/openbmc/linux/ |
H A D | MAINTAINERS | 9715 HYCON HY46XX TOUCHSCREEN SUPPORT 9719 F: Documentation/devicetree/bindings/input/touchscreen/hycon,hy46xx.yaml 9720 F: drivers/input/touchscreen/hycon-hy46xx.c
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |