Home
last modified time | relevance | path

Searched defs:ehci_softc (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dehci.h315 typedef struct ehci_softc { struct
316 struct ehci_hw_softc sc_hw;
317 struct usb_bus sc_bus; /* base device */
318 struct usb_callout sc_tmo_pcd;
319 struct usb_callout sc_tmo_poll;
320 union ehci_hub_desc sc_hub_desc;
322 struct usb_device *sc_devices[EHCI_MAX_DEVICES];
323 struct resource *sc_io_res;
324 struct resource *sc_irq_res;
325 struct ehci_qh *sc_async_p_last;
[all …]
H A Dehci_imx.c262 ehci_softc_t ehci_softc; member
280 imx_ehci_post_reset(struct ehci_softc *ehci_softc) in imx_ehci_post_reset()
H A Dehci_mv.c118 mv_ehci_post_reset(struct ehci_softc *ehci_softc) in mv_ehci_post_reset()
/freebsd/sys/arm/nvidia/
H A Dtegra_ehci.c74 ehci_softc_t ehci_softc; member
85 tegra_ehci_post_reset(struct ehci_softc *ehci_softc) in tegra_ehci_post_reset()
/freebsd/sys/powerpc/ps3/
H A Dehci_ps3.c66 ehci_ps3_post_reset(struct ehci_softc *ehci_softc) in ehci_ps3_post_reset() argument
/freebsd/sys/arm/xilinx/
H A Dzy7_ehci.c136 zy7_ehci_post_reset(struct ehci_softc *ehci_softc) in zy7_ehci_post_reset()
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_ehci.c168 vybrid_ehci_post_reset(struct ehci_softc *ehci_softc) in vybrid_ehci_post_reset()