Symbol: ehci_softc_t
sys/arch/arm/imx/imx23_usbc.c
142
ehci_softc_t *hsc = &sc->sc_hsc;
sys/arch/arm/imx/imxusb.c
87
ehci_softc_t *hsc = &sc->sc_hsc;
sys/arch/arm/imx/imxusbvar.h
76
ehci_softc_t sc_hsc;
sys/arch/arm/nxp/imx6_usb.c
285
ehci_softc_t *hsc = &sc->sc_hsc;
sys/arch/arm/xilinx/zynq7000_usb.c
81
ehci_softc_t *hsc = &sc->sc_hsc;
sys/arch/arm/xilinx/zynq_usb.c
70
ehci_softc_t *hsc = &sc->sc_hsc;
sys/arch/arm/xilinx/zynq_usbvar.h
48
ehci_softc_t sc_hsc;
sys/arch/i386/pci/gcscehci.c
69
ehci_softc_t sc;
sys/arch/mips/atheros/dev/ehci_arbus.c
67
CFATTACH_DECL_NEW(ehci_arbus, sizeof (ehci_softc_t),
sys/arch/mips/atheros/dev/ehci_arbus.c
89
ehci_softc_t *sc = device_private(self);
sys/arch/mips/rmi/rmixl_ehci.c
61
CFATTACH_DECL_NEW(rmixl_ehci, sizeof (ehci_softc_t),
sys/arch/mips/rmi/rmixl_ehci.c
79
ehci_softc_t * const sc = device_private(self);
sys/arch/powerpc/booke/dev/pq3ehci.c
80
ehci_softc_t sc;
sys/dev/cardbus/ehci_cardbus.c
73
ehci_softc_t sc;
sys/dev/marvell/ehci_mv.c
155
ehci_softc_t sc;
sys/dev/pci/ehci_pci.c
351
ehci_dump_caps(ehci_softc_t *sc, pci_chipset_tag_t pc, pcitag_t tag)
sys/dev/pci/ehci_pci.c
380
ehci_release_ownership(ehci_softc_t *sc, pci_chipset_tag_t pc, pcitag_t tag)
sys/dev/pci/ehci_pci.c
408
ehci_get_ownership(ehci_softc_t *sc, pci_chipset_tag_t pc, pcitag_t tag)
sys/dev/pci/ehci_pci.c
75
static void ehci_release_ownership(ehci_softc_t *, pci_chipset_tag_t, pcitag_t);
sys/dev/pci/ehci_pci.c
76
static void ehci_get_ownership(ehci_softc_t *, pci_chipset_tag_t, pcitag_t);
sys/dev/pci/ehci_pci.c
81
ehci_softc_t sc;
sys/dev/usb/ehci.c
1030
ehci_check_itd_intr(ehci_softc_t *sc, struct ehci_xfer *ex, ex_completeq_t *cq)
sys/dev/usb/ehci.c
1076
ehci_check_sitd_intr(ehci_softc_t *sc, struct ehci_xfer *ex, ex_completeq_t *cq)
sys/dev/usb/ehci.c
1366
ehci_softc_t *sc = EHCI_BUS2SC(bus);
sys/dev/usb/ehci.c
1471
ehci_softc_t *sc = device_private(dv);
sys/dev/usb/ehci.c
1521
ehci_softc_t *sc = device_private(dv);
sys/dev/usb/ehci.c
1585
ehci_softc_t *sc = device_private(self);
sys/dev/usb/ehci.c
167
Static int ehci_intr1(ehci_softc_t *);
sys/dev/usb/ehci.c
1676
ehci_softc_t *sc = theehci;
sys/dev/usb/ehci.c
168
Static void ehci_check_qh_intr(ehci_softc_t *, struct ehci_xfer *,
sys/dev/usb/ehci.c
1693
ehci_dump_regs(ehci_softc_t *sc)
sys/dev/usb/ehci.c
170
Static void ehci_check_itd_intr(ehci_softc_t *, struct ehci_xfer *,
sys/dev/usb/ehci.c
172
Static void ehci_check_sitd_intr(ehci_softc_t *, struct ehci_xfer *,
sys/dev/usb/ehci.c
1961
ehci_softc_t *sc = EHCI_PIPE2SC(pipe);
sys/dev/usb/ehci.c
2170
ehci_add_qh(ehci_softc_t *sc, ehci_soft_qh_t *sqh, ehci_soft_qh_t *head)
sys/dev/usb/ehci.c
2203
ehci_rem_qh(ehci_softc_t *sc, ehci_soft_qh_t *sqh, ehci_soft_qh_t *head)
sys/dev/usb/ehci.c
2270
ehci_sync_hc(ehci_softc_t *sc)
sys/dev/usb/ehci.c
2322
ehci_remove_itd_chain(ehci_softc_t *sc, struct ehci_soft_itd *itd)
sys/dev/usb/ehci.c
235
Static void ehci_disown(ehci_softc_t *, int, int);
sys/dev/usb/ehci.c
2356
ehci_free_itd_chain(ehci_softc_t *sc, struct ehci_soft_itd *itd)
sys/dev/usb/ehci.c
237
Static ehci_soft_qh_t * ehci_alloc_sqh(ehci_softc_t *);
sys/dev/usb/ehci.c
2370
ehci_remove_sitd_chain(ehci_softc_t *sc, struct ehci_soft_sitd *sitd)
sys/dev/usb/ehci.c
238
Static void ehci_free_sqh(ehci_softc_t *, ehci_soft_qh_t *);
sys/dev/usb/ehci.c
240
Static ehci_soft_qtd_t *ehci_alloc_sqtd(ehci_softc_t *);
sys/dev/usb/ehci.c
2404
ehci_free_sitd_chain(ehci_softc_t *sc, struct ehci_soft_sitd *sitd)
sys/dev/usb/ehci.c
241
Static void ehci_free_sqtd(ehci_softc_t *, ehci_soft_qtd_t *);
sys/dev/usb/ehci.c
242
Static int ehci_alloc_sqtd_chain(ehci_softc_t *,
sys/dev/usb/ehci.c
2422
ehci_softc_t *sc = EHCI_BUS2SC(bus);
sys/dev/usb/ehci.c
244
Static void ehci_free_sqtds(ehci_softc_t *, struct ehci_xfer *);
sys/dev/usb/ehci.c
246
Static void ehci_reset_sqtd_chain(ehci_softc_t *, struct usbd_xfer *,
sys/dev/usb/ehci.c
250
Static ehci_soft_itd_t *ehci_alloc_itd(ehci_softc_t *);
sys/dev/usb/ehci.c
252
ehci_alloc_sitd(ehci_softc_t *);
sys/dev/usb/ehci.c
254
Static void ehci_remove_itd_chain(ehci_softc_t *, ehci_soft_itd_t *);
sys/dev/usb/ehci.c
255
Static void ehci_remove_sitd_chain(ehci_softc_t *, ehci_soft_sitd_t *);
sys/dev/usb/ehci.c
256
Static void ehci_free_itd_chain(ehci_softc_t *, ehci_soft_itd_t *);
sys/dev/usb/ehci.c
257
Static void ehci_free_sitd_chain(ehci_softc_t *, ehci_soft_sitd_t *);
sys/dev/usb/ehci.c
260
ehci_free_itd_locked(ehci_softc_t *sc, ehci_soft_itd_t *itd)
sys/dev/usb/ehci.c
267
ehci_free_sitd_locked(ehci_softc_t *sc, ehci_soft_sitd_t *sitd)
sys/dev/usb/ehci.c
275
Static usbd_status ehci_device_setintr(ehci_softc_t *, ehci_soft_qh_t *,
sys/dev/usb/ehci.c
2750
ehci_softc_t *sc = arg;
sys/dev/usb/ehci.c
2762
ehci_disown_sched_callback(ehci_softc_t *sc)
sys/dev/usb/ehci.c
278
Static void ehci_add_qh(ehci_softc_t *, ehci_soft_qh_t *,
sys/dev/usb/ehci.c
2789
ehci_disown(ehci_softc_t *sc, int index, int lowspeed)
sys/dev/usb/ehci.c
280
Static void ehci_rem_qh(ehci_softc_t *, ehci_soft_qh_t *,
sys/dev/usb/ehci.c
283
Static void ehci_sync_hc(ehci_softc_t *);
sys/dev/usb/ehci.c
2835
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
2853
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
2876
ehci_softc_t *sc __diagused = EHCI_PIPE2SC(pipe);
sys/dev/usb/ehci.c
289
Static ehci_softc_t *theehci;
sys/dev/usb/ehci.c
2905
ehci_alloc_sqh(ehci_softc_t *sc)
sys/dev/usb/ehci.c
294
Static void ehci_dump_regs(ehci_softc_t *);
sys/dev/usb/ehci.c
2961
ehci_free_sqh(ehci_softc_t *sc, ehci_soft_qh_t *sqh)
sys/dev/usb/ehci.c
2970
ehci_alloc_sqtd(ehci_softc_t *sc)
sys/dev/usb/ehci.c
3028
ehci_free_sqtd(ehci_softc_t *sc, ehci_soft_qtd_t *sqtd)
sys/dev/usb/ehci.c
3038
ehci_alloc_sqtd_chain(ehci_softc_t *sc, struct usbd_xfer *xfer,
sys/dev/usb/ehci.c
308
ehci_add_intr_list(ehci_softc_t *sc, struct ehci_xfer *ex)
sys/dev/usb/ehci.c
3083
ehci_free_sqtds(ehci_softc_t *sc, struct ehci_xfer *exfer)
sys/dev/usb/ehci.c
3114
ehci_reset_sqtd_chain(ehci_softc_t *sc, struct usbd_xfer *xfer,
sys/dev/usb/ehci.c
315
ehci_del_intr_list(ehci_softc_t *sc, struct ehci_xfer *ex)
sys/dev/usb/ehci.c
3236
ehci_alloc_itd(ehci_softc_t *sc)
sys/dev/usb/ehci.c
3298
ehci_alloc_sitd(ehci_softc_t *sc)
sys/dev/usb/ehci.c
3368
ehci_softc_t *sc = EHCI_PIPE2SC(pipe);
sys/dev/usb/ehci.c
3388
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
3511
ehci_softc_t *sc;
sys/dev/usb/ehci.c
3613
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
3685
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
3712
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
3874
ehci_softc_t *sc __diagused = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
3909
ehci_softc_t *sc = EHCI_PIPE2SC(pipe);
sys/dev/usb/ehci.c
3937
ehci_softc_t *sc = arg;
sys/dev/usb/ehci.c
3949
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
3968
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
3991
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
407
ehci_init(ehci_softc_t *sc)
sys/dev/usb/ehci.c
4077
ehci_softc_t *sc = EHCI_PIPE2SC(pipe);
sys/dev/usb/ehci.c
4092
ehci_softc_t *sc __diagused = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4113
ehci_device_setintr(ehci_softc_t *sc, ehci_soft_qh_t *sqh, int ival)
sys/dev/usb/ehci.c
4141
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4167
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4190
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4275
ehci_softc_t *sc = EHCI_PIPE2SC(pipe);
sys/dev/usb/ehci.c
4288
ehci_softc_t *sc __diagused = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4313
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4402
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4413
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4654
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4673
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4768
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
4779
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
5039
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
sys/dev/usb/ehci.c
737
ehci_softc_t *sc = v;
sys/dev/usb/ehci.c
768
ehci_intr1(ehci_softc_t *sc)
sys/dev/usb/ehci.c
837
ehci_softc_t *sc = addr;
sys/dev/usb/ehci.c
851
ehci_softc_t *sc = addr;
sys/dev/usb/ehci.c
890
ehci_softc_t *sc = EHCI_BUS2SC(bus);
sys/dev/usb/ehci.c
948
ehci_check_qh_intr(ehci_softc_t *sc, struct ehci_xfer *ex, ex_completeq_t *cq)
sys/dev/usb/ehcivar.h
302
int ehci_init(ehci_softc_t *);
sys/dev/usb/ehcivar.h
304
int ehci_detach(ehci_softc_t *, int);