FreeBSD kernel sound device code
mpu401.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int mpu401_intr_t(struct mpu401 *_obj)
 

Functions

struct mpu401mpu401_init (kobj_class_t _cls, void *cookie, driver_intr_t *_softintr, mpu401_intr_t **_cb)
 
int mpu401_uninit (struct mpu401 *_obj)
 

Typedef Documentation

◆ mpu401_intr_t

typedef int mpu401_intr_t(struct mpu401 *_obj)

Definition at line 36 of file mpu401.h.

Function Documentation

◆ mpu401_init()

struct mpu401 * mpu401_init ( kobj_class_t  _cls,
void *  cookie,
driver_intr_t *  _softintr,
mpu401_intr_t **  _cb 
)

◆ mpu401_uninit()

int mpu401_uninit ( struct mpu401 _obj)

Definition at line 208 of file mpu401.c.

References CMD, free, m, midi_uninit(), and MPU_RESET.

Referenced by cmi_detach(), emu_midi_detach(), emu_uninit(), and midicsa_detach().

Here is the call graph for this function:
Here is the caller graph for this function: