OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_mpu401
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
mpu401.h
67
struct
snd_mpu401
{
struct
81
int (*open_input) (struct
snd_mpu401
* mpu);
82
void (*close_input) (struct
snd_mpu401
* mpu);
83
int (*open_output) (struct
snd_mpu401
* mpu);
84
void (*close_output) (struct
snd_mpu401
* mpu);
96
void (*write) (struct
snd_mpu401
* mpu, unsigned char data, unsigned long addr);
97
unsigned char (*read) (struct
snd_mpu401
*mpu, unsigned long addr);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
mpu401.h
67
struct
snd_mpu401
{
struct
81
int (*open_input) (struct
snd_mpu401
* mpu);
82
void (*close_input) (struct
snd_mpu401
* mpu);
83
int (*open_output) (struct
snd_mpu401
* mpu);
84
void (*close_output) (struct
snd_mpu401
* mpu);
96
void (*write) (struct
snd_mpu401
* mpu, unsigned char data, unsigned long addr);
97
unsigned char (*read) (struct
snd_mpu401
*mpu, unsigned long addr);
Completed in 62 milliseconds