Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c238 struct pci_xhci_softc;
247 struct pci_xhci_softc *xsc;
260 struct pci_xhci_softc { struct
336 static int pci_xhci_insert_event(struct pci_xhci_softc *sc,
339 static void pci_xhci_assert_interrupt(struct pci_xhci_softc *sc);
340 static void pci_xhci_reset_slot(struct pci_xhci_softc *sc, int slot);
341 static void pci_xhci_reset_port(struct pci_xhci_softc *sc, int portn, int warm);
342 static void pci_xhci_update_ep_ring(struct pci_xhci_softc *sc,
360 pci_xhci_reset(struct pci_xhci_softc *sc) in pci_xhci_reset()
374 pci_xhci_usbcmd_write(struct pci_xhci_softc *sc, uint32_t cmd) in pci_xhci_usbcmd_write()
[all …]