Home
last modified time | relevance | path

Searched refs:pen_fifo (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/hid/
Dwacom_wac.h346 struct kfifo_rec_ptr_2 pen_fifo; member
Dwacom_sys.c153 wacom_wac_queue_flush(hdev, &wacom_wac->pen_fifo); in wacom_wac_pen_serial_enforce()
155 wacom_wac_queue_insert(hdev, &wacom_wac->pen_fifo, raw_data, size); in wacom_wac_pen_serial_enforce()
2692 error = kfifo_alloc(&wacom_wac->pen_fifo, WACOM_PKGLEN_MAX, GFP_KERNEL); in wacom_probe()
2759 kfifo_free(&wacom_wac->pen_fifo); in wacom_remove()