Searched refs:ev_cnt (Results 1 – 3 of 3) sorted by relevance
320 uint64_t ev_cnt; in main() local321 ret = read(evfd, &ev_cnt, sizeof(ev_cnt)); in main()
352 uint64_t ev_cnt; in main() local353 ret = read(evfd, &ev_cnt, sizeof(ev_cnt)); in main()
518 static void adp5588_report_events(struct adp5588_kpad *kpad, int ev_cnt) in adp5588_report_events() argument522 for (i = 0; i < ev_cnt; i++) { in adp5588_report_events()560 int status, ev_cnt; in adp5588_thread_irq() local581 ev_cnt = adp5588_read(client, KEY_LCK_EC_STAT) & ADP5588_KEC; in adp5588_thread_irq()582 if (ev_cnt) { in adp5588_thread_irq()583 adp5588_report_events(kpad, ev_cnt); in adp5588_thread_irq()