Searched refs:ev (Results 1 – 3 of 3) sorted by relevance
166 static const char *find_action(struct input_event *ev, const char *buf) in find_action() argument173 if (ev) { in find_action()174 …if (ev->type == evt_tab[i].n_type && ev->code == evt_tab[i].n_code && ev->value == evt_tab[i].valu… in find_action()362 struct input_event ev; in acpid_main() local364 if (sizeof(ev) != full_read(pfd[i].fd, &ev, sizeof(ev))) in acpid_main()367 if (ev.value != 1 && ev.value != 0) in acpid_main()370 event = find_action(&ev, NULL); in acpid_main()
161 static void doexit(int ev) NORETURN;162 static void doexit(int ev) in doexit() argument165 exit(ev); in doexit()
606 void ConfigList::keyPressEvent(QKeyEvent* ev) in keyPressEvent() argument613 if (ev->key() == Key_Escape && mode != fullMode) { in keyPressEvent()615 ev->accept(); in keyPressEvent()620 Parent::keyPressEvent(ev); in keyPressEvent()625 switch (ev->key()) { in keyPressEvent()654 Parent::keyPressEvent(ev); in keyPressEvent()657 ev->accept(); in keyPressEvent()