Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/serio/
Dhp_sdc.c377 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()
385 if (curridx >= HP_SDC_QUEUE_LEN) { in hp_sdc_put()
422 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()
436 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()
583 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()
611 for (i = 0; i < HP_SDC_QUEUE_LEN; i++) in __hp_sdc_enqueue_transaction()
619 for (i = 0; i < HP_SDC_QUEUE_LEN; i++) in __hp_sdc_enqueue_transaction()
654 for (i = 0; i < HP_SDC_QUEUE_LEN; i++) in hp_sdc_dequeue_transaction()
/linux-4.1.27/include/linux/
Dhp_sdc.h280 #define HP_SDC_QUEUE_LEN 16 macro
281 hp_sdc_transaction *tq[HP_SDC_QUEUE_LEN]; /* All pending read/writes */