Home
last modified time | relevance | path

Searched refs:ev_cnt (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c302 uint64_t ev_cnt; in main() local
303 ret = read(evfd, &ev_cnt, sizeof(ev_cnt)); in main()
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c352 uint64_t ev_cnt; in main() local
353 ret = read(evfd, &ev_cnt, sizeof(ev_cnt)); in main()
/kernel/linux/linux-5.10/drivers/input/keyboard/
Dadp5588-keys.c267 static void adp5588_report_events(struct adp5588_kpad *kpad, int ev_cnt) in adp5588_report_events() argument
271 for (i = 0; i < ev_cnt; i++) { in adp5588_report_events()
297 int status, ev_cnt; in adp5588_work() local
305 ev_cnt = adp5588_read(client, KEY_LCK_EC_STAT) & ADP5588_KEC; in adp5588_work()
306 if (ev_cnt) { in adp5588_work()
307 adp5588_report_events(kpad, ev_cnt); in adp5588_work()
Dadp5589-keys.c599 static void adp5589_report_events(struct adp5589_kpad *kpad, int ev_cnt) in adp5589_report_events() argument
603 for (i = 0; i < ev_cnt; i++) { in adp5589_report_events()
622 int status, ev_cnt; in adp5589_irq() local
630 ev_cnt = adp5589_read(client, ADP5589_5_STATUS) & KEC; in adp5589_irq()
631 if (ev_cnt) { in adp5589_irq()
632 adp5589_report_events(kpad, ev_cnt); in adp5589_irq()
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-adp5588.c246 int ev_cnt = adp5588_gpio_read(dev->client, KEY_LCK_EC_STAT); in adp5588_irq_handler() local
248 if (ev_cnt > 0) { in adp5588_irq_handler()
251 for (i = 0; i < (ev_cnt & ADP5588_KEC); i++) { in adp5588_irq_handler()