xhci.c | 516 xhci_slot_get_icv(struct xhci_softc * const sc, struct xhci_slot * const xs, function in typeref:typename:void * 1905 memset(xhci_slot_get_icv(sc, xs, 0), 0, sc->sc_pgsz); 1910 HEXDUMP("input control context", xhci_slot_get_icv(sc, xs, 0), 1912 HEXDUMP("input endpoint context", xhci_slot_get_icv(sc, xs, 2192 cp = xhci_slot_get_icv(sc, xs, XHCI_ICI_INPUT_CONTROL); 2197 cp = xhci_slot_get_icv(sc, xs, xhci_dci_to_ici(XHCI_DCI_SLOT)); 3475 cp = xhci_slot_get_icv(sc, xs, XHCI_ICI_INPUT_CONTROL); 3479 cp = xhci_slot_get_icv(sc, xs, xhci_dci_to_ici(XHCI_DCI_EP_CONTROL)); 3485 HEXDUMP("input context", xhci_slot_get_icv(sc, xs, 0), 3590 HEXDUMP("input context", xhci_slot_get_icv(sc, xs, 0) [all...] |