Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.h494 struct xhci_softc { struct
582 usb_error_t xhci_halt_controller(struct xhci_softc *); argument
583 usb_error_t xhci_reset_controller(struct xhci_softc *);
584 usb_error_t xhci_init(struct xhci_softc *, device_t, uint8_t);
585 usb_error_t xhci_start_controller(struct xhci_softc *);
586 void xhci_interrupt(struct xhci_softc *);
587 void xhci_uninit(struct xhci_softc *);
H A Dxhci_pci.c85 sizeof(struct xhci_softc));
253 struct xhci_softc *sc = _sc; in xhci_interrupt_poll()
288 struct xhci_softc *sc = device_get_softc(self); in xhci_pci_attach()
466 struct xhci_softc *sc = device_get_softc(self); in xhci_pci_detach()
509 struct xhci_softc *sc = device_get_softc(self); in xhci_pci_take_controller()
H A Dgeneric_xhci.c74 struct xhci_softc *sc = device_get_softc(dev); in generic_xhci_attach()
150 struct xhci_softc *sc = device_get_softc(dev); in generic_xhci_detach()
197 sizeof(struct xhci_softc),
H A Dgeneric_xhci_fdt.c87 struct xhci_softc *sc = device_get_softc(dev); in generic_xhci_fdt_attach()
132 sizeof(struct xhci_softc), generic_xhci_driver);
H A Dgeneric_xhci_acpi.c78 sizeof(struct xhci_softc), generic_xhci_driver);
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c78 struct xhci_softc sc;
104 struct xhci_softc *sc = _sc; in xhci_interrupt_poll()
116 struct xhci_softc *sc = &snps_sc->sc; in snps_dwc3_attach_xhci()
187 struct xhci_softc *xsc; in snsp_dwc3_dump_regs()
320 struct xhci_softc *xsc; in snps_dwc3_do_quirks()
/freebsd/sys/arm/nvidia/
H A Dtegra_xhci.c268 struct xhci_softc xhci_softc; member
864 base_addr = rman_get_start(sc->xhci_softc.sc_io_res); in init_hw()
918 struct xhci_softc *xsc; in tegra_xhci_detach()
922 xsc = &sc->xhci_softc; in tegra_xhci_detach()
962 struct xhci_softc *xsc; in tegra_xhci_attach()
971 xsc = &sc->xhci_softc; in tegra_xhci_attach()