FreeBSD kernel sound device code
hdacc_softc Struct Reference
Collaboration diagram for hdacc_softc:

Data Fields

device_t dev
 
struct mtx * lock
 
nid_t cad
 
device_t streams [2][16]
 
device_t tags [64]
 
int fgcnt
 
struct hdacc_fgfgs
 

Detailed Description

Definition at line 55 of file hdacc.c.

Field Documentation

◆ cad

nid_t hdacc_softc::cad

Definition at line 58 of file hdacc.c.

Referenced by hdacc_attach().

◆ dev

device_t hdacc_softc::dev

Definition at line 56 of file hdacc.c.

Referenced by hdacc_attach(), and hdacc_unsol_intr().

◆ fgcnt

int hdacc_softc::fgcnt

Definition at line 61 of file hdacc.c.

Referenced by hdacc_attach().

◆ fgs

struct hdacc_fg* hdacc_softc::fgs

Definition at line 62 of file hdacc.c.

Referenced by hdacc_attach(), and hdacc_detach().

◆ lock

struct mtx* hdacc_softc::lock

Definition at line 57 of file hdacc.c.

Referenced by hdacc_attach(), and hdacc_get_mtx().

◆ streams

device_t hdacc_softc::streams[2][16]

Definition at line 59 of file hdacc.c.

Referenced by hdacc_stream_alloc(), hdacc_stream_free(), and hdacc_stream_intr().

◆ tags

device_t hdacc_softc::tags[64]

Definition at line 60 of file hdacc.c.

Referenced by hdacc_unsol_alloc(), hdacc_unsol_free(), and hdacc_unsol_intr().


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