Searched refs:stylus (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/ |
| H A D | elan_ts.c | 585 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 D | elan_ts.h | 141 struct elan_stylus_struct stylus; member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-wacom | 29 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 D | acecad.c | 74 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 D | zforce_ts.c | 240 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 D | xwayland-input.c | 1453 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 D | xwayland.h | 251 DeviceIntPtr stylus; member
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | event-codes.rst | 419 BTN_TOOL_<name> events must be reported when a stylus or other tool is active on
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 10620 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
|