Searched defs:snd_info_entry (Results 1 - 1 of 1) sorted by relevance

/include/sound/
H A Dinfo.h40 struct snd_info_entry;
43 void (*read)(struct snd_info_entry *entry,
45 void (*write)(struct snd_info_entry *entry,
50 int (*open)(struct snd_info_entry *entry,
52 int (*release)(struct snd_info_entry *entry,
54 ssize_t (*read)(struct snd_info_entry *entry, void *file_private_data,
57 ssize_t (*write)(struct snd_info_entry *entry, void *file_private_data,
60 loff_t (*llseek)(struct snd_info_entry *entry,
63 unsigned int (*poll)(struct snd_info_entry *entry,
66 int (*ioctl)(struct snd_info_entry *entr
73 struct snd_info_entry { struct
[all...]

Completed in 43 milliseconds