Home
last modified time | relevance | path

Searched full:prox (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v6.1/drivers/hid/
Dwacom_wac.c73 hid_warn(wacom->hdev, "%s: tool appears to be hung in-prox. forcing it out.\n", __func__); in wacom_idleprox_timeout()
170 int prox, pressure; in wacom_pl_irq() local
178 prox = data[1] & 0x40; in wacom_pl_irq()
191 /* If the eraser is in prox, STYLUS2 is always set. If we in wacom_pl_irq()
193 * then force the eraser out of prox and let the pen in. in wacom_pl_irq()
203 if (prox) { in wacom_pl_irq()
219 if (!prox) in wacom_pl_irq()
221 input_report_key(input, wacom->tool[0], prox); in wacom_pl_irq()
259 int prox = data[1] & 0x20; in wacom_dtu_irq() local
264 if (prox) { in wacom_dtu_irq()
[all …]
/Linux-v6.1/drivers/input/touchscreen/
Dwacom_i2c.c53 bool prox; member
128 if (!wac_i2c->prox) in wacom_i2c_irq()
132 wac_i2c->prox = data[3] & WACOM_IN_PROXIMITY; in wacom_i2c_irq()
135 input_report_key(input, wac_i2c->tool, wac_i2c->prox); in wacom_i2c_irq()
Dsurface3_spi.c126 int prox = st & 0x01; in surface3_spi_report_pen() local
128 int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in surface3_spi_report_pen()
139 input_report_key(dev, ts_data->pen_tool, prox); in surface3_spi_report_pen()
/Linux-v6.1/Documentation/devicetree/bindings/input/
Diqs62x-keys.yaml50 | | Antenna 1 Prox.* | x | | | | |
60 | | Antenna 2 Prox.* | x | | | | |
65 | 7 | Metal (+) Prox.** | x | x | | | |
70 | 9 | Metal (-) Prox.** | x | x | | | |
103 azoteq,use-prox:
Dazoteq,iqs7222.yaml285 azoteq,use-prox:
418 "^event-(prox|touch)$":
483 azoteq,use-prox: ["azoteq,ref-select"]
553 azoteq,use-prox:
667 "^event-(prox|touch)$":
685 "^event-(prox|touch)$":
Diqs269a.yaml371 "^event-prox(-alt)?$":
490 event-prox {
Diqs626a.yaml450 "^event-(prox|touch|deep)(-alt)?$":
773 event-prox {
/Linux-v6.1/drivers/input/tablet/
Dacecad.c43 int prox, status; in usb_acecad_irq() local
62 prox = (data[0] & 0x04) >> 2; in usb_acecad_irq()
63 input_report_key(dev, BTN_TOOL_PEN, prox); in usb_acecad_irq()
65 if (prox) { in usb_acecad_irq()
Dhanwang.c121 case 0x80: /* tool prox out */ in hanwang_parse_packet()
137 case 0xc2: /* first time tool prox in */ in hanwang_parse_packet()
/Linux-v6.1/drivers/iio/light/
Dcros_ec_light_prox.c3 * cros_ec_light_prox - Driver for light and prox sensors behing CrosEC.
247 .name = "cros-ec-prox",
258 .name = "cros-ec-light-prox",
Dhid-sensor-prox.c222 dev_dbg(&pdev->dev, "prox %x:%x\n", st->prox_attr.index, in prox_parse_report()
232 static const char *name = "prox"; in hid_prox_probe()
DMakefile26 obj-$(CONFIG_HID_SENSOR_PROX) += hid-sensor-prox.o
DKconfig273 tristate "HID PROX"
279 module will be called hid-sensor-prox.
Disl29028.c263 static int isl29028_read_proxim(struct isl29028_chip *chip, int *prox) in isl29028_read_proxim() argument
284 *prox = data; in isl29028_read_proxim()
/Linux-v6.1/include/linux/platform_data/
Dtsl2772.h4 * and proximity (prox) within the TAOS TSL2772 family of devices.
/Linux-v6.1/include/linux/
Dhid-sensor-ids.h25 /* PROX (200011) */
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Diqs62x.yaml82 azoteq,use-prox;
/Linux-v6.1/arch/arm/boot/dts/
Dste-href-stuib.dtsi140 prox {
Dste-href-tvk1281618-r2.dtsi226 prox {
/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_sensorhub.c88 name = "cros-ec-prox"; in cros_ec_sensorhub_register()
/Linux-v6.1/drivers/input/keyboard/
Diqs62x-keys.c86 if (fwnode_property_present(child, "azoteq,use-prox")) in iqs62x_keys_parse_prop()
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dmsm8916-huawei-g7.dts457 prox_irq_default: prox-irq-default {
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Dqcom.yaml601 - microsoft,surface-prox
/Linux-v6.1/drivers/input/misc/
Diqs7222.c139 .name = "event-prox",
1833 if (fwnode_property_present(chan_node, "azoteq,use-prox")) in iqs7222_parse_chan()
2065 if (fwnode_property_present(sldr_node, "azoteq,use-prox")) in iqs7222_parse_sldr()
Diqs269a.c201 .name = "event-prox",
207 .name = "event-prox-alt",

12