Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_polled.c26 static void xhci_polled_panic(xhci_polled_t *xhci_polledp, const char *format,
30 xhci_polled_panic(xhci_polled_t *xhci_polledp, const char *format, ...) in xhci_polled_panic() argument
35 vdev_err(xhci_polledp->xhci_polled_xhci->xhci_dip, CE_PANIC, format, in xhci_polled_panic()
47 xhci_polled_set_persistent_error(xhci_polled_t *xhci_polledp, int error) in xhci_polled_set_persistent_error() argument
50 xhci_polledp->xhci_polled_persistent_error == USB_SUCCESS) { in xhci_polled_set_persistent_error()
51 xhci_polledp->xhci_polled_persistent_error = error; in xhci_polled_set_persistent_error()
67 xhci_polled_t *xhci_polledp; in xhci_polled_init() local
91 xhci_polledp = kmem_zalloc(sizeof (xhci_polled_t), KM_SLEEP); in xhci_polled_init()
93 xhci_polledp->xhci_polled_xhci = xhcip; in xhci_polled_init()
94 xhci_polledp->xhci_polled_input_pipe_handle = input_pipe_handle; in xhci_polled_init()
[all …]