Home
last modified time | relevance | path

Searched full:hycon (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dhycon,hy46xx.yaml4 $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 …]
/linux-6.12.1/drivers/input/touchscreen/
Dhycon-hy46xx.c285 error = device_property_read_u32(dev, "hycon,threshold", &val); in hycon_hy46xx_get_defaults()
294 val_bool = device_property_read_bool(dev, "hycon,glove-enable"); in hycon_hy46xx_get_defaults()
300 error = device_property_read_u32(dev, "hycon,report-speed-hz", &val); in hycon_hy46xx_get_defaults()
309 val_bool = device_property_read_bool(dev, "hycon,noise-filter-enable"); in hycon_hy46xx_get_defaults()
315 error = device_property_read_u32(dev, "hycon,filter-data", &val); in hycon_hy46xx_get_defaults()
324 error = device_property_read_u32(dev, "hycon,gain", &val); in hycon_hy46xx_get_defaults()
333 error = device_property_read_u32(dev, "hycon,edge-offset", &val); in hycon_hy46xx_get_defaults()
445 dev_dbg(&client->dev, "probing for HYCON HY46XX I2C\n"); in hycon_hy46xx_probe()
509 input->name = "Hycon Capacitive Touch"; in hycon_hy46xx_probe()
540 "HYCON HY46XX initialized: IRQ %d, Reset pin %d.\n", in hycon_hy46xx_probe()
[all …]
DMakefile36 obj-$(CONFIG_TOUCHSCREEN_HYCON_HY46XX) += hycon-hy46xx.o
DKconfig432 tristate "Hycon hy46xx touchscreen support"
435 Say Y here if you have a touchscreen using Hycon hy46xx
440 module will be called hycon-hy46xx.
/linux-6.12.1/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml657 "^hycon,.*":
658 description: Hycon Technology Corp.
/linux-6.12.1/
DMAINTAINERS10517 HYCON HY46XX TOUCHSCREEN SUPPORT
10521 F: Documentation/devicetree/bindings/input/touchscreen/hycon,hy46xx.yaml
10522 F: drivers/input/touchscreen/hycon-hy46xx.c