Lines Matching +full:active +full:- +full:delay +full:- +full:ms
1 /* SPDX-License-Identifier: GPL-2.0 */
8 #include <linux/hid-over-spi.h>
12 #include "quickspi-protocol.h"
55 * THC uses runtime auto suspend to dynamically switch between THC active LTR
57 * Default value is 5000ms, that means if no touch event in this time, THC will
72 * struct quickspi_driver_data - Driver specific data for quickspi device
86 * struct quickspi_device - THC QuickSpi device struct
104 * @limit_packet_size: 1 - limit read/write packet to 64Bytes
105 * 0 - device no packet size limiation for read/write
106 * @performance_limit: delay time, in ms.
107 * if device has performance limitation, must give a delay
109 * @active_ltr_val: THC active LTR value
117 * @nondma_int_received_wq: workqueue for waiting THC non-DMA interrupt
118 * @nondma_int_received: indicate THC non-DMA interrupt received or not