Lines Matching defs:event
65 "set this if your Fn keys do not generate any event");
80 "set this to the mask of event you want to enable (see doc)");
238 u8 event;
774 static void sonypi_report_input_event(u8 event)
781 switch (event) {
800 /* Nothing, not all VAIOs generate this event */
805 if (event == sonypi_inputkeys[i].sonypiev) {
823 /* Interrupt handler: some event is available */
826 u8 v1, v2, event = 0;
840 for (j = 0; sonypi_eventtypes[i].events[j].event; j++) {
842 event = sonypi_eventtypes[i].events[j].event;
850 "sonypi: unknown event port1=0x%02x,port2=0x%02x\n",
860 "sonypi: event port1=0x%02x,port2=0x%02x\n", v1, v2);
863 sonypi_report_input_event(event);
865 kfifo_in_locked(&sonypi_device.fifo, (unsigned char *)&event,
866 sizeof(event), &sonypi_device.fifo_lock);