Home
last modified time | relevance | path

Searched refs:xhci_polled_t (Results 1 – 2 of 2) 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()
47 xhci_polled_set_persistent_error(xhci_polled_t *xhci_polledp, int error) in xhci_polled_set_persistent_error()
67 xhci_polled_t *xhci_polledp; in xhci_polled_init()
91 xhci_polledp = kmem_zalloc(sizeof (xhci_polled_t), KM_SLEEP); in xhci_polled_init()
122 xhci_polled_endpoint_transfer(xhci_polled_t *xhci_polledp, xhci_endpoint_t *xep, in xhci_polled_endpoint_transfer()
195 xhci_polled_event_process(xhci_polled_t *xhci_polledp, uint_t *num_characters) in xhci_polled_event_process()
267 xhci_polled_t *xhci_polledp; in xhci_hcdi_console_input_init()
279 xhci_polledp = (xhci_polled_t *)console_input_info->uci_private; in xhci_hcdi_console_input_init()
290 xhci_polled_t *xhci_polledp; in xhci_hcdi_console_input_fini()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h720 } xhci_polled_t; typedef