Home
last modified time | relevance | path

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

12

/linux/drivers/input/touchscreen/
H A 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()
H A 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()
H A Diqs7211.c124 .name = "event-prox",
/linux/Documentation/devicetree/bindings/input/
H A 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:
H A Dazoteq,iqs7222.yaml229 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)$":
H A Diqs269a.yaml444 "^event-prox(-alt)?$":
586 event-prox {
H A Diqs626a.yaml450 "^event-(prox|touch|deep)(-alt)?$":
774 event-prox {
/linux/drivers/input/tablet/
H A 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()
H A Dhanwang.c121 case 0x80: /* tool prox out */ in hanwang_parse_packet()
137 case 0xc2: /* first time tool prox in */ in hanwang_parse_packet()
/linux/drivers/iio/light/
H A 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",
H A Dhid-sensor-prox.c250 dev_dbg(&pdev->dev, "prox %x:%x\n", st->prox_attr[index].index, in prox_parse_report()
268 static const char *name = "prox"; in hid_prox_probe()
H A 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/include/linux/platform_data/
H A Dtsl2772.h4 * and proximity (prox) within the TAOS TSL2772 family of devices.
/linux/arch/arm/boot/dts/st/
H A Dste-href-stuib.dtsi139 prox {
H A Dste-href-tvk1281618-r2.dtsi226 prox {
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8939-huawei-kiwi.dts215 prox_irq_default: prox-irq-default-state {
H A Dmsm8916-huawei-g7.dts392 prox_irq_default: prox-irq-default-state {
/linux/drivers/platform/chrome/
H A Dcros_ec_sensorhub.c89 name = "cros-ec-prox"; in cros_ec_sensorhub_register()
/linux/drivers/hid/bpf/progs/
H A DXPPen__Artist24.bpf.c132 * a few out-of-prox events generated, but the user doesn´t
/linux/drivers/input/keyboard/
H A Diqs62x-keys.c85 if (fwnode_property_present(child, "azoteq,use-prox")) in iqs62x_keys_parse_prop()
/linux/drivers/input/misc/
H A Diqs7222.c150 .name = "event-prox",
2324 if (fwnode_property_present(chan_node, "azoteq,use-prox")) in iqs7222_parse_chan()
2515 if (fwnode_property_present(sldr_node, "azoteq,use-prox")) in iqs7222_parse_sldr()
2732 if (fwnode_property_present(tpad_node, "azoteq,use-prox")) in iqs7222_parse_tpad()
H A Diqs626a.c227 .name = "event-prox",
233 .name = "event-prox-alt",
H A Diqs269a.c225 .name = "event-prox",
231 .name = "event-prox-alt",
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml573 "^event-(prox|touch)$":
/linux/drivers/iio/proximity/
H A Dhx9023s.c948 dev_warn(dev, "get prox failed\n"); in hx9023s_trigger_handler()

12