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

Data Fields

struct ucom_super_softc sc_super_ucom
 
struct ucom_softc sc_ucom
 
struct usb_devicesc_udev
 
struct usb_xfersc_xfer [UCYCOM_N_TRANSFER]
 
struct mtx sc_mtx
 
uint32_t sc_model
 
uint16_t sc_flen
 
uint16_t sc_ilen
 
uint16_t sc_olen
 
uint8_t sc_fid
 
uint8_t sc_iid
 
uint8_t sc_oid
 
uint8_t sc_cfg
 
uint8_t sc_ist
 
uint8_t sc_iface_no
 
uint8_t sc_temp_cfg [32]
 

Detailed Description

Definition at line 82 of file ucycom.c.

Field Documentation

◆ sc_cfg

uint8_t ucycom_softc::sc_cfg

Definition at line 101 of file ucycom.c.

Referenced by ucycom_cfg_param(), and ucycom_cfg_write().

◆ sc_fid

uint8_t ucycom_softc::sc_fid

Definition at line 98 of file ucycom.c.

Referenced by ucycom_attach(), and ucycom_cfg_write().

◆ sc_flen

uint16_t ucycom_softc::sc_flen

Definition at line 94 of file ucycom.c.

Referenced by ucycom_attach(), and ucycom_cfg_write().

◆ sc_iface_no

uint8_t ucycom_softc::sc_iface_no

Definition at line 108 of file ucycom.c.

Referenced by ucycom_attach(), ucycom_cfg_write(), and ucycom_ctrl_write_callback().

◆ sc_iid

uint8_t ucycom_softc::sc_iid

Definition at line 99 of file ucycom.c.

Referenced by ucycom_attach().

◆ sc_ilen

uint16_t ucycom_softc::sc_ilen

Definition at line 95 of file ucycom.c.

Referenced by ucycom_attach(), and ucycom_intr_read_callback().

◆ sc_ist

uint8_t ucycom_softc::sc_ist

Definition at line 107 of file ucycom.c.

Referenced by ucycom_intr_read_callback().

◆ sc_model

uint32_t ucycom_softc::sc_model

Definition at line 90 of file ucycom.c.

Referenced by ucycom_attach(), ucycom_ctrl_write_callback(), and ucycom_intr_read_callback().

◆ sc_mtx

struct mtx ucycom_softc::sc_mtx

Definition at line 88 of file ucycom.c.

Referenced by ucycom_attach(), and ucycom_free_softc().

◆ sc_oid

uint8_t ucycom_softc::sc_oid

Definition at line 100 of file ucycom.c.

Referenced by ucycom_attach(), and ucycom_ctrl_write_callback().

◆ sc_olen

uint16_t ucycom_softc::sc_olen

Definition at line 96 of file ucycom.c.

Referenced by ucycom_attach(), and ucycom_ctrl_write_callback().

◆ sc_super_ucom

struct ucom_super_softc ucycom_softc::sc_super_ucom

Definition at line 83 of file ucycom.c.

Referenced by ucycom_attach(), ucycom_detach(), and ucycom_free_softc().

◆ sc_temp_cfg

uint8_t ucycom_softc::sc_temp_cfg[32]

Definition at line 109 of file ucycom.c.

Referenced by ucycom_cfg_write().

◆ sc_ucom

struct ucom_softc ucycom_softc::sc_ucom

◆ sc_udev

struct usb_device* ucycom_softc::sc_udev

Definition at line 86 of file ucycom.c.

Referenced by ucycom_attach(), and ucycom_cfg_write().

◆ sc_xfer


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