Symbol: xhci_softc
sys/bus/u4b/controller/xhci.c
1054
xhci_check_command(struct xhci_softc *sc, struct xhci_trb *trb)
sys/bus/u4b/controller/xhci.c
1067
xhci_interrupt_poll(struct xhci_softc *sc)
sys/bus/u4b/controller/xhci.c
1155
xhci_do_command(struct xhci_softc *sc, struct xhci_trb *trb,
sys/bus/u4b/controller/xhci.c
123
struct xhci_softc *sc;
sys/bus/u4b/controller/xhci.c
1297
xhci_cmd_nop(struct xhci_softc *sc)
sys/bus/u4b/controller/xhci.c
1315
xhci_cmd_enable_slot(struct xhci_softc *sc, uint8_t *pslot)
sys/bus/u4b/controller/xhci.c
1340
xhci_cmd_disable_slot(struct xhci_softc *sc, uint8_t slot_id)
sys/bus/u4b/controller/xhci.c
1358
xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx,
sys/bus/u4b/controller/xhci.c
1384
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
146
static void xhci_root_intr(struct xhci_softc *);
sys/bus/u4b/controller/xhci.c
1507
xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx,
sys/bus/u4b/controller/xhci.c
1529
xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx,
sys/bus/u4b/controller/xhci.c
1547
xhci_cmd_reset_ep(struct xhci_softc *sc, uint8_t preserve,
sys/bus/u4b/controller/xhci.c
1570
xhci_cmd_set_tr_dequeue_ptr(struct xhci_softc *sc, uint64_t dequeue_ptr,
sys/bus/u4b/controller/xhci.c
158
static usb_error_t xhci_cmd_evaluate_ctx(struct xhci_softc *,
sys/bus/u4b/controller/xhci.c
1592
xhci_cmd_stop_ep(struct xhci_softc *sc, uint8_t suspend,
sys/bus/u4b/controller/xhci.c
161
static void xhci_ctx_set_le32(struct xhci_softc *sc, volatile uint32_t *ptr, uint32_t val);
sys/bus/u4b/controller/xhci.c
1615
xhci_cmd_reset_dev(struct xhci_softc *sc, uint8_t slot_id)
sys/bus/u4b/controller/xhci.c
162
static uint32_t xhci_ctx_get_le32(struct xhci_softc *sc, volatile uint32_t *ptr);
sys/bus/u4b/controller/xhci.c
163
static void xhci_ctx_set_le64(struct xhci_softc *sc, volatile uint64_t *ptr, uint64_t val);
sys/bus/u4b/controller/xhci.c
1640
xhci_interrupt(struct xhci_softc *sc)
sys/bus/u4b/controller/xhci.c
1648
xhci_interrupt_locked(struct xhci_softc *sc)
sys/bus/u4b/controller/xhci.c
165
static uint64_t xhci_ctx_get_le64(struct xhci_softc *sc, volatile uint64_t *ptr);
sys/bus/u4b/controller/xhci.c
1713
struct xhci_softc *sc = XHCI_BUS2SC(bus);
sys/bus/u4b/controller/xhci.c
181
xhci_dump_endpoint(struct xhci_softc *sc, struct xhci_endp_ctx *pep)
sys/bus/u4b/controller/xhci.c
194
xhci_dump_device(struct xhci_softc *sc, struct xhci_slot_ctx *psl)
sys/bus/u4b/controller/xhci.c
216
struct xhci_softc *sc = XHCI_BUS2SC(bus);
sys/bus/u4b/controller/xhci.c
2279
xhci_set_slot_pointer(struct xhci_softc *sc, uint8_t index, uint64_t dev_addr)
sys/bus/u4b/controller/xhci.c
2298
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
232
xhci_ctx_set_le32(struct xhci_softc *sc, volatile uint32_t *ptr, uint32_t val)
sys/bus/u4b/controller/xhci.c
2359
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
245
xhci_ctx_get_le32(struct xhci_softc *sc, volatile uint32_t *ptr)
sys/bus/u4b/controller/xhci.c
2556
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
258
xhci_ctx_set_le64(struct xhci_softc *sc, volatile uint64_t *ptr, uint64_t val)
sys/bus/u4b/controller/xhci.c
272
xhci_ctx_get_le64(struct xhci_softc *sc, volatile uint64_t *ptr)
sys/bus/u4b/controller/xhci.c
2727
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
2811
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
2827
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
2857
struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus);
sys/bus/u4b/controller/xhci.c
286
xhci_reset_command_queue_locked(struct xhci_softc *sc)
sys/bus/u4b/controller/xhci.c
2956
struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus);
sys/bus/u4b/controller/xhci.c
3040
xhci_root_intr(struct xhci_softc *sc)
sys/bus/u4b/controller/xhci.c
3300
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
349
xhci_start_controller(struct xhci_softc *sc)
sys/bus/u4b/controller/xhci.c
3729
struct xhci_softc *sc;
sys/bus/u4b/controller/xhci.c
3830
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
3851
struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus);
sys/bus/u4b/controller/xhci.c
3992
struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus);
sys/bus/u4b/controller/xhci.c
4004
struct xhci_softc *sc;
sys/bus/u4b/controller/xhci.c
4090
struct xhci_softc *sc;
sys/bus/u4b/controller/xhci.c
4123
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
4196
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
4257
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
4292
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
4326
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
4363
struct xhci_softc *sc = XHCI_BUS2SC(udev->bus);
sys/bus/u4b/controller/xhci.c
572
xhci_halt_controller(struct xhci_softc *sc)
sys/bus/u4b/controller/xhci.c
602
xhci_init(struct xhci_softc *sc, device_t self, uint8_t dma32)
sys/bus/u4b/controller/xhci.c
675
xhci_uninit(struct xhci_softc *sc)
sys/bus/u4b/controller/xhci.c
692
struct xhci_softc *sc = XHCI_BUS2SC(bus);
sys/bus/u4b/controller/xhci.c
79
((struct xhci_softc *)(((uint8_t *)(bus)) - \
sys/bus/u4b/controller/xhci.c
80
((uint8_t *)&(((struct xhci_softc *)0)->sc_bus))))
sys/bus/u4b/controller/xhci.c
888
xhci_check_transfer(struct xhci_softc *sc, struct xhci_trb *trb)
sys/bus/u4b/controller/xhci.h
564
usb_error_t xhci_halt_controller(struct xhci_softc *);
sys/bus/u4b/controller/xhci.h
565
usb_error_t xhci_init(struct xhci_softc *, device_t, uint8_t);
sys/bus/u4b/controller/xhci.h
566
usb_error_t xhci_start_controller(struct xhci_softc *);
sys/bus/u4b/controller/xhci.h
567
void xhci_interrupt(struct xhci_softc *);
sys/bus/u4b/controller/xhci.h
568
void xhci_interrupt_locked(struct xhci_softc *);
sys/bus/u4b/controller/xhci.h
569
void xhci_uninit(struct xhci_softc *);
sys/bus/u4b/controller/xhci_pci.c
154
struct xhci_softc *sc = _sc;
sys/bus/u4b/controller/xhci_pci.c
188
struct xhci_softc *sc = device_get_softc(self);
sys/bus/u4b/controller/xhci_pci.c
352
struct xhci_softc *sc = device_get_softc(self);
sys/bus/u4b/controller/xhci_pci.c
386
struct xhci_softc *sc = device_get_softc(self);
sys/bus/u4b/controller/xhci_pci.c
80
.size = sizeof(struct xhci_softc),