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

  /src/sys/dev/usb/
ohcivar.h 143 } ohci_softc_t; typedef in typeref:struct:ohci_softc
174 int ohci_init(ohci_softc_t *);
176 void ohci_detach(ohci_softc_t *);
ohci.c 130 Static ohci_soft_ed_t *ohci_alloc_sed(ohci_softc_t *);
131 Static void ohci_free_sed(ohci_softc_t *, ohci_soft_ed_t *);
133 Static ohci_soft_td_t *ohci_alloc_std(ohci_softc_t *);
134 Static void ohci_free_std(ohci_softc_t *, ohci_soft_td_t *);
135 Static void ohci_free_std_locked(ohci_softc_t *, ohci_soft_td_t *);
137 Static ohci_soft_itd_t *ohci_alloc_sitd(ohci_softc_t *);
138 Static void ohci_free_sitd(ohci_softc_t *,ohci_soft_itd_t *);
139 Static void ohci_free_sitd_locked(ohci_softc_t *,
142 Static int ohci_alloc_std_chain(ohci_softc_t *, struct usbd_xfer *,
144 Static void ohci_free_stds(ohci_softc_t *, struct ohci_xfer *)
    [all...]
  /src/sys/arch/mips/atheros/dev/
ohci_arbus.c 57 CFATTACH_DECL_NEW(ohci_arbus, sizeof (ohci_softc_t),
86 ohci_softc_t * const sc = device_private(self);
  /src/sys/arch/mips/rmi/
rmixl_ohci.c 61 CFATTACH_DECL_NEW(rmixl_ohci, sizeof (ohci_softc_t),
80 ohci_softc_t * const sc = device_private(self);
  /src/sys/arch/mips/alchemy/dev/
ohci_aubus.c 58 CFATTACH_DECL_NEW(ohci_aubus, sizeof (ohci_softc_t),
75 ohci_softc_t *sc = device_private(self);
  /src/sys/arch/arm/s3c2xx0/
ohci_s3c24x0.c 64 ohci_softc_t sc;
  /src/sys/dev/cardbus/
ohci_cardbus.c 75 ohci_softc_t sc;
  /src/sys/arch/arm/xscale/
pxa2x0_ohci.c 42 ohci_softc_t sc;
  /src/sys/dev/pci/
ohci_pci.c 60 ohci_softc_t sc;

Completed in 17 milliseconds