Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/rmi4/
H A Drmi_f03.c14 #define RMI_F03_OB_SIZE 2 macro
143 const u8 ob_len = f03->rx_queue_length * RMI_F03_OB_SIZE; in rmi_f03_pt_open()
145 u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; in rmi_f03_pt_open()
251 const u8 ob_len = f03->rx_queue_length * RMI_F03_OB_SIZE; in rmi_f03_attention()
252 u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; in rmi_f03_attention()
282 for (i = 0; i < ob_len; i += RMI_F03_OB_SIZE) { in rmi_f03_attention()
/kernel/linux/linux-6.6/drivers/input/rmi4/
H A Drmi_f03.c14 #define RMI_F03_OB_SIZE 2 macro
143 const u8 ob_len = f03->rx_queue_length * RMI_F03_OB_SIZE; in rmi_f03_pt_open()
145 u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; in rmi_f03_pt_open()
251 const u8 ob_len = f03->rx_queue_length * RMI_F03_OB_SIZE; in rmi_f03_attention()
252 u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; in rmi_f03_attention()
282 for (i = 0; i < ob_len; i += RMI_F03_OB_SIZE) { in rmi_f03_attention()

Completed in 2 milliseconds