Searched refs:ev_cnt (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/input/keyboard/
H A Dadp5588-keys.c267 static void adp5588_report_events(struct adp5588_kpad *kpad, int ev_cnt) adp5588_report_events() argument
271 for (i = 0; i < ev_cnt; i++) { adp5588_report_events()
297 int status, ev_cnt; adp5588_work() local
305 ev_cnt = adp5588_read(client, KEY_LCK_EC_STAT) & ADP5588_KEC; adp5588_work()
306 if (ev_cnt) { adp5588_work()
307 adp5588_report_events(kpad, ev_cnt); adp5588_work()
H A Dadp5589-keys.c598 static void adp5589_report_events(struct adp5589_kpad *kpad, int ev_cnt) adp5589_report_events() argument
602 for (i = 0; i < ev_cnt; i++) { adp5589_report_events()
621 int status, ev_cnt; adp5589_irq() local
629 ev_cnt = adp5589_read(client, ADP5589_5_STATUS) & KEC; adp5589_irq()
630 if (ev_cnt) { adp5589_irq()
631 adp5589_report_events(kpad, ev_cnt); adp5589_irq()
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c352 uint64_t ev_cnt; main() local
353 ret = read(evfd, &ev_cnt, sizeof(ev_cnt)); main()
/linux-4.4.14/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c302 uint64_t ev_cnt; main() local
303 ret = read(evfd, &ev_cnt, sizeof(ev_cnt)); main()

Completed in 148 milliseconds