Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dhp_sdc.c374 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()
382 if (curridx >= HP_SDC_QUEUE_LEN) { in hp_sdc_put()
419 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()
433 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()
580 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()
608 for (i = 0; i < HP_SDC_QUEUE_LEN; i++) in __hp_sdc_enqueue_transaction()
616 for (i = 0; i < HP_SDC_QUEUE_LEN; i++) in __hp_sdc_enqueue_transaction()
651 for (i = 0; i < HP_SDC_QUEUE_LEN; i++) in hp_sdc_dequeue_transaction()
/openbmc/linux/include/linux/
H A Dhp_sdc.h280 #define HP_SDC_QUEUE_LEN 16 macro
281 hp_sdc_transaction *tq[HP_SDC_QUEUE_LEN]; /* All pending read/writes */