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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dadp5588-keys.c287 static void adp5588_report_events(struct adp5588_kpad *kpad, int ev_cnt) argument
291 for (i = 0; i < ev_cnt; i++) {
317 int status, ev_cnt; local
325 ev_cnt = adp5588_read(client, KEY_LCK_EC_STAT) & KEC;
326 if (ev_cnt) {
327 adp5588_report_events(kpad, ev_cnt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_api.c663 int ev_cnt = 0; local
676 fprintf( stdout, "%d events/s\n", ev_cnt );
677 ev_cnt = 0;
683 ev_cnt++;

Completed in 163 milliseconds