Home
last modified time | relevance | path

Searched refs:xev (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_event.c40 xhci_event_ring_t *xev = &xhcip->xhci_event; in xhci_event_fini() local
41 xhci_ring_free(&xev->xev_ring); in xhci_event_fini()
42 if (xev->xev_segs != NULL) in xhci_event_fini()
43 xhci_dma_free(&xev->xev_dma); in xhci_event_fini()
44 xev->xev_segs = NULL; in xhci_event_fini()
52 xhci_event_alloc(xhci_t *xhcip, xhci_event_ring_t *xev) in xhci_event_alloc() argument
65 if (!xhci_dma_alloc(xhcip, &xev->xev_dma, &attr, &acc, B_FALSE, in xhci_event_alloc()
68 if ((ret = xhci_ring_alloc(xhcip, &xev->xev_ring)) != 0) { in xhci_event_alloc()
69 xhci_dma_free(&xev->xev_dma); in xhci_event_alloc()
73 xev->xev_segs = (void *)xev->xev_dma.xdb_va; in xhci_event_alloc()
[all …]
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault159 # The Xorg KeySym Code can be checked by using the 'xev' command from X window