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

Data Fields

struct ucom_super_softc sc_super_ucom
 
struct ucom_softc sc_ucom [UMCS7840_MAX_PORTS]
 
struct usb_xfersc_intr_xfer
 
device_t sc_dev
 
struct usb_devicesc_udev
 
struct mtx sc_mtx
 
uint8_t sc_driver_done
 
uint8_t sc_numports
 
struct umcs7840_softc_oneport sc_ports [UMCS7840_MAX_PORTS]
 

Detailed Description

Definition at line 128 of file umcs.c.

Field Documentation

◆ sc_dev

◆ sc_driver_done

uint8_t umcs7840_softc::sc_driver_done

Definition at line 141 of file umcs.c.

Referenced by umcs7840_cfg_open().

◆ sc_intr_xfer

struct usb_xfer* umcs7840_softc::sc_intr_xfer

◆ sc_mtx

struct mtx umcs7840_softc::sc_mtx

Definition at line 139 of file umcs.c.

Referenced by umcs7840_attach(), and umcs7840_free_softc().

◆ sc_numports

uint8_t umcs7840_softc::sc_numports

Definition at line 143 of file umcs.c.

Referenced by umcs7840_attach(), umcs7840_detach(), and umcs7840_intr_callback().

◆ sc_ports

◆ sc_super_ucom

◆ sc_ucom

◆ sc_udev

struct usb_device* umcs7840_softc::sc_udev

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