Searched refs:vsc_eventqueue (Results 1 – 1 of 1) sorted by relevance
152 struct vtinput_eventqueue vsc_eventqueue; member601 vtinput_eventqueue_add_event(&sc->vsc_eventqueue, &event); in vtinput_read_event()610 &sc->vsc_eventqueue, &sc->vsc_queues[VTINPUT_EVENTQ]); in vtinput_read_event()694 sc->vsc_eventqueue.idx = 0; in pci_vtinput_init()695 sc->vsc_eventqueue.size = VTINPUT_MAX_PKT_LEN; in pci_vtinput_init()696 sc->vsc_eventqueue.events = calloc( in pci_vtinput_init()697 sc->vsc_eventqueue.size, sizeof(struct vtinput_event_elem)); in pci_vtinput_init()699 if (sc->vsc_eventqueue.events == NULL) { in pci_vtinput_init()754 if (sc->vsc_eventqueue.events) in pci_vtinput_init()755 free(sc->vsc_eventqueue.events); in pci_vtinput_init()