Searched refs:ev_cnt (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 302 uint64_t ev_cnt; in main() local 303 ret = read(evfd, &ev_cnt, sizeof(ev_cnt)); in main()
|
/Linux-v6.1/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 352 uint64_t ev_cnt; in main() local 353 ret = read(evfd, &ev_cnt, sizeof(ev_cnt)); in main()
|
/Linux-v6.1/drivers/input/keyboard/ |
D | adp5588-keys.c | 524 static void adp5588_report_events(struct adp5588_kpad *kpad, int ev_cnt) in adp5588_report_events() argument 528 for (i = 0; i < ev_cnt; i++) { in adp5588_report_events() 566 int status, ev_cnt; in adp5588_thread_irq() local 587 ev_cnt = adp5588_read(client, KEY_LCK_EC_STAT) & ADP5588_KEC; in adp5588_thread_irq() 588 if (ev_cnt) { in adp5588_thread_irq() 589 adp5588_report_events(kpad, ev_cnt); in adp5588_thread_irq()
|
D | adp5589-keys.c | 563 static void adp5589_report_events(struct adp5589_kpad *kpad, int ev_cnt) in adp5589_report_events() argument 567 for (i = 0; i < ev_cnt; i++) { in adp5589_report_events() 586 int status, ev_cnt; in adp5589_irq() local 594 ev_cnt = adp5589_read(client, ADP5589_5_STATUS) & KEC; in adp5589_irq() 595 if (ev_cnt) { in adp5589_irq() 596 adp5589_report_events(kpad, ev_cnt); in adp5589_irq()
|