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

Data Fields

 KOBJ_FIELDS
 
struct snd_midimid
 
int flags
 
driver_intr_t * si
 
void * cookie
 
struct callout timer
 

Detailed Description

Definition at line 76 of file mpu401.c.

Field Documentation

◆ cookie

void* mpu401::cookie

Definition at line 81 of file mpu401.c.

Referenced by mpu401_init().

◆ flags

int mpu401::flags

Definition at line 79 of file mpu401.c.

Referenced by mpu401_mcallback(), and mpu401_mcallbackp().

◆ KOBJ_FIELDS

mpu401::KOBJ_FIELDS

Definition at line 77 of file mpu401.c.

◆ mid

struct snd_midi* mpu401::mid

Definition at line 78 of file mpu401.c.

◆ si

driver_intr_t* mpu401::si

Definition at line 80 of file mpu401.c.

◆ timer

struct callout mpu401::timer

Definition at line 82 of file mpu401.c.


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