Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/input/touchscreen/
Dhycon-hy46xx.c288 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 …]
DMakefile39 obj-$(CONFIG_TOUCHSCREEN_HYCON_HY46XX) += hycon-hy46xx.o
DKconfig431 tristate "Hycon hy46xx touchscreen support"
434 Say Y here if you have a touchscreen using Hycon hy46xx
439 module will be called hycon-hy46xx.
/Linux-v6.6/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml594 "^hycon,.*":
595 description: Hycon Technology Corp.
/Linux-v6.6/
DMAINTAINERS9688 HYCON HY46XX TOUCHSCREEN SUPPORT
9692 F: Documentation/devicetree/bindings/input/touchscreen/hycon,hy46xx.yaml
9693 F: drivers/input/touchscreen/hycon-hy46xx.c