Searched refs:uhci_softc_t (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Duhcivar.h188 } uhci_softc_t; typedef in typeref:struct:uhci_softc
190 int uhci_init(uhci_softc_t *);
192 int uhci_detach(uhci_softc_t *, int);
H A Duhci.c81 uhci_softc_t *thesc;
166 Static void uhci_globalreset(uhci_softc_t *);
167 Static usbd_status uhci_portreset(uhci_softc_t*, int);
168 Static void uhci_reset(uhci_softc_t *);
169 Static usbd_status uhci_run(uhci_softc_t *, int);
170 Static uhci_soft_td_t *uhci_alloc_std(uhci_softc_t *);
171 Static void uhci_free_std(uhci_softc_t *, uhci_soft_td_t *);
172 Static void uhci_free_std_locked(uhci_softc_t *, uhci_soft_td_t *);
173 Static uhci_soft_qh_t *uhci_alloc_sqh(uhci_softc_t *);
174 Static void uhci_free_sqh(uhci_softc_t *, uhci_soft_qh_
[all...]
/netbsd-current/sys/dev/cardbus/
H A Duhci_cardbus.c59 uhci_softc_t sc;
/netbsd-current/sys/dev/pci/
H A Duhci_pci.c61 uhci_softc_t sc;

Completed in 190 milliseconds