OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:snd_seq_oss_arg
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h
30
struct
snd_seq_oss_arg
{
struct
52
int (*open)(struct
snd_seq_oss_arg
*p, void *closure);
53
int (*close)(struct
snd_seq_oss_arg
*p);
54
int (*ioctl)(struct
snd_seq_oss_arg
*p, unsigned int cmd, unsigned long arg);
55
int (*load_patch)(struct
snd_seq_oss_arg
*p, int format, const char __user *buf, int offs, int count);
56
int (*reset)(struct
snd_seq_oss_arg
*p);
57
int (*raw_event)(struct
snd_seq_oss_arg
*p, unsigned char *data);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h
30
struct
snd_seq_oss_arg
{
struct
52
int (*open)(struct
snd_seq_oss_arg
*p, void *closure);
53
int (*close)(struct
snd_seq_oss_arg
*p);
54
int (*ioctl)(struct
snd_seq_oss_arg
*p, unsigned int cmd, unsigned long arg);
55
int (*load_patch)(struct
snd_seq_oss_arg
*p, int format, const char __user *buf, int offs, int count);
56
int (*reset)(struct
snd_seq_oss_arg
*p);
57
int (*raw_event)(struct
snd_seq_oss_arg
*p, unsigned char *data);
Completed in 171 milliseconds