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

Data Fields

struct musbotg_softc sc
 
struct resource * res [2]
 
clk_t clk
 
hwreset_t reset
 
phy_t phy
 
struct bus_space bs
 
int flags
 

Detailed Description

Definition at line 121 of file musb_otg_allwinner.c.

Field Documentation

◆ bs

struct bus_space awusbdrd_softc::bs

Definition at line 127 of file musb_otg_allwinner.c.

◆ clk

clk_t awusbdrd_softc::clk

Definition at line 124 of file musb_otg_allwinner.c.

◆ flags

int awusbdrd_softc::flags

Definition at line 128 of file musb_otg_allwinner.c.

◆ phy

phy_t awusbdrd_softc::phy

Definition at line 126 of file musb_otg_allwinner.c.

◆ res

struct resource* awusbdrd_softc::res[2]

Definition at line 123 of file musb_otg_allwinner.c.

◆ reset

hwreset_t awusbdrd_softc::reset

Definition at line 125 of file musb_otg_allwinner.c.

◆ sc

struct musbotg_softc awusbdrd_softc::sc

Definition at line 122 of file musb_otg_allwinner.c.

Referenced by awusbdrd_attach(), awusbdrd_detach(), and awusbdrd_intr().


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