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

Data Fields

struct ucom_super_softc sc_super_ucom
 
struct ucom_softc sc_ucom
 
struct usb_xfersc_xfer [UBSA_N_TRANSFER]
 
struct usb_devicesc_udev
 
struct mtx sc_mtx
 
uint8_t sc_iface_no
 
uint8_t sc_iface_index
 
uint8_t sc_lsr
 
uint8_t sc_msr
 

Detailed Description

Definition at line 158 of file ubsa.c.

Field Documentation

◆ sc_iface_index

uint8_t ubsa_softc::sc_iface_index

Definition at line 167 of file ubsa.c.

Referenced by ubsa_attach().

◆ sc_iface_no

uint8_t ubsa_softc::sc_iface_no

Definition at line 166 of file ubsa.c.

Referenced by ubsa_attach(), and ubsa_cfg_request().

◆ sc_lsr

uint8_t ubsa_softc::sc_lsr

Definition at line 168 of file ubsa.c.

Referenced by ubsa_cfg_get_status(), and ubsa_intr_callback().

◆ sc_msr

uint8_t ubsa_softc::sc_msr

Definition at line 169 of file ubsa.c.

Referenced by ubsa_cfg_get_status(), and ubsa_intr_callback().

◆ sc_mtx

struct mtx ubsa_softc::sc_mtx

Definition at line 164 of file ubsa.c.

Referenced by ubsa_attach(), and ubsa_free_softc().

◆ sc_super_ucom

struct ucom_super_softc ubsa_softc::sc_super_ucom

Definition at line 159 of file ubsa.c.

Referenced by ubsa_attach(), ubsa_detach(), and ubsa_free_softc().

◆ sc_ucom

◆ sc_udev

struct usb_device* ubsa_softc::sc_udev

Definition at line 163 of file ubsa.c.

Referenced by ubsa_attach(), and ubsa_cfg_request().

◆ sc_xfer

struct usb_xfer* ubsa_softc::sc_xfer[UBSA_N_TRANSFER]

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