| /kernel/linux/linux-5.10/drivers/hid/ |
| D | wacom_wac.c | 78 hid_warn(wacom->hdev, "%s: tool appears to be hung in-prox. forcing it out.\n", __func__); in wacom_idleprox_timeout() 175 int prox, pressure; in wacom_pl_irq() local 183 prox = data[1] & 0x40; in wacom_pl_irq() 196 /* If the eraser is in prox, STYLUS2 is always set. If we in wacom_pl_irq() 198 * then force the eraser out of prox and let the pen in. in wacom_pl_irq() 208 if (prox) { in wacom_pl_irq() 224 if (!prox) in wacom_pl_irq() 226 input_report_key(input, wacom->tool[0], prox); in wacom_pl_irq() 264 int prox = data[1] & 0x20; in wacom_dtu_irq() local 269 if (prox) { in wacom_dtu_irq() [all …]
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | wacom_wac.c | 73 hid_warn(wacom->hdev, "%s: tool appears to be hung in-prox. forcing it out.\n", __func__); in wacom_idleprox_timeout() 175 int prox, pressure; in wacom_pl_irq() local 183 prox = data[1] & 0x40; in wacom_pl_irq() 196 /* If the eraser is in prox, STYLUS2 is always set. If we in wacom_pl_irq() 198 * then force the eraser out of prox and let the pen in. in wacom_pl_irq() 208 if (prox) { in wacom_pl_irq() 224 if (!prox) in wacom_pl_irq() 226 input_report_key(input, wacom->tool[0], prox); in wacom_pl_irq() 264 int prox = data[1] & 0x20; in wacom_dtu_irq() local 269 if (prox) { in wacom_dtu_irq() [all …]
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| D | wacom_i2c.c | 53 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()
|
| D | surface3_spi.c | 126 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()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | iqs62x-keys.yaml | 48 | | Antenna 1 Prox.* | x | | | | | 58 | | Antenna 2 Prox.* | x | | | | | 63 | 7 | Metal (+) Prox.** | x | x | | | | 68 | 9 | Metal (-) Prox.** | x | x | | | | 102 azoteq,use-prox:
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/ |
| D | iqs62x-keys.yaml | 50 | | 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:
|
| D | azoteq,iqs7222.yaml | 229 azoteq,use-prox: 432 azoteq,use-prox: 569 "^event-(prox|touch)$": 631 azoteq,use-prox: ["azoteq,ref-select"] 701 azoteq,use-prox: 865 "^event-(prox|touch)$": 881 "^event-(prox|touch)$":
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| D | wacom_i2c.c | 36 bool prox; member 110 if (!wac_i2c->prox) in wacom_i2c_irq() 114 wac_i2c->prox = data[3] & 0x20; in wacom_i2c_irq() 117 input_report_key(input, wac_i2c->tool, wac_i2c->prox); in wacom_i2c_irq()
|
| D | surface3_spi.c | 128 int prox = st & 0x01; in surface3_spi_report_pen() local 130 int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in surface3_spi_report_pen() 141 input_report_key(dev, ts_data->pen_tool, prox); in surface3_spi_report_pen()
|
| /kernel/linux/linux-5.10/drivers/input/tablet/ |
| D | acecad.c | 46 int prox, status; in usb_acecad_irq() local 65 prox = (data[0] & 0x04) >> 2; in usb_acecad_irq() 66 input_report_key(dev, BTN_TOOL_PEN, prox); in usb_acecad_irq() 68 if (prox) { in usb_acecad_irq()
|
| D | hanwang.c | 124 case 0x80: /* tool prox out */ in hanwang_parse_packet() 140 case 0xc2: /* first time tool prox in */ in hanwang_parse_packet()
|
| /kernel/linux/linux-6.6/drivers/input/tablet/ |
| D | acecad.c | 43 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()
|
| D | hanwang.c | 121 case 0x80: /* tool prox out */ in hanwang_parse_packet() 137 case 0xc2: /* first time tool prox in */ in hanwang_parse_packet()
|
| /kernel/linux/linux-5.10/drivers/iio/light/ |
| D | cros_ec_light_prox.c | 3 * cros_ec_light_prox - Driver for light and prox sensors behing CrosEC. 249 .name = "cros-ec-prox", 260 .name = "cros-ec-light-prox",
|
| D | hid-sensor-prox.c | 220 dev_dbg(&pdev->dev, "prox %x:%x\n", st->prox_attr.index, in prox_parse_report() 253 static const char *name = "prox"; in hid_prox_probe()
|
| D | Makefile | 26 obj-$(CONFIG_HID_SENSOR_PROX) += hid-sensor-prox.o
|
| /kernel/linux/linux-6.6/drivers/iio/light/ |
| D | cros_ec_light_prox.c | 3 * cros_ec_light_prox - Driver for light and prox sensors behing CrosEC. 247 .name = "cros-ec-prox", 258 .name = "cros-ec-light-prox",
|
| D | hid-sensor-prox.c | 226 dev_dbg(&pdev->dev, "prox %x:%x\n", st->prox_attr.index, in prox_parse_report() 241 static const char *name = "prox"; in hid_prox_probe()
|
| D | Makefile | 26 obj-$(CONFIG_HID_SENSOR_PROX) += hid-sensor-prox.o
|
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | tsl2772.h | 4 * and proximity (prox) within the TAOS TSL2772 family of devices.
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | tsl2772.h | 4 * and proximity (prox) within the TAOS TSL2772 family of devices.
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | hid-sensor-ids.h | 25 /* PROX (200011) */
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | hid-sensor-ids.h | 25 /* PROX (200011) */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | iqs62x.yaml | 82 azoteq,use-prox;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | iqs62x.yaml | 82 azoteq,use-prox;
|