Symbol: xhci_softc
sys/arm/broadcom/bcm2835/bcm2838_xhci.c
180
struct xhci_softc *sc;
sys/arm/broadcom/bcm2835/bcm2838_xhci.c
211
sizeof(struct xhci_softc), xhci_pci_driver);
sys/arm/nvidia/tegra_xhci.c
268
struct xhci_softc xhci_softc;
sys/arm/nvidia/tegra_xhci.c
864
base_addr = rman_get_start(sc->xhci_softc.sc_io_res);
sys/arm/nvidia/tegra_xhci.c
918
struct xhci_softc *xsc;
sys/arm/nvidia/tegra_xhci.c
922
xsc = &sc->xhci_softc;
sys/arm/nvidia/tegra_xhci.c
962
struct xhci_softc *xsc;
sys/arm/nvidia/tegra_xhci.c
971
xsc = &sc->xhci_softc;
sys/dev/usb/controller/dwc3/dwc3.c
104
struct xhci_softc *sc = _sc;
sys/dev/usb/controller/dwc3/dwc3.c
116
struct xhci_softc *sc = &snps_sc->sc;
sys/dev/usb/controller/dwc3/dwc3.c
187
struct xhci_softc *xsc;
sys/dev/usb/controller/dwc3/dwc3.c
320
struct xhci_softc *xsc;
sys/dev/usb/controller/dwc3/dwc3.c
78
struct xhci_softc sc;
sys/dev/usb/controller/generic_xhci.c
150
struct xhci_softc *sc = device_get_softc(dev);
sys/dev/usb/controller/generic_xhci.c
197
sizeof(struct xhci_softc),
sys/dev/usb/controller/generic_xhci.c
74
struct xhci_softc *sc = device_get_softc(dev);
sys/dev/usb/controller/generic_xhci_acpi.c
78
sizeof(struct xhci_softc), generic_xhci_driver);
sys/dev/usb/controller/generic_xhci_fdt.c
132
sizeof(struct xhci_softc), generic_xhci_driver);
sys/dev/usb/controller/generic_xhci_fdt.c
87
struct xhci_softc *sc = device_get_softc(dev);
sys/dev/usb/controller/xhci.c
1082
xhci_check_command(struct xhci_softc *sc, struct xhci_trb *trb)
sys/dev/usb/controller/xhci.c
1095
xhci_interrupt_poll(struct xhci_softc *sc)
sys/dev/usb/controller/xhci.c
1182
xhci_do_command(struct xhci_softc *sc, struct xhci_trb *trb,
sys/dev/usb/controller/xhci.c
1323
xhci_cmd_nop(struct xhci_softc *sc)
sys/dev/usb/controller/xhci.c
1341
xhci_cmd_enable_slot(struct xhci_softc *sc, uint8_t *pslot)
sys/dev/usb/controller/xhci.c
1366
xhci_cmd_disable_slot(struct xhci_softc *sc, uint8_t slot_id)
sys/dev/usb/controller/xhci.c
137
static void xhci_get_xecp(struct xhci_softc *);
sys/dev/usb/controller/xhci.c
138
static void xhci_root_intr(struct xhci_softc *);
sys/dev/usb/controller/xhci.c
1384
xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx,
sys/dev/usb/controller/xhci.c
1410
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
150
static usb_error_t xhci_cmd_evaluate_ctx(struct xhci_softc *,
sys/dev/usb/controller/xhci.c
1534
xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx,
sys/dev/usb/controller/xhci.c
1559
xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx,
sys/dev/usb/controller/xhci.c
1577
xhci_cmd_reset_ep(struct xhci_softc *sc, uint8_t preserve,
sys/dev/usb/controller/xhci.c
1600
xhci_cmd_set_tr_dequeue_ptr(struct xhci_softc *sc, uint64_t dequeue_ptr,
sys/dev/usb/controller/xhci.c
1622
xhci_cmd_stop_ep(struct xhci_softc *sc, uint8_t suspend,
sys/dev/usb/controller/xhci.c
1645
xhci_cmd_reset_dev(struct xhci_softc *sc, uint8_t slot_id)
sys/dev/usb/controller/xhci.c
1666
xhci_interrupt(struct xhci_softc *sc)
sys/dev/usb/controller/xhci.c
1733
struct xhci_softc *sc = XHCI_BUS2SC(bus);
sys/dev/usb/controller/xhci.c
1909
struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/xhci.c
203
struct xhci_softc *sc = XHCI_BUS2SC(bus);
sys/dev/usb/controller/xhci.c
2145
struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/xhci.c
219
xhci_reset_command_queue_locked(struct xhci_softc *sc)
sys/dev/usb/controller/xhci.c
2376
xhci_set_slot_pointer(struct xhci_softc *sc, uint8_t index, uint64_t dev_addr)
sys/dev/usb/controller/xhci.c
2395
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
2458
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
2656
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
2808
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
282
xhci_start_controller(struct xhci_softc *sc)
sys/dev/usb/controller/xhci.c
2891
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
2907
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
2937
struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/xhci.c
3035
struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/xhci.c
3119
xhci_root_intr(struct xhci_softc *sc)
sys/dev/usb/controller/xhci.c
3359
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
3884
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
3907
struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/xhci.c
4049
struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/xhci.c
4061
struct xhci_softc *sc;
sys/dev/usb/controller/xhci.c
4143
struct xhci_softc *sc;
sys/dev/usb/controller/xhci.c
4180
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
4250
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
4311
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
432
xhci_halt_controller(struct xhci_softc *sc)
sys/dev/usb/controller/xhci.c
4346
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
4380
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
4417
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/xhci.c
462
xhci_reset_controller(struct xhci_softc *sc)
sys/dev/usb/controller/xhci.c
489
xhci_init(struct xhci_softc *sc, device_t self, uint8_t dma32)
sys/dev/usb/controller/xhci.c
623
xhci_uninit(struct xhci_softc *sc)
sys/dev/usb/controller/xhci.c
638
xhci_get_xecp(struct xhci_softc *sc)
sys/dev/usb/controller/xhci.c
722
struct xhci_softc *sc = XHCI_BUS2SC(bus);
sys/dev/usb/controller/xhci.c
88
__containerof(bus, struct xhci_softc, sc_bus)
sys/dev/usb/controller/xhci.c
915
xhci_check_transfer(struct xhci_softc *sc, struct xhci_trb *trb)
sys/dev/usb/controller/xhci.h
582
usb_error_t xhci_halt_controller(struct xhci_softc *);
sys/dev/usb/controller/xhci.h
583
usb_error_t xhci_reset_controller(struct xhci_softc *);
sys/dev/usb/controller/xhci.h
584
usb_error_t xhci_init(struct xhci_softc *, device_t, uint8_t);
sys/dev/usb/controller/xhci.h
585
usb_error_t xhci_start_controller(struct xhci_softc *);
sys/dev/usb/controller/xhci.h
586
void xhci_interrupt(struct xhci_softc *);
sys/dev/usb/controller/xhci.h
587
void xhci_uninit(struct xhci_softc *);
sys/dev/usb/controller/xhci_pci.c
264
struct xhci_softc *sc = _sc;
sys/dev/usb/controller/xhci_pci.c
299
struct xhci_softc *sc = device_get_softc(self);
sys/dev/usb/controller/xhci_pci.c
477
struct xhci_softc *sc = device_get_softc(self);
sys/dev/usb/controller/xhci_pci.c
520
struct xhci_softc *sc = device_get_softc(self);
sys/dev/usb/controller/xhci_pci.c
85
sizeof(struct xhci_softc));