Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/rmi4/
Drmi_f03.c17 #define RMI_F03_OB_SIZE 2 macro
146 const u8 ob_len = f03->rx_queue_length * RMI_F03_OB_SIZE; in rmi_f03_pt_open()
148 u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; in rmi_f03_pt_open()
254 const u8 ob_len = f03->rx_queue_length * RMI_F03_OB_SIZE; in rmi_f03_attention()
255 u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; in rmi_f03_attention()
285 for (i = 0; i < ob_len; i += RMI_F03_OB_SIZE) { in rmi_f03_attention()