Symbol: xhci_softc
sys/arch/arm/nvidia/tegra_xusb.c
163
struct xhci_softc sc_xhci;
sys/arch/arm/nvidia/tegra_xusb.c
211
struct xhci_softc * const sc = &psc->sc_xhci;
sys/arch/arm/nvidia/tegra_xusb.c
425
struct xhci_softc * const sc = &psc->sc_xhci;
sys/arch/arm/nvidia/tegra_xusb.c
515
struct xhci_softc * const sc = &psc->sc_xhci;
sys/arch/arm/nvidia/tegra_xusb.c
627
struct xhci_softc * const sc = &psc->sc_xhci;
sys/arch/arm/nvidia/tegra_xusb.c
685
struct xhci_softc * const sc = &psc->sc_xhci;
sys/arch/arm/nvidia/tegra_xusb.c
722
const struct xhci_softc * const sc = &psc->sc_xhci;
sys/arch/arm/nvidia/tegra_xusb.c
739
struct xhci_softc * const sc = &psc->sc_xhci;
sys/arch/arm/nvidia/tegra_xusb.c
806
struct xhci_softc * const sc = &psc->sc_xhci;
sys/arch/arm/nvidia/tegra_xusb.c
948
struct xhci_softc * const sc = &psc->sc_xhci;
sys/arch/mips/cavium/dev/octeon_xhci.c
340
octxhci_dwc3_init(struct xhci_softc *sc)
sys/arch/mips/cavium/dev/octeon_xhci.c
48
struct xhci_softc sc_xhci;
sys/arch/mips/cavium/dev/octeon_xhci.c
58
static int octxhci_dwc3_init(struct xhci_softc *);
sys/arch/mips/cavium/dev/octeon_xhci.c
85
struct xhci_softc *sc = &osc->sc_xhci;
sys/dev/acpi/xhci_acpi.c
211
xhci_acpi_init(struct xhci_softc *sc)
sys/dev/acpi/xhci_acpi.c
71
struct xhci_softc sc_xhci;
sys/dev/acpi/xhci_acpi.c
78
static void xhci_acpi_init(struct xhci_softc *);
sys/dev/acpi/xhci_acpi.c
96
struct xhci_softc * const sc = &asc->sc_xhci;
sys/dev/fdt/cdns3_fdt.c
47
struct xhci_softc sc_xhci;
sys/dev/fdt/cdns3_fdt.c
89
struct xhci_softc * const sc = &cfsc->sc_xhci;
sys/dev/fdt/dwc3_fdt.c
100
dwc3_fdt_soft_reset(struct xhci_softc *sc)
sys/dev/fdt/dwc3_fdt.c
126
dwc3_fdt_enable_phy(struct xhci_softc *sc, const int phandle, u_int rev)
sys/dev/fdt/dwc3_fdt.c
195
dwc3_fdt_set_mode(struct xhci_softc *sc, u_int mode)
sys/dev/fdt/dwc3_fdt.c
232
struct xhci_softc * const sc = device_private(self);
sys/dev/fdt/dwc3_fdt.c
86
CFATTACH_DECL2_NEW(dwc3_fdt, sizeof(struct xhci_softc),
sys/dev/pci/xhci_pci.c
122
struct xhci_softc * const sc = &psc->sc_xhci;
sys/dev/pci/xhci_pci.c
321
struct xhci_softc * const sc = &psc->sc_xhci;
sys/dev/pci/xhci_pci.c
62
struct xhci_softc sc_xhci;
sys/dev/pci/xhci_pci.c
85
struct xhci_softc * const sc = &psc->sc_xhci;
sys/dev/usb/xhci.c
1164
xhci_hc_reset(struct xhci_softc * const sc)
sys/dev/usb/xhci.c
1222
xhci_id_protocols(struct xhci_softc *sc, bus_size_t ecp)
sys/dev/usb/xhci.c
1290
xhci_ecp(struct xhci_softc *sc)
sys/dev/usb/xhci.c
1387
xhci_start(struct xhci_softc *sc)
sys/dev/usb/xhci.c
1405
xhci_init(struct xhci_softc *sc)
sys/dev/usb/xhci.c
145
static int xhci_intr1(struct xhci_softc * const);
sys/dev/usb/xhci.c
165
static usbd_status xhci_stop_endpoint_cmd(struct xhci_softc *,
sys/dev/usb/xhci.c
172
static usbd_status xhci_do_command(struct xhci_softc * const,
sys/dev/usb/xhci.c
1731
xhci_polling_p(struct xhci_softc * const sc)
sys/dev/usb/xhci.c
1739
struct xhci_softc * const sc = v;
sys/dev/usb/xhci.c
174
static usbd_status xhci_do_command_locked(struct xhci_softc * const,
sys/dev/usb/xhci.c
177
static void xhci_free_slot(struct xhci_softc *, struct xhci_slot *);
sys/dev/usb/xhci.c
1779
xhci_intr1(struct xhci_softc * const sc)
sys/dev/usb/xhci.c
179
static usbd_status xhci_enable_slot(struct xhci_softc * const,
sys/dev/usb/xhci.c
181
static usbd_status xhci_disable_slot(struct xhci_softc * const, uint8_t);
sys/dev/usb/xhci.c
182
static usbd_status xhci_address_device(struct xhci_softc * const,
sys/dev/usb/xhci.c
184
static void xhci_set_dcba(struct xhci_softc * const, uint64_t, int);
sys/dev/usb/xhci.c
185
static usbd_status xhci_update_ep0_mps(struct xhci_softc * const,
sys/dev/usb/xhci.c
187
static usbd_status xhci_ring_init(struct xhci_softc * const,
sys/dev/usb/xhci.c
189
static void xhci_ring_free(struct xhci_softc * const,
sys/dev/usb/xhci.c
1890
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
1948
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
1976
xhci_stop_endpoint_cmd(struct xhci_softc *sc, struct xhci_slot *xs, u_int dci,
sys/dev/usb/xhci.c
2002
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
2025
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
2062
struct xhci_softc * const sc = XHCI_BUS2SC(dev->ud_bus);
sys/dev/usb/xhci.c
2149
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
2226
struct xhci_softc * const sc = XHCI_XFER2SC(xfer);
sys/dev/usb/xhci.c
2263
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
2313
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
2363
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
2381
xhci_rhpsc(struct xhci_softc * const sc, u_int ctlrport)
sys/dev/usb/xhci.c
2415
xhci_event_transfer(struct xhci_softc * const sc,
sys/dev/usb/xhci.c
2611
xhci_event_cmd(struct xhci_softc * const sc, const struct xhci_trb * const trb)
sys/dev/usb/xhci.c
2648
xhci_handle_event(struct xhci_softc * const sc,
sys/dev/usb/xhci.c
2698
struct xhci_softc * const sc = XHCI_BUS2SC(bus);
sys/dev/usb/xhci.c
2758
struct xhci_softc * const sc = XHCI_BUS2SC(bus);
sys/dev/usb/xhci.c
2775
struct xhci_softc * const sc = XHCI_BUS2SC(bus);
sys/dev/usb/xhci.c
2802
struct xhci_softc * const sc = XHCI_BUS2SC(bus);
sys/dev/usb/xhci.c
2826
struct xhci_softc * const sc = XHCI_BUS2SC(bus);
sys/dev/usb/xhci.c
2834
struct xhci_softc * const sc = XHCI_BUS2SC(bus);
sys/dev/usb/xhci.c
2860
struct xhci_softc * const sc = XHCI_BUS2SC(bus);
sys/dev/usb/xhci.c
289
xhci_read_1(const struct xhci_softc * const sc, bus_size_t offset)
sys/dev/usb/xhci.c
301
xhci_read_2(const struct xhci_softc * const sc, bus_size_t offset)
sys/dev/usb/xhci.c
3072
xhci_ring_init(struct xhci_softc * const sc, struct xhci_ring **xrp,
sys/dev/usb/xhci.c
3104
xhci_ring_free(struct xhci_softc * const sc, struct xhci_ring ** const xr)
sys/dev/usb/xhci.c
3118
xhci_ring_put(struct xhci_softc * const sc, struct xhci_ring * const xr,
sys/dev/usb/xhci.c
313
xhci_read_4(const struct xhci_softc * const sc, bus_size_t offset)
sys/dev/usb/xhci.c
319
xhci_write_1(const struct xhci_softc * const sc, bus_size_t offset,
sys/dev/usb/xhci.c
3226
xhci_ring_put_xfer(struct xhci_softc * const sc, struct xhci_ring * const tr,
sys/dev/usb/xhci.c
3238
xhci_abort_command(struct xhci_softc *sc)
sys/dev/usb/xhci.c
3281
xhci_do_command_locked(struct xhci_softc * const sc,
sys/dev/usb/xhci.c
3357
xhci_do_command(struct xhci_softc * const sc, struct xhci_soft_trb * const trb,
sys/dev/usb/xhci.c
336
xhci_write_4(const struct xhci_softc * const sc, bus_size_t offset,
sys/dev/usb/xhci.c
3369
xhci_enable_slot(struct xhci_softc * const sc, uint8_t * const slotp)
sys/dev/usb/xhci.c
3397
xhci_disable_slot(struct xhci_softc * const sc, uint8_t slot)
sys/dev/usb/xhci.c
3435
xhci_address_device(struct xhci_softc * const sc,
sys/dev/usb/xhci.c
344
xhci_cap_read_4(const struct xhci_softc * const sc, bus_size_t offset)
sys/dev/usb/xhci.c
3465
xhci_update_ep0_mps(struct xhci_softc * const sc,
sys/dev/usb/xhci.c
3498
xhci_set_dcba(struct xhci_softc * const sc, uint64_t dcba, int si)
sys/dev/usb/xhci.c
350
xhci_op_read_4(const struct xhci_softc * const sc, bus_size_t offset)
sys/dev/usb/xhci.c
3518
struct xhci_softc * const sc = XHCI_BUS2SC(dev->ud_bus);
sys/dev/usb/xhci.c
3555
xhci_free_slot(struct xhci_softc *sc, struct xhci_slot *xs)
sys/dev/usb/xhci.c
356
xhci_op_write_4(const struct xhci_softc * const sc, bus_size_t offset,
sys/dev/usb/xhci.c
3579
struct xhci_softc * const sc = XHCI_BUS2SC(dev->ud_bus);
sys/dev/usb/xhci.c
3611
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
363
xhci_op_read_8(const struct xhci_softc * const sc, bus_size_t offset)
sys/dev/usb/xhci.c
3700
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
379
xhci_op_write_8(const struct xhci_softc * const sc, bus_size_t offset,
sys/dev/usb/xhci.c
3906
struct xhci_softc * const sc = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
393
xhci_rt_read_4(const struct xhci_softc * const sc, bus_size_t offset)
sys/dev/usb/xhci.c
399
xhci_rt_write_4(const struct xhci_softc * const sc, bus_size_t offset,
sys/dev/usb/xhci.c
406
xhci_rt_read_8(const struct xhci_softc * const sc, bus_size_t offset)
sys/dev/usb/xhci.c
4092
struct xhci_softc * const sc = XHCI_BUS2SC(bus);
sys/dev/usb/xhci.c
422
xhci_rt_write_8(const struct xhci_softc * const sc, bus_size_t offset,
sys/dev/usb/xhci.c
4360
struct xhci_softc *sc = XHCI_BUS2SC(bus);
sys/dev/usb/xhci.c
437
xhci_db_read_4(const struct xhci_softc * const sc, bus_size_t offset)
sys/dev/usb/xhci.c
4385
struct xhci_softc * const sc = XHCI_XFER2SC(xfer);
sys/dev/usb/xhci.c
4405
struct xhci_softc * const sc = XHCI_XFER2SC(xfer);
sys/dev/usb/xhci.c
4429
struct xhci_softc * const sc __diagused = XHCI_PIPE2SC(pipe);
sys/dev/usb/xhci.c
444
xhci_db_write_4(const struct xhci_softc * const sc, bus_size_t offset,
sys/dev/usb/xhci.c
4447
struct xhci_softc * const sc = XHCI_XFER2SC(xfer);
sys/dev/usb/xhci.c
4475
struct xhci_softc * const sc = XHCI_XFER2SC(xfer);
sys/dev/usb/xhci.c
4606
struct xhci_softc * const sc = XHCI_XFER2SC(xfer);
sys/dev/usb/xhci.c
4761
struct xhci_softc * const sc = XHCI_XFER2SC(xfer);
sys/dev/usb/xhci.c
4891
struct xhci_softc * const sc = XHCI_XFER2SC(xfer);
sys/dev/usb/xhci.c
4957
struct xhci_softc * const sc __diagused = XHCI_XFER2SC(xfer);
sys/dev/usb/xhci.c
4977
struct xhci_softc * const sc __diagused = XHCI_XFER2SC(xfer);
sys/dev/usb/xhci.c
500
xhci_slot_get_dcv(struct xhci_softc * const sc, struct xhci_slot * const xs,
sys/dev/usb/xhci.c
508
xhci_slot_get_dcp(struct xhci_softc * const sc, struct xhci_slot * const xs,
sys/dev/usb/xhci.c
516
xhci_slot_get_icv(struct xhci_softc * const sc, struct xhci_slot * const xs,
sys/dev/usb/xhci.c
523
xhci_slot_get_icp(struct xhci_softc * const sc, struct xhci_slot * const xs,
sys/dev/usb/xhci.c
577
xhci_get_epstate(struct xhci_softc * const sc, struct xhci_slot * const xs,
sys/dev/usb/xhci.c
588
xhci_ctlrport2bus(struct xhci_softc * const sc, unsigned int ctlrport)
sys/dev/usb/xhci.c
600
xhci_ctlrport2rhport(struct xhci_softc * const sc, unsigned int ctrlport)
sys/dev/usb/xhci.c
610
xhci_rhport2ctlrport(struct xhci_softc * const sc, unsigned int bn,
sys/dev/usb/xhci.c
622
struct xhci_softc * const sc = device_private(self);
sys/dev/usb/xhci.c
634
xhci_detach(struct xhci_softc *sc, int flags)
sys/dev/usb/xhci.c
696
struct xhci_softc * const sc = device_private(self);
sys/dev/usb/xhci.c
710
struct xhci_softc * const sc = device_private(self);
sys/dev/usb/xhci.c
936
struct xhci_softc * const sc = device_private(self);
sys/dev/usb/xhcivar.h
147
void (*sc_vendor_init)(struct xhci_softc *);
sys/dev/usb/xhcivar.h
148
int (*sc_vendor_port_status)(struct xhci_softc *, uint32_t, int);
sys/dev/usb/xhcivar.h
170
int xhci_init(struct xhci_softc *);
sys/dev/usb/xhcivar.h
171
void xhci_start(struct xhci_softc *);
sys/dev/usb/xhcivar.h
173
int xhci_detach(struct xhci_softc *, int);