Symbol: ehci_softc
sys/arch/armv7/exynos/exehci.c
85
struct ehci_softc sc;
sys/arch/armv7/omap/omehci.c
75
struct ehci_softc sc;
sys/arch/octeon/dev/octehci.c
40
struct ehci_softc sc_ehci;
sys/dev/acpi/ehci_acpi.c
40
struct ehci_softc sc;
sys/dev/cardbus/ehci_cardbus.c
55
struct ehci_softc sc;
sys/dev/fdt/ehci_fdt.c
47
struct ehci_softc sc;
sys/dev/fdt/imxehci.c
89
struct ehci_softc sc;
sys/dev/pci/ehci_pci.c
60
struct ehci_softc sc;
sys/dev/usb/ehci.c
1089
ehci_reset(struct ehci_softc *sc)
sys/dev/usb/ehci.c
1168
ehci_dump_regs(struct ehci_softc *sc)
sys/dev/usb/ehci.c
118
int ehci_intr1(struct ehci_softc *);
sys/dev/usb/ehci.c
119
void ehci_check_intr(struct ehci_softc *, struct usbd_xfer *);
sys/dev/usb/ehci.c
120
void ehci_check_qh_intr(struct ehci_softc *, struct usbd_xfer *);
sys/dev/usb/ehci.c
121
void ehci_check_itd_intr(struct ehci_softc *, struct usbd_xfer *);
sys/dev/usb/ehci.c
1358
struct ehci_softc *sc = (struct ehci_softc *)dev->bus;
sys/dev/usb/ehci.c
1561
ehci_rem_qh(struct ehci_softc *sc, struct ehci_soft_qh *sqh)
sys/dev/usb/ehci.c
1620
ehci_sync_hc(struct ehci_softc *sc)
sys/dev/usb/ehci.c
1648
ehci_rem_itd_chain(struct ehci_softc *sc, struct ehci_xfer *ex)
sys/dev/usb/ehci.c
1685
ehci_free_itd_chain(struct ehci_softc *sc, struct ehci_xfer *ex)
sys/dev/usb/ehci.c
169
void ehci_pcd(struct ehci_softc *, struct usbd_xfer *);
sys/dev/usb/ehci.c
170
void ehci_disown(struct ehci_softc *, int, int);
sys/dev/usb/ehci.c
172
struct ehci_soft_qh *ehci_alloc_sqh(struct ehci_softc *);
sys/dev/usb/ehci.c
173
void ehci_free_sqh(struct ehci_softc *, struct ehci_soft_qh *);
sys/dev/usb/ehci.c
175
struct ehci_soft_qtd *ehci_alloc_sqtd(struct ehci_softc *);
sys/dev/usb/ehci.c
176
void ehci_free_sqtd(struct ehci_softc *, struct ehci_soft_qtd *);
sys/dev/usb/ehci.c
177
usbd_status ehci_alloc_sqtd_chain(struct ehci_softc *, u_int,
sys/dev/usb/ehci.c
179
void ehci_free_sqtd_chain(struct ehci_softc *, struct ehci_xfer *);
sys/dev/usb/ehci.c
1796
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
181
struct ehci_soft_itd *ehci_alloc_itd(struct ehci_softc *);
sys/dev/usb/ehci.c
182
void ehci_free_itd(struct ehci_softc *, struct ehci_soft_itd *);
sys/dev/usb/ehci.c
183
void ehci_rem_itd_chain(struct ehci_softc *, struct ehci_xfer *);
sys/dev/usb/ehci.c
184
void ehci_free_itd_chain(struct ehci_softc *, struct ehci_xfer *);
sys/dev/usb/ehci.c
185
int ehci_alloc_itd_chain(struct ehci_softc *, struct usbd_xfer *);
sys/dev/usb/ehci.c
186
int ehci_alloc_sitd_chain(struct ehci_softc *, struct usbd_xfer *);
sys/dev/usb/ehci.c
190
usbd_status ehci_device_setintr(struct ehci_softc *, struct ehci_soft_qh *,
sys/dev/usb/ehci.c
194
void ehci_rem_qh(struct ehci_softc *, struct ehci_soft_qh *);
sys/dev/usb/ehci.c
196
void ehci_sync_hc(struct ehci_softc *);
sys/dev/usb/ehci.c
202
void ehci_dump_regs(struct ehci_softc *);
sys/dev/usb/ehci.c
204
struct ehci_softc *theehci;
sys/dev/usb/ehci.c
2170
ehci_disown(struct ehci_softc *sc, int index, int lowspeed)
sys/dev/usb/ehci.c
2216
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
2229
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
2251
ehci_alloc_sqh(struct ehci_softc *sc)
sys/dev/usb/ehci.c
2288
ehci_free_sqh(struct ehci_softc *sc, struct ehci_soft_qh *sqh)
sys/dev/usb/ehci.c
2299
ehci_alloc_sqtd(struct ehci_softc *sc)
sys/dev/usb/ehci.c
2336
ehci_free_sqtd(struct ehci_softc *sc, struct ehci_soft_qtd *sqtd)
sys/dev/usb/ehci.c
2347
ehci_alloc_sqtd_chain(struct ehci_softc *sc, u_int alen, struct usbd_xfer *xfer,
sys/dev/usb/ehci.c
2491
ehci_free_sqtd_chain(struct ehci_softc *sc, struct ehci_xfer *ex)
sys/dev/usb/ehci.c
2507
ehci_alloc_itd(struct ehci_softc *sc)
sys/dev/usb/ehci.c
2567
ehci_free_itd(struct ehci_softc *sc, struct ehci_soft_itd *itd)
sys/dev/usb/ehci.c
2584
struct ehci_softc *sc = (struct ehci_softc *)pipe->device->bus;
sys/dev/usb/ehci.c
2609
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
2718
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
2798
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
2835
struct ehci_softc *sc = arg;
sys/dev/usb/ehci.c
2864
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
295
ehci_init(struct ehci_softc *sc)
sys/dev/usb/ehci.c
2978
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
3017
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
3081
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
3090
ehci_device_setintr(struct ehci_softc *sc, struct ehci_soft_qh *sqh, int ival)
sys/dev/usb/ehci.c
3131
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
3198
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
3258
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
3374
ehci_alloc_itd_chain(struct ehci_softc *sc, struct usbd_xfer *xfer)
sys/dev/usb/ehci.c
3501
ehci_alloc_sitd_chain(struct ehci_softc *sc, struct usbd_xfer *xfer)
sys/dev/usb/ehci.c
3603
struct ehci_softc *sc = (struct ehci_softc *)xfer->device->bus;
sys/dev/usb/ehci.c
498
struct ehci_softc *sc = v;
sys/dev/usb/ehci.c
516
ehci_intr1(struct ehci_softc *sc)
sys/dev/usb/ehci.c
576
ehci_pcd(struct ehci_softc *sc, struct usbd_xfer *xfer)
sys/dev/usb/ehci.c
637
struct ehci_softc *sc = v;
sys/dev/usb/ehci.c
676
ehci_check_intr(struct ehci_softc *sc, struct usbd_xfer *xfer)
sys/dev/usb/ehci.c
687
ehci_check_qh_intr(struct ehci_softc *sc, struct usbd_xfer *xfer)
sys/dev/usb/ehci.c
741
ehci_check_itd_intr(struct ehci_softc *sc, struct usbd_xfer *xfer)
sys/dev/usb/ehci.c
928
struct ehci_softc *sc = (struct ehci_softc *)bus;
sys/dev/usb/ehci.c
937
struct ehci_softc *sc = (struct ehci_softc *)self;
sys/dev/usb/ehci.c
962
struct ehci_softc *sc = (struct ehci_softc *)self;
sys/dev/usb/ehcivar.h
182
usbd_status ehci_init(struct ehci_softc *);
sys/dev/usb/ehcivar.h
186
usbd_status ehci_reset(struct ehci_softc *);