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

Data Fields

int io_rid
 
struct resource * io
 
struct mtx mtx
 
device_t dev
 
struct mpu401mpu
 
mpu401_intr_tmpu_intr
 
int mflags
 

Detailed Description

Definition at line 71 of file csamidi.c.

Field Documentation

◆ dev

device_t csa_midi_softc::dev

Definition at line 77 of file csamidi.c.

Referenced by midicsa_attach().

◆ io

struct resource* csa_midi_softc::io

Definition at line 74 of file csamidi.c.

Referenced by csamidi_readio(), csamidi_writeio(), midicsa_attach(), and midicsa_detach().

◆ io_rid

int csa_midi_softc::io_rid

Definition at line 73 of file csamidi.c.

Referenced by midicsa_attach(), and midicsa_detach().

◆ mflags

int csa_midi_softc::mflags

Definition at line 80 of file csamidi.c.

◆ mpu

struct mpu401* csa_midi_softc::mpu

Definition at line 78 of file csamidi.c.

Referenced by csamidi_midi_intr(), midicsa_attach(), and midicsa_detach().

◆ mpu_intr

mpu401_intr_t* csa_midi_softc::mpu_intr

Definition at line 79 of file csamidi.c.

Referenced by csamidi_midi_intr(), csamidi_muninit(), and midicsa_attach().

◆ mtx

struct mtx csa_midi_softc::mtx

Definition at line 76 of file csamidi.c.

Referenced by csamidi_muninit(), midicsa_attach(), and midicsa_detach().


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