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

Data Fields

struct ucom_super_softc sc_super_ucom
 
struct ucom_softc sc_ucom
 
struct cv sc_cv
 
struct mtx sc_mtx
 
struct usb_xfersc_ctrl_xfer [UFOMA_CTRL_ENDPT_MAX]
 
struct usb_xfersc_bulk_xfer [UFOMA_BULK_ENDPT_MAX]
 
uint8_t * sc_modetable
 
device_t sc_dev
 
struct usb_devicesc_udev
 
uint32_t sc_unit
 
uint16_t sc_line
 
uint8_t sc_num_msg
 
uint8_t sc_nobulk
 
uint8_t sc_ctrl_iface_no
 
uint8_t sc_ctrl_iface_index
 
uint8_t sc_data_iface_no
 
uint8_t sc_data_iface_index
 
uint8_t sc_cm_cap
 
uint8_t sc_acm_cap
 
uint8_t sc_lsr
 
uint8_t sc_msr
 
uint8_t sc_modetoactivate
 
uint8_t sc_currentmode
 

Detailed Description

Definition at line 164 of file ufoma.c.

Field Documentation

◆ sc_acm_cap

uint8_t ufoma_softc::sc_acm_cap

Definition at line 187 of file ufoma.c.

Referenced by ufoma_cfg_set_break(), and ufoma_modem_setup().

◆ sc_bulk_xfer

◆ sc_cm_cap

uint8_t ufoma_softc::sc_cm_cap

Definition at line 186 of file ufoma.c.

Referenced by ufoma_modem_setup().

◆ sc_ctrl_iface_index

uint8_t ufoma_softc::sc_ctrl_iface_index

Definition at line 183 of file ufoma.c.

Referenced by ufoma_attach().

◆ sc_ctrl_iface_no

◆ sc_ctrl_xfer

◆ sc_currentmode

uint8_t ufoma_softc::sc_currentmode

◆ sc_cv

struct cv ufoma_softc::sc_cv

◆ sc_data_iface_index

uint8_t ufoma_softc::sc_data_iface_index

Definition at line 185 of file ufoma.c.

Referenced by ufoma_modem_setup().

◆ sc_data_iface_no

uint8_t ufoma_softc::sc_data_iface_no

Definition at line 184 of file ufoma.c.

Referenced by ufoma_modem_setup().

◆ sc_dev

device_t ufoma_softc::sc_dev

Definition at line 173 of file ufoma.c.

Referenced by ufoma_attach().

◆ sc_line

uint16_t ufoma_softc::sc_line

Definition at line 178 of file ufoma.c.

Referenced by ufoma_cfg_set_dtr(), ufoma_cfg_set_line_state(), and ufoma_cfg_set_rts().

◆ sc_lsr

uint8_t ufoma_softc::sc_lsr

Definition at line 188 of file ufoma.c.

Referenced by ufoma_cfg_get_status(), and ufoma_intr_callback().

◆ sc_modetable

uint8_t* ufoma_softc::sc_modetable

◆ sc_modetoactivate

uint8_t ufoma_softc::sc_modetoactivate

Definition at line 190 of file ufoma.c.

Referenced by ufoma_attach(), ufoma_cfg_open(), and ufoma_sysctl_open().

◆ sc_msr

uint8_t ufoma_softc::sc_msr

Definition at line 189 of file ufoma.c.

Referenced by ufoma_cfg_get_status(), and ufoma_intr_callback().

◆ sc_mtx

struct mtx ufoma_softc::sc_mtx

◆ sc_nobulk

◆ sc_num_msg

uint8_t ufoma_softc::sc_num_msg

Definition at line 180 of file ufoma.c.

Referenced by ufoma_cfg_open(), ufoma_ctrl_read_callback(), and ufoma_intr_callback().

◆ sc_super_ucom

struct ucom_super_softc ufoma_softc::sc_super_ucom

Definition at line 165 of file ufoma.c.

Referenced by ufoma_attach(), ufoma_detach(), and ufoma_free_softc().

◆ sc_ucom

◆ sc_udev

◆ sc_unit

uint32_t ufoma_softc::sc_unit

Definition at line 176 of file ufoma.c.

Referenced by ufoma_attach().


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