HomeSort by relevance Sort by last modified time
    Searched defs:snd_info_entry (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
info.h 40 struct snd_info_entry;
43 void (*read) (struct snd_info_entry *entry, struct snd_info_buffer *buffer);
44 void (*write) (struct snd_info_entry *entry, struct snd_info_buffer *buffer);
48 int (*open) (struct snd_info_entry *entry,
50 int (*release) (struct snd_info_entry * entry,
52 long (*read) (struct snd_info_entry *entry, void *file_private_data,
55 long (*write) (struct snd_info_entry *entry, void *file_private_data,
58 long long (*llseek) (struct snd_info_entry *entry, void *file_private_data,
60 unsigned int (*poll) (struct snd_info_entry *entry, void *file_private_data,
62 int (*ioctl) (struct snd_info_entry *entry, void *file_private_data
69 struct snd_info_entry { struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
info.h 40 struct snd_info_entry;
43 void (*read) (struct snd_info_entry *entry, struct snd_info_buffer *buffer);
44 void (*write) (struct snd_info_entry *entry, struct snd_info_buffer *buffer);
48 int (*open) (struct snd_info_entry *entry,
50 int (*release) (struct snd_info_entry * entry,
52 long (*read) (struct snd_info_entry *entry, void *file_private_data,
55 long (*write) (struct snd_info_entry *entry, void *file_private_data,
58 long long (*llseek) (struct snd_info_entry *entry, void *file_private_data,
60 unsigned int (*poll) (struct snd_info_entry *entry, void *file_private_data,
62 int (*ioctl) (struct snd_info_entry *entry, void *file_private_data
69 struct snd_info_entry { struct
    [all...]

Completed in 390 milliseconds