Symbol: ohci_softc_t
sys/arch/arm/s3c2xx0/ohci_s3c24x0.c
64
ohci_softc_t sc;
sys/arch/arm/xscale/pxa2x0_ohci.c
42
ohci_softc_t sc;
sys/arch/mips/alchemy/dev/ohci_aubus.c
58
CFATTACH_DECL_NEW(ohci_aubus, sizeof (ohci_softc_t),
sys/arch/mips/alchemy/dev/ohci_aubus.c
75
ohci_softc_t *sc = device_private(self);
sys/arch/mips/atheros/dev/ohci_arbus.c
57
CFATTACH_DECL_NEW(ohci_arbus, sizeof (ohci_softc_t),
sys/arch/mips/atheros/dev/ohci_arbus.c
86
ohci_softc_t * const sc = device_private(self);
sys/arch/mips/rmi/rmixl_ohci.c
61
CFATTACH_DECL_NEW(rmixl_ohci, sizeof (ohci_softc_t),
sys/arch/mips/rmi/rmixl_ohci.c
80
ohci_softc_t * const sc = device_private(self);
sys/arch/powerpc/mpc5200/mpc5200_ohci.c
94
ohci_softc_t *sc = &msc->sc;
sys/arch/powerpc/mpc5200/mpc5200_ohcivar.h
44
ohci_softc_t sc;
sys/dev/cardbus/ohci_cardbus.c
75
ohci_softc_t sc;
sys/dev/pci/ohci_pci.c
60
ohci_softc_t sc;
sys/dev/usb/ohci.c
1112
ohci_softc_t *sc = OHCI_BUS2SC(bus);
sys/dev/usb/ohci.c
1129
ohci_softc_t *sc = OHCI_BUS2SC(bus);
sys/dev/usb/ohci.c
1143
ohci_softc_t *sc = OHCI_BUS2SC(bus);
sys/dev/usb/ohci.c
1151
ohci_softc_t *sc = OHCI_BUS2SC(bus);
sys/dev/usb/ohci.c
1162
ohci_softc_t *sc = device_private(self);
sys/dev/usb/ohci.c
1178
ohci_softc_t *sc = device_private(dv);
sys/dev/usb/ohci.c
1208
ohci_softc_t *sc = device_private(dv);
sys/dev/usb/ohci.c
1230
ohci_dumpregs(ohci_softc_t *sc)
sys/dev/usb/ohci.c
1276
Static int ohci_intr1(ohci_softc_t *);
sys/dev/usb/ohci.c
1281
ohci_softc_t *sc = p;
sys/dev/usb/ohci.c
130
Static ohci_soft_ed_t *ohci_alloc_sed(ohci_softc_t *);
sys/dev/usb/ohci.c
131
Static void ohci_free_sed(ohci_softc_t *, ohci_soft_ed_t *);
sys/dev/usb/ohci.c
1312
ohci_intr1(ohci_softc_t *sc)
sys/dev/usb/ohci.c
133
Static ohci_soft_td_t *ohci_alloc_std(ohci_softc_t *);
sys/dev/usb/ohci.c
134
Static void ohci_free_std(ohci_softc_t *, ohci_soft_td_t *);
sys/dev/usb/ohci.c
135
Static void ohci_free_std_locked(ohci_softc_t *, ohci_soft_td_t *);
sys/dev/usb/ohci.c
137
Static ohci_soft_itd_t *ohci_alloc_sitd(ohci_softc_t *);
sys/dev/usb/ohci.c
138
Static void ohci_free_sitd(ohci_softc_t *,ohci_soft_itd_t *);
sys/dev/usb/ohci.c
139
Static void ohci_free_sitd_locked(ohci_softc_t *,
sys/dev/usb/ohci.c
1410
ohci_softc_t *sc = v_sc;
sys/dev/usb/ohci.c
142
Static int ohci_alloc_std_chain(ohci_softc_t *, struct usbd_xfer *,
sys/dev/usb/ohci.c
144
Static void ohci_free_stds(ohci_softc_t *, struct ohci_xfer *);
sys/dev/usb/ohci.c
1445
ohci_softc_t *sc = OHCI_BUS2SC(bus);
sys/dev/usb/ohci.c
146
Static void ohci_reset_std_chain(ohci_softc_t *, struct usbd_xfer *,
sys/dev/usb/ohci.c
152
Static void ohci_rhsc(ohci_softc_t *, struct usbd_xfer *);
sys/dev/usb/ohci.c
155
Static void ohci_add_ed(ohci_softc_t *, ohci_soft_ed_t *,
sys/dev/usb/ohci.c
158
Static void ohci_rem_ed(ohci_softc_t *, ohci_soft_ed_t *,
sys/dev/usb/ohci.c
160
Static void ohci_hash_add_td(ohci_softc_t *, ohci_soft_td_t *);
sys/dev/usb/ohci.c
161
Static void ohci_hash_rem_td(ohci_softc_t *, ohci_soft_td_t *);
sys/dev/usb/ohci.c
162
Static ohci_soft_td_t *ohci_hash_find_td(ohci_softc_t *, ohci_physaddr_t);
sys/dev/usb/ohci.c
163
Static void ohci_hash_add_itd(ohci_softc_t *, ohci_soft_itd_t *);
sys/dev/usb/ohci.c
164
Static void ohci_hash_rem_itd(ohci_softc_t *, ohci_soft_itd_t *);
sys/dev/usb/ohci.c
165
Static ohci_soft_itd_t *ohci_hash_find_itd(ohci_softc_t *, ohci_physaddr_t);
sys/dev/usb/ohci.c
1692
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
1712
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
1729
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
1746
ohci_softc_t *sc = arg;
sys/dev/usb/ohci.c
1759
ohci_rhsc(ohci_softc_t *sc, struct usbd_xfer *xfer)
sys/dev/usb/ohci.c
1798
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
1811
ohci_softc_t *sc = OHCI_BUS2SC(bus);
sys/dev/usb/ohci.c
1835
ohci_add_ed(ohci_softc_t *sc, ohci_soft_ed_t *sed, ohci_soft_ed_t *head)
sys/dev/usb/ohci.c
1862
ohci_rem_ed(ohci_softc_t *sc, ohci_soft_ed_t *sed, ohci_soft_ed_t *head)
sys/dev/usb/ohci.c
1896
ohci_hash_add_td(ohci_softc_t *sc, ohci_soft_td_t *std)
sys/dev/usb/ohci.c
1907
ohci_hash_rem_td(ohci_softc_t *sc, ohci_soft_td_t *std)
sys/dev/usb/ohci.c
1916
ohci_hash_find_td(ohci_softc_t *sc, ohci_physaddr_t a)
sys/dev/usb/ohci.c
1931
ohci_hash_add_itd(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
sys/dev/usb/ohci.c
1947
ohci_hash_rem_itd(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
sys/dev/usb/ohci.c
1961
ohci_hash_find_itd(ohci_softc_t *sc, ohci_physaddr_t a)
sys/dev/usb/ohci.c
1976
ohci_dump_tds(ohci_softc_t *sc, ohci_soft_td_t *std)
sys/dev/usb/ohci.c
1986
ohci_dump_td(ohci_softc_t *sc, ohci_soft_td_t *std)
sys/dev/usb/ohci.c
2009
ohci_dump_itd(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
sys/dev/usb/ohci.c
2041
ohci_dump_itds(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
sys/dev/usb/ohci.c
2048
ohci_dump_ed(ohci_softc_t *sc, ohci_soft_ed_t *sed)
sys/dev/usb/ohci.c
2081
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
sys/dev/usb/ohci.c
215
Static usbd_status ohci_device_setintr(ohci_softc_t *,
sys/dev/usb/ohci.c
2213
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
sys/dev/usb/ohci.c
2265
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
227
Static void ohci_dumpregs(ohci_softc_t *);
sys/dev/usb/ohci.c
228
Static void ohci_dump_tds(ohci_softc_t *, ohci_soft_td_t *);
sys/dev/usb/ohci.c
229
Static void ohci_dump_td(ohci_softc_t *, ohci_soft_td_t *);
sys/dev/usb/ohci.c
230
Static void ohci_dump_ed(ohci_softc_t *, ohci_soft_ed_t *);
sys/dev/usb/ohci.c
231
Static void ohci_dump_itd(ohci_softc_t *, ohci_soft_itd_t *);
sys/dev/usb/ohci.c
232
Static void ohci_dump_itds(ohci_softc_t *, ohci_soft_itd_t *);
sys/dev/usb/ohci.c
2447
ohci_softc_t *sc = OHCI_BUS2SC(bus);
sys/dev/usb/ohci.c
245
OREAD4(ohci_softc_t *sc, bus_size_t r)
sys/dev/usb/ohci.c
2644
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
2662
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
2685
ohci_softc_t *sc __diagused = OHCI_PIPE2SC(pipe);
sys/dev/usb/ohci.c
2705
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
2754
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
2790
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
2959
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
2973
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
sys/dev/usb/ohci.c
2991
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
sys/dev/usb/ohci.c
3013
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3038
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3074
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3171
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3188
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
sys/dev/usb/ohci.c
3205
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3233
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3269
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3354
ohci_softc_t *sc __diagused = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3366
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
sys/dev/usb/ohci.c
3405
ohci_device_setintr(ohci_softc_t *sc, struct ohci_pipe *opipe, int ival)
sys/dev/usb/ohci.c
3486
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3531
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3570
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3747
ohci_softc_t *sc = OHCI_XFER2SC(xfer);
sys/dev/usb/ohci.c
3819
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
sys/dev/usb/ohci.c
3836
ohci_softc_t *sc = OHCI_PIPE2SC(pipe);
sys/dev/usb/ohci.c
395
ohci_alloc_sed(ohci_softc_t *sc)
sys/dev/usb/ohci.c
444
ohci_free_sed_locked(ohci_softc_t *sc, ohci_soft_ed_t *sed)
sys/dev/usb/ohci.c
454
ohci_free_sed(ohci_softc_t *sc, ohci_soft_ed_t *sed)
sys/dev/usb/ohci.c
463
ohci_alloc_std(ohci_softc_t *sc)
sys/dev/usb/ohci.c
516
ohci_free_std_locked(ohci_softc_t *sc, ohci_soft_td_t *std)
sys/dev/usb/ohci.c
526
ohci_free_std(ohci_softc_t *sc, ohci_soft_td_t *std)
sys/dev/usb/ohci.c
535
ohci_alloc_std_chain(ohci_softc_t *sc, struct usbd_xfer *xfer, int length, int rd)
sys/dev/usb/ohci.c
581
ohci_free_stds(ohci_softc_t *sc, struct ohci_xfer *ox)
sys/dev/usb/ohci.c
597
ohci_reset_std_chain(ohci_softc_t *sc, struct usbd_xfer *xfer,
sys/dev/usb/ohci.c
725
ohci_alloc_sitd(ohci_softc_t *sc)
sys/dev/usb/ohci.c
778
ohci_free_sitd_locked(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
sys/dev/usb/ohci.c
795
ohci_free_sitd(ohci_softc_t *sc, ohci_soft_itd_t *sitd)
sys/dev/usb/ohci.c
806
ohci_init(ohci_softc_t *sc)
sys/dev/usb/ohcivar.h
174
int ohci_init(ohci_softc_t *);
sys/dev/usb/ohcivar.h
176
void ohci_detach(ohci_softc_t *);