Symbol: uhci_softc
sys/dev/cardbus/uhci_cardbus.c
53
struct uhci_softc sc;
sys/dev/pci/uhci_pci.c
58
struct uhci_softc sc;
sys/dev/usb/uhci.c
1000
int uhci_intr1(struct uhci_softc *);
sys/dev/usb/uhci.c
1005
struct uhci_softc *sc = arg;
sys/dev/usb/uhci.c
1015
uhci_intr1(struct uhci_softc *sc)
sys/dev/usb/uhci.c
107
void uhci_globalreset(struct uhci_softc *);
sys/dev/usb/uhci.c
108
usbd_status uhci_portreset(struct uhci_softc *, int);
sys/dev/usb/uhci.c
1089
struct uhci_softc *sc = v;
sys/dev/usb/uhci.c
109
void uhci_reset(struct uhci_softc *);
sys/dev/usb/uhci.c
110
usbd_status uhci_run(struct uhci_softc *, int run);
sys/dev/usb/uhci.c
111
struct uhci_soft_td *uhci_alloc_std(struct uhci_softc *);
sys/dev/usb/uhci.c
112
void uhci_free_std(struct uhci_softc *, struct uhci_soft_td *);
sys/dev/usb/uhci.c
1125
uhci_check_intr(struct uhci_softc *sc, struct usbd_xfer *xfer)
sys/dev/usb/uhci.c
113
struct uhci_soft_qh *uhci_alloc_sqh(struct uhci_softc *);
sys/dev/usb/uhci.c
114
void uhci_free_sqh(struct uhci_softc *, struct uhci_soft_qh *);
sys/dev/usb/uhci.c
116
void uhci_free_std_chain(struct uhci_softc *,
sys/dev/usb/uhci.c
118
usbd_status uhci_alloc_std_chain(struct uhci_softc *, u_int,
sys/dev/usb/uhci.c
122
void uhci_check_intr(struct uhci_softc *, struct usbd_xfer *);
sys/dev/usb/uhci.c
129
void uhci_add_ls_ctrl(struct uhci_softc *, struct uhci_soft_qh *);
sys/dev/usb/uhci.c
130
void uhci_add_hs_ctrl(struct uhci_softc *, struct uhci_soft_qh *);
sys/dev/usb/uhci.c
131
void uhci_add_bulk(struct uhci_softc *, struct uhci_soft_qh *);
sys/dev/usb/uhci.c
132
void uhci_remove_ls_ctrl(struct uhci_softc *, struct uhci_soft_qh *);
sys/dev/usb/uhci.c
1321
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
133
void uhci_remove_hs_ctrl(struct uhci_softc *, struct uhci_soft_qh *);
sys/dev/usb/uhci.c
134
void uhci_remove_bulk(struct uhci_softc *,struct uhci_soft_qh *);
sys/dev/usb/uhci.c
1349
struct uhci_softc *sc = (struct uhci_softc *)bus;
sys/dev/usb/uhci.c
135
void uhci_add_loop(struct uhci_softc *sc);
sys/dev/usb/uhci.c
1356
uhci_reset(struct uhci_softc *sc)
sys/dev/usb/uhci.c
136
void uhci_rem_loop(struct uhci_softc *sc);
sys/dev/usb/uhci.c
1371
uhci_run(struct uhci_softc *sc, int run)
sys/dev/usb/uhci.c
1413
uhci_alloc_std(struct uhci_softc *sc)
sys/dev/usb/uhci.c
1447
uhci_free_std(struct uhci_softc *sc, struct uhci_soft_td *std)
sys/dev/usb/uhci.c
1467
uhci_alloc_sqh(struct uhci_softc *sc)
sys/dev/usb/uhci.c
1500
uhci_free_sqh(struct uhci_softc *sc, struct uhci_soft_qh *sqh)
sys/dev/usb/uhci.c
1507
uhci_free_std_chain(struct uhci_softc *sc, struct uhci_soft_td *std,
sys/dev/usb/uhci.c
1519
uhci_alloc_std_chain(struct uhci_softc *sc, u_int len, struct usbd_xfer *xfer,
sys/dev/usb/uhci.c
1621
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
1712
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
1777
struct uhci_softc *sc = (struct uhci_softc *)pipe->device->bus;
sys/dev/usb/uhci.c
1804
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
1842
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
186
void uhci_add_intr(struct uhci_softc *, struct uhci_soft_qh *);
sys/dev/usb/uhci.c
187
void uhci_remove_intr(struct uhci_softc *, struct uhci_soft_qh *);
sys/dev/usb/uhci.c
188
usbd_status uhci_device_setintr(struct uhci_softc *sc,
sys/dev/usb/uhci.c
1937
struct uhci_softc *sc = (struct uhci_softc *)pipe->device->bus;
sys/dev/usb/uhci.c
1966
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
197
void uhci_dump_all(struct uhci_softc *);
sys/dev/usb/uhci.c
198
void uhci_dumpregs(struct uhci_softc *);
sys/dev/usb/uhci.c
2116
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
2189
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
220
UREAD1(struct uhci_softc *sc, bus_size_t r)
sys/dev/usb/uhci.c
227
UREAD2(struct uhci_softc *sc, bus_size_t r)
sys/dev/usb/uhci.c
2285
struct uhci_softc *sc = (struct uhci_softc *)pipe->device->bus;
sys/dev/usb/uhci.c
2328
struct uhci_softc *sc = (struct uhci_softc *)pipe->device->bus;
sys/dev/usb/uhci.c
234
UREAD4(struct uhci_softc *sc, bus_size_t r)
sys/dev/usb/uhci.c
2408
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
2468
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
2497
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
2518
uhci_add_intr(struct uhci_softc *sc, struct uhci_soft_qh *sqh)
sys/dev/usb/uhci.c
2536
uhci_remove_intr(struct uhci_softc *sc, struct uhci_soft_qh *sqh)
sys/dev/usb/uhci.c
2559
uhci_device_setintr(struct uhci_softc *sc, struct uhci_pipe *upipe, int ival)
sys/dev/usb/uhci.c
2627
struct uhci_softc *sc = (struct uhci_softc *)pipe->device->bus;
sys/dev/usb/uhci.c
2774
uhci_portreset(struct uhci_softc *sc, int index)
sys/dev/usb/uhci.c
2880
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
3225
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
3257
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
3276
struct uhci_softc *sc = (struct uhci_softc *)xfer->device->bus;
sys/dev/usb/uhci.c
334
uhci_globalreset(struct uhci_softc *sc)
sys/dev/usb/uhci.c
342
uhci_init(struct uhci_softc *sc)
sys/dev/usb/uhci.c
494
struct uhci_softc *sc = (struct uhci_softc *)self;
sys/dev/usb/uhci.c
565
struct uhci_softc *sc = (struct uhci_softc *)self;
sys/dev/usb/uhci.c
609
uhci_dumpregs(struct uhci_softc *sc)
sys/dev/usb/uhci.c
62
struct uhci_softc *thesc;
sys/dev/usb/uhci.c
671
uhci_dump_all(struct uhci_softc *sc)
sys/dev/usb/uhci.c
773
void uhci_dump_xfers(struct uhci_softc *sc);
sys/dev/usb/uhci.c
775
uhci_dump_xfers(struct uhci_softc *sc)
sys/dev/usb/uhci.c
796
struct uhci_softc *sc = addr;
sys/dev/usb/uhci.c
842
uhci_add_loop(struct uhci_softc *sc) {
sys/dev/usb/uhci.c
856
uhci_rem_loop(struct uhci_softc *sc) {
sys/dev/usb/uhci.c
869
uhci_add_hs_ctrl(struct uhci_softc *sc, struct uhci_soft_qh *sqh)
sys/dev/usb/uhci.c
889
uhci_remove_hs_ctrl(struct uhci_softc *sc, struct uhci_soft_qh *sqh)
sys/dev/usb/uhci.c
922
uhci_add_ls_ctrl(struct uhci_softc *sc, struct uhci_soft_qh *sqh)
sys/dev/usb/uhci.c
939
uhci_remove_ls_ctrl(struct uhci_softc *sc, struct uhci_soft_qh *sqh)
sys/dev/usb/uhci.c
961
uhci_add_bulk(struct uhci_softc *sc, struct uhci_soft_qh *sqh)
sys/dev/usb/uhci.c
979
uhci_remove_bulk(struct uhci_softc *sc, struct uhci_soft_qh *sqh)
sys/dev/usb/uhcivar.h
161
usbd_status uhci_init(struct uhci_softc *);
sys/dev/usb/uhcivar.h
162
usbd_status uhci_run(struct uhci_softc *, int run);