Home
last modified time | relevance | path

Searched refs:stylus (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c585 report->stylus.pid = HID_PID; in elan_ts_recv_data()
586 report->stylus.pbuf_valid_size = rbuf[0]; in elan_ts_recv_data()
587 report->stylus.pbutton_value = 0;//rbuf[13]; in elan_ts_recv_data()
588 report->stylus.preport_idx = 3; in elan_ts_recv_data()
589 report->stylus.tip_status = (rbuf[3] & 0x33) >> 1; in elan_ts_recv_data()
590 report->stylus.inrange_status = rbuf[3] & 0x02; in elan_ts_recv_data()
591 report->stylus.key = rbuf[3] >> 1; in elan_ts_recv_data()
595 report->stylus.barrel_tip = rbuf[3]; in elan_ts_recv_data()
597 memcpy(buf,rbuf,report->stylus.pbuf_valid_size); in elan_ts_recv_data()
630 for(i = 0; i < report->stylus.pbuf_valid_size/8 + 1; i++) { in elan_ts_recv_data()
[all …]
H A Delan_ts.h141 struct elan_stylus_struct stylus; member
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-wacom29 when the stylus does not touch the tablet surface, and no
30 button is pressed on the stylus. This luminance level is
39 when the stylus touches the tablet surface, or any button is
40 pressed on the stylus.
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Dacecad.c74 int stylus = (data[0] & 0x10) >> 4; in usb_acecad_irq() local
80 input_report_key(dev, BTN_STYLUS, stylus); in usb_acecad_irq()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dzforce_ts.c240 u16 stylus) in zforce_scan_frequency() argument
246 (stylus & 0xff), ((stylus >> 8) & 0xff) }; in zforce_scan_frequency()
250 idle, finger, stylus); in zforce_scan_frequency()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c1453 if (xwl_seat->stylus == NULL) { in tablet_handle_done()
1454 xwl_seat->stylus = add_device(xwl_seat, "xwayland-stylus", xwl_tablet_proc); in tablet_handle_done()
1455 ActivateDevice(xwl_seat->stylus, TRUE); in tablet_handle_done()
1457 enable_device(xwl_seat, xwl_seat->stylus); in tablet_handle_done()
1483 if (xwl_seat->stylus) in tablet_handle_removed()
1484 disable_device(xwl_seat->stylus); in tablet_handle_removed()
1520 xwl_tablet_tool->xdevice = xwl_seat->stylus; in tablet_tool_receive_type()
H A Dxwayland.h251 DeviceIntPtr stylus; member
/OK3568_Linux_fs/kernel/Documentation/input/
H A Devent-codes.rst419 BTN_TOOL_<name> events must be reported when a stylus or other tool is active on
/OK3568_Linux_fs/external/xserver/
H A DChangeLog10620 status of the third button present on Wacom's new "Pro Pen 3D" stylus.
11511 The tablet/stylus interfaces reused xwl_seat->focus_window, which
11514 to lay on the same surface than the stylus while proximity_out
11517 We just want the stylus xwl_window to correctly determine we have
11518 stylus focus, and to correctly translate surface-local coordinates
15651 Creates and maintains the canonical trio of X devices (stylus, eraser,
110308 config/udev calls NewInputDeviceRequest("stylus")
110317 DeleteInputDeviceRequest for "stylus". The driver needs to call