ev_cnt 246 drivers/gpio/gpio-adp5588.c int ev_cnt = adp5588_gpio_read(dev->client, KEY_LCK_EC_STAT); ev_cnt 248 drivers/gpio/gpio-adp5588.c if (ev_cnt > 0) { ev_cnt 251 drivers/gpio/gpio-adp5588.c for (i = 0; i < (ev_cnt & ADP5588_KEC); i++) { ev_cnt 267 drivers/input/keyboard/adp5588-keys.c static void adp5588_report_events(struct adp5588_kpad *kpad, int ev_cnt) ev_cnt 271 drivers/input/keyboard/adp5588-keys.c for (i = 0; i < ev_cnt; i++) { ev_cnt 297 drivers/input/keyboard/adp5588-keys.c int status, ev_cnt; ev_cnt 305 drivers/input/keyboard/adp5588-keys.c ev_cnt = adp5588_read(client, KEY_LCK_EC_STAT) & ADP5588_KEC; ev_cnt 306 drivers/input/keyboard/adp5588-keys.c if (ev_cnt) { ev_cnt 307 drivers/input/keyboard/adp5588-keys.c adp5588_report_events(kpad, ev_cnt); ev_cnt 599 drivers/input/keyboard/adp5589-keys.c static void adp5589_report_events(struct adp5589_kpad *kpad, int ev_cnt) ev_cnt 603 drivers/input/keyboard/adp5589-keys.c for (i = 0; i < ev_cnt; i++) { ev_cnt 622 drivers/input/keyboard/adp5589-keys.c int status, ev_cnt; ev_cnt 630 drivers/input/keyboard/adp5589-keys.c ev_cnt = adp5589_read(client, ADP5589_5_STATUS) & KEC; ev_cnt 631 drivers/input/keyboard/adp5589-keys.c if (ev_cnt) { ev_cnt 632 drivers/input/keyboard/adp5589-keys.c adp5589_report_events(kpad, ev_cnt); ev_cnt 352 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c uint64_t ev_cnt; ev_cnt 353 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c ret = read(evfd, &ev_cnt, sizeof(ev_cnt)); ev_cnt 302 tools/usb/ffs-aio-example/simple/device_app/aio_simple.c uint64_t ev_cnt; ev_cnt 303 tools/usb/ffs-aio-example/simple/device_app/aio_simple.c ret = read(evfd, &ev_cnt, sizeof(ev_cnt));