Symbol: uhci_softc_t
sys/dev/cardbus/uhci_cardbus.c
59
uhci_softc_t sc;
sys/dev/pci/uhci_pci.c
61
uhci_softc_t sc;
sys/dev/usb/uhci.c
1088
uhci_add_loop(uhci_softc_t *sc)
sys/dev/usb/uhci.c
1109
uhci_rem_loop(uhci_softc_t *sc)
sys/dev/usb/uhci.c
1129
uhci_add_hs_ctrl(uhci_softc_t *sc, uhci_soft_qh_t *sqh)
sys/dev/usb/uhci.c
1158
uhci_remove_hs_ctrl(uhci_softc_t *sc, uhci_soft_qh_t *sqh)
sys/dev/usb/uhci.c
1212
uhci_add_ls_ctrl(uhci_softc_t *sc, uhci_soft_qh_t *sqh)
sys/dev/usb/uhci.c
1237
uhci_remove_ls_ctrl(uhci_softc_t *sc, uhci_soft_qh_t *sqh)
sys/dev/usb/uhci.c
1277
uhci_add_bulk(uhci_softc_t *sc, uhci_soft_qh_t *sqh)
sys/dev/usb/uhci.c
1303
uhci_remove_bulk(uhci_softc_t *sc, uhci_soft_qh_t *sqh)
sys/dev/usb/uhci.c
1337
Static int uhci_intr1(uhci_softc_t *);
sys/dev/usb/uhci.c
1342
uhci_softc_t *sc = arg;
sys/dev/usb/uhci.c
1365
uhci_intr1(uhci_softc_t *sc)
sys/dev/usb/uhci.c
1444
uhci_softc_t *sc = UHCI_BUS2SC(bus);
sys/dev/usb/uhci.c
1484
uhci_check_intr(uhci_softc_t *sc, struct uhci_xfer *ux, ux_completeq_t *cqp)
sys/dev/usb/uhci.c
1608
uhci_softc_t *sc __diagused = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
166
Static void uhci_globalreset(uhci_softc_t *);
sys/dev/usb/uhci.c
167
Static usbd_status uhci_portreset(uhci_softc_t*, int);
sys/dev/usb/uhci.c
168
Static void uhci_reset(uhci_softc_t *);
sys/dev/usb/uhci.c
169
Static usbd_status uhci_run(uhci_softc_t *, int);
sys/dev/usb/uhci.c
170
Static uhci_soft_td_t *uhci_alloc_std(uhci_softc_t *);
sys/dev/usb/uhci.c
171
Static void uhci_free_std(uhci_softc_t *, uhci_soft_td_t *);
sys/dev/usb/uhci.c
172
Static void uhci_free_std_locked(uhci_softc_t *, uhci_soft_td_t *);
sys/dev/usb/uhci.c
173
Static uhci_soft_qh_t *uhci_alloc_sqh(uhci_softc_t *);
sys/dev/usb/uhci.c
174
Static void uhci_free_sqh(uhci_softc_t *, uhci_soft_qh_t *);
sys/dev/usb/uhci.c
1756
uhci_softc_t *sc = UHCI_BUS2SC(bus);
sys/dev/usb/uhci.c
176
Static void uhci_enter_ctl_q(uhci_softc_t *, uhci_soft_qh_t *,
sys/dev/usb/uhci.c
1766
uhci_reset(uhci_softc_t *sc)
sys/dev/usb/uhci.c
178
Static void uhci_exit_ctl_q(uhci_softc_t *, uhci_soft_qh_t *);
sys/dev/usb/uhci.c
1781
uhci_run(uhci_softc_t *sc, int run)
sys/dev/usb/uhci.c
182
Static void uhci_free_std_chain(uhci_softc_t *, uhci_soft_td_t *,
sys/dev/usb/uhci.c
1823
uhci_alloc_std(uhci_softc_t *sc)
sys/dev/usb/uhci.c
185
Static int uhci_alloc_std_chain(uhci_softc_t *, struct usbd_xfer *,
sys/dev/usb/uhci.c
1864
uhci_free_std_locked(uhci_softc_t *sc, uhci_soft_td_t *std)
sys/dev/usb/uhci.c
187
Static void uhci_free_stds(uhci_softc_t *, struct uhci_xfer *);
sys/dev/usb/uhci.c
1881
uhci_free_std(uhci_softc_t *sc, uhci_soft_td_t *std)
sys/dev/usb/uhci.c
1889
uhci_alloc_sqh(uhci_softc_t *sc)
sys/dev/usb/uhci.c
189
Static void uhci_reset_std_chain(uhci_softc_t *, struct usbd_xfer *,
sys/dev/usb/uhci.c
1928
uhci_free_sqh(uhci_softc_t *sc, uhci_soft_qh_t *sqh)
sys/dev/usb/uhci.c
193
Static void uhci_check_intr(uhci_softc_t *, struct uhci_xfer *,
sys/dev/usb/uhci.c
1938
uhci_free_std_chain(uhci_softc_t *sc, uhci_soft_td_t *std,
sys/dev/usb/uhci.c
1977
uhci_alloc_std_chain(uhci_softc_t *sc, struct usbd_xfer *xfer, int len,
sys/dev/usb/uhci.c
199
Static void uhci_add_ls_ctrl(uhci_softc_t *, uhci_soft_qh_t *);
sys/dev/usb/uhci.c
200
Static void uhci_add_hs_ctrl(uhci_softc_t *, uhci_soft_qh_t *);
sys/dev/usb/uhci.c
201
Static void uhci_add_bulk(uhci_softc_t *, uhci_soft_qh_t *);
sys/dev/usb/uhci.c
202
Static void uhci_remove_ls_ctrl(uhci_softc_t *,uhci_soft_qh_t *);
sys/dev/usb/uhci.c
203
Static void uhci_remove_hs_ctrl(uhci_softc_t *,uhci_soft_qh_t *);
sys/dev/usb/uhci.c
204
Static void uhci_remove_bulk(uhci_softc_t *,uhci_soft_qh_t *);
sys/dev/usb/uhci.c
2044
uhci_free_stds(uhci_softc_t *sc, struct uhci_xfer *ux)
sys/dev/usb/uhci.c
205
Static void uhci_add_loop(uhci_softc_t *);
sys/dev/usb/uhci.c
206
Static void uhci_rem_loop(uhci_softc_t *);
sys/dev/usb/uhci.c
2068
uhci_reset_std_chain(uhci_softc_t *sc, struct usbd_xfer *xfer,
sys/dev/usb/uhci.c
2200
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2236
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2260
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2325
uhci_softc_t *sc __diagused = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2343
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2403
uhci_softc_t *sc = UHCI_PIPE2SC(pipe);
sys/dev/usb/uhci.c
2419
uhci_softc_t *sc = dev->ud_bus->ub_hcpriv;
sys/dev/usb/uhci.c
2451
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2473
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
259
Static void uhci_add_intr(uhci_softc_t *, uhci_soft_qh_t *);
sys/dev/usb/uhci.c
260
Static void uhci_remove_intr(uhci_softc_t *, uhci_soft_qh_t *);
sys/dev/usb/uhci.c
261
Static usbd_status uhci_device_setintr(uhci_softc_t *,
sys/dev/usb/uhci.c
2615
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2641
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2665
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
271
Static void uhci_dump_all(uhci_softc_t *);
sys/dev/usb/uhci.c
272
Static void uhci_dumpregs(uhci_softc_t *);
sys/dev/usb/uhci.c
2743
uhci_softc_t *sc __diagused = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2755
uhci_softc_t *sc = UHCI_PIPE2SC(pipe);
sys/dev/usb/uhci.c
2769
uhci_softc_t *sc __diagused = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2784
uhci_softc_t *sc = UHCI_PIPE2SC(pipe);
sys/dev/usb/uhci.c
2829
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
2936
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
294
UREAD1(uhci_softc_t *sc, bus_size_t r)
sys/dev/usb/uhci.c
2999
uhci_softc_t *sc = UHCI_PIPE2SC(pipe);
sys/dev/usb/uhci.c
302
UREAD2(uhci_softc_t *sc, bus_size_t r)
sys/dev/usb/uhci.c
3061
uhci_softc_t *sc = UHCI_PIPE2SC(pipe);
sys/dev/usb/uhci.c
311
UREAD4(uhci_softc_t *sc, bus_size_t r)
sys/dev/usb/uhci.c
3132
uhci_softc_t *sc __diagused = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
3174
uhci_softc_t *sc __diagused = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
3204
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
3234
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
3258
uhci_add_intr(uhci_softc_t *sc, uhci_soft_qh_t *sqh)
sys/dev/usb/uhci.c
3283
uhci_remove_intr(uhci_softc_t *sc, uhci_soft_qh_t *sqh)
sys/dev/usb/uhci.c
3321
uhci_device_setintr(uhci_softc_t *sc, struct uhci_pipe *upipe, int ival)
sys/dev/usb/uhci.c
3384
uhci_softc_t *sc = UHCI_PIPE2SC(pipe);
sys/dev/usb/uhci.c
3480
uhci_portreset(uhci_softc_t *sc, int index)
sys/dev/usb/uhci.c
3568
uhci_softc_t *sc = UHCI_BUS2SC(bus);
sys/dev/usb/uhci.c
3790
uhci_softc_t *sc = UHCI_XFER2SC(xfer);
sys/dev/usb/uhci.c
3826
uhci_softc_t *sc = UHCI_PIPE2SC(pipe);
sys/dev/usb/uhci.c
3855
uhci_softc_t *sc __diagused = UHCI_PIPE2SC(pipe);
sys/dev/usb/uhci.c
391
uhci_add_intr_list(uhci_softc_t *sc, struct uhci_xfer *ux)
sys/dev/usb/uhci.c
398
uhci_del_intr_list(uhci_softc_t *sc, struct uhci_xfer *ux)
sys/dev/usb/uhci.c
426
uhci_globalreset(uhci_softc_t *sc)
sys/dev/usb/uhci.c
434
uhci_init(uhci_softc_t *sc)
sys/dev/usb/uhci.c
718
uhci_softc_t *sc = device_private(dv);
sys/dev/usb/uhci.c
758
uhci_softc_t *sc = device_private(dv);
sys/dev/usb/uhci.c
791
uhci_dumpregs(uhci_softc_t *sc)
sys/dev/usb/uhci.c
81
uhci_softc_t *thesc;
sys/dev/usb/uhci.c
868
uhci_dump_all(uhci_softc_t *sc)
sys/dev/usb/uhcivar.h
190
int uhci_init(uhci_softc_t *);
sys/dev/usb/uhcivar.h
192
int uhci_detach(uhci_softc_t *, int);