HomeSort by: relevance | last modified time | path
    Searched refs:uhci_softc_t (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/usb/
uhcivar.h 188 } uhci_softc_t; typedef in typeref:struct:uhci_softc
190 int uhci_init(uhci_softc_t *);
192 int uhci_detach(uhci_softc_t *, int);
uhci.c 81 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_t *)
    [all...]
  /src/sys/dev/cardbus/
uhci_cardbus.c 59 uhci_softc_t sc;
  /src/sys/dev/pci/
uhci_pci.c 61 uhci_softc_t sc;

Completed in 14 milliseconds