FreeBSD kernel usb device Code
imx_ehci_softc Struct Reference
Collaboration diagram for imx_ehci_softc:

Data Fields

ehci_softc_t ehci_softc
 
device_t dev
 
struct resource * ehci_mem_res
 
struct resource * ehci_irq_res
 

Detailed Description

Definition at line 266 of file ehci_imx.c.

Field Documentation

◆ dev

device_t imx_ehci_softc::dev

Definition at line 268 of file ehci_imx.c.

Referenced by imx_ehci_attach(), imx_ehci_detach(), and imx_ehci_disable_oc().

◆ ehci_irq_res

struct resource* imx_ehci_softc::ehci_irq_res

Definition at line 270 of file ehci_imx.c.

Referenced by imx_ehci_attach(), and imx_ehci_detach().

◆ ehci_mem_res

struct resource* imx_ehci_softc::ehci_mem_res

Definition at line 269 of file ehci_imx.c.

Referenced by imx_ehci_attach(), and imx_ehci_detach().

◆ ehci_softc

ehci_softc_t imx_ehci_softc::ehci_softc

Definition at line 267 of file ehci_imx.c.

Referenced by imx_ehci_attach(), and imx_ehci_detach().


The documentation for this struct was generated from the following file: