FreeBSD kernel usb device Code
cue_softc Struct Reference

#include <if_cuereg.h>

Collaboration diagram for cue_softc:

Data Fields

struct usb_ether sc_ue
 
struct mtx sc_mtx
 
struct usb_xfersc_xfer [CUE_N_TRANSFER]
 
int sc_flags
 

Detailed Description

Definition at line 123 of file if_cuereg.h.

Field Documentation

◆ sc_flags

int cue_softc::sc_flags

Definition at line 128 of file if_cuereg.h.

◆ sc_mtx

struct mtx cue_softc::sc_mtx

Definition at line 125 of file if_cuereg.h.

Referenced by cue_attach(), and cue_detach().

◆ sc_ue

◆ sc_xfer

struct usb_xfer* cue_softc::sc_xfer[CUE_N_TRANSFER]

Definition at line 126 of file if_cuereg.h.

Referenced by cue_attach(), cue_detach(), cue_init(), cue_start(), and cue_stop().


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