Searched refs:host_event (Results 1 – 1 of 1) sorted by relevance
220 struct input_event host_event; in pci_vtinput_notify_statusq() local221 host_event.type = event.type; in pci_vtinput_notify_statusq()222 host_event.code = event.code; in pci_vtinput_notify_statusq()223 host_event.value = event.value; in pci_vtinput_notify_statusq()224 if (gettimeofday(&host_event.time, NULL) != 0) { in pci_vtinput_notify_statusq()227 if (write(sc->vsc_fd, &host_event, sizeof(host_event)) == -1) { in pci_vtinput_notify_statusq()