Home
last modified time | relevance | path

Searched +full:glove +full:- +full:enable (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dhycon,hy46xx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 Glass: 0.3mm--4.0mm
12 PET/PMMA: 0.2mm--2.0mm
13 HY4613(B)-N048 < 6"
14 HY4614(B)-N068 7" .. 10.1"
15 HY4621-NS32 < 5"
16 HY4623-NS48 5.1" .. 7"
17 Glass: 0.3mm--8.0mm
[all …]
/linux-6.12.1/drivers/input/touchscreen/
Dhycon-hy46xx.c1 // SPDX-License-Identifier: GPL-2.0
93 dev_err_ratelimited(&tsdata->client->dev, in hycon_hy46xx_check_checksum()
103 struct device *dev = &tsdata->client->dev; in hycon_hy46xx_isr()
110 error = regmap_bulk_read(tsdata->regmap, 0, rdbuf, sizeof(rdbuf)); in hycon_hy46xx_isr()
132 input_mt_slot(tsdata->input, id); in hycon_hy46xx_isr()
133 if (input_mt_report_slot_state(tsdata->input, MT_TOOL_FINGER, in hycon_hy46xx_isr()
135 touchscreen_report_pos(tsdata->input, &tsdata->prop, in hycon_hy46xx_isr()
139 input_mt_report_pointer_emulation(tsdata->input, false); in hycon_hy46xx_isr()
140 input_sync(tsdata->input); in hycon_hy46xx_isr()
183 u8 *field = (u8 *)tsdata + attr->field_offset; in hycon_hy46xx_setting_show()
[all …]