Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.c137 int prox, pressure; in wacom_pl_irq() local
145 prox = data[1] & 0x40; in wacom_pl_irq()
158 /* If the eraser is in prox, STYLUS2 is always set. If we in wacom_pl_irq()
160 * then force the eraser out of prox and let the pen in. in wacom_pl_irq()
170 if (prox) { in wacom_pl_irq()
186 if (!prox) in wacom_pl_irq()
188 input_report_key(input, wacom->tool[0], prox); in wacom_pl_irq()
226 int prox = data[1] & 0x20; in wacom_dtu_irq() local
231 if (prox) { in wacom_dtu_irq()
245 if (!prox) /* out-prox */ in wacom_dtu_irq()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Diqs62x-keys.yaml48 | | 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:
H A Diqs269a.yaml371 "^event-prox(-alt)?$":
493 event-prox {
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_i2c.c36 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()
H A Dwacom_w9013.c81 bool prox; member
204 if (!wac_i2c->prox) in wacom_i2c_irq()
208 wac_i2c->prox = data[3] & 0x20; in wacom_i2c_irq()
221 input_report_key(input, wac_i2c->tool, wac_i2c->prox); in wacom_i2c_irq()
H A Dsurface3_spi.c128 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()
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Dacecad.c46 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()
H A Dhanwang.c124 case 0x80: /* tool prox out */ in hanwang_parse_packet()
140 case 0xc2: /* first time tool prox in */ in hanwang_parse_packet()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dcros_ec_light_prox.c3 * cros_ec_light_prox - Driver for light and prox sensors behing CrosEC.
249 .name = "cros-ec-prox",
260 .name = "cros-ec-light-prox",
H A Dhid-sensor-prox.c220 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()
H A DMakefile26 obj-$(CONFIG_HID_SENSOR_PROX) += hid-sensor-prox.o
H A DKconfig274 tristate "HID PROX"
280 module will be called hid-sensor-prox.
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()
H A Dtsl2772.c4 * detection (prox) within the TAOS TSL2571, TSL2671, TMD2671, TSL2771, TMD2771,
841 * Obtain and lock both ALS and PROX resources, determine and save device state
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodingmanagerengine_nokia.cpp119 requestString += "?prox="; in geocode()
234 requestString += "?prox="; in geocode()
279 requestString += "&prox="; in reverseGeocode()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dtsl2772.h4 * and proximity (prox) within the TAOS TSL2772 family of devices.
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid-sensor-ids.h25 /* PROX (200011) */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Diqs62x.yaml82 azoteq,use-prox;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dste-href-stuib.dtsi140 prox {
H A Dste-href-tvk1281618.dtsi164 prox {
/OK3568_Linux_fs/kernel/drivers/input/sensors/lsensor/
H A Dls_us5152.h77 /*all int flag (PROX, INT_A, INT_P)*/
H A Dls_us5152.c73 /*all int flag (PROX, INT_A, INT_P)*/
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_sensorhub.c88 name = "cros-ec-prox"; in cros_ec_sensorhub_register()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Diqs62x-keys.c85 if (fwnode_property_present(child, "azoteq,use-prox")) in iqs62x_keys_parse_prop()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Diqs269a.c201 .name = "event-prox",
207 .name = "event-prox-alt",

12