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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hwdep.h 28 struct snd_hwdep;
31 long long (*llseek) (struct snd_hwdep *hw, struct file * file, long long offset, int orig);
32 long (*read) (struct snd_hwdep *hw, char __user *buf, long count, loff_t *offset);
33 long (*write) (struct snd_hwdep *hw, const char __user *buf, long count, loff_t *offset);
34 int (*open) (struct snd_hwdep * hw, struct file * file);
35 int (*release) (struct snd_hwdep *hw, struct file * file);
36 unsigned int (*poll) (struct snd_hwdep *hw, struct file * file, poll_table * wait);
37 int (*ioctl) (struct snd_hwdep *hw, struct file * file, unsigned int cmd, unsigned long arg);
38 int (*ioctl_compat) (struct snd_hwdep *hw, struct file * file, unsigned int cmd, unsigned long arg);
39 int (*mmap) (struct snd_hwdep *hw, struct file * file, struct vm_area_struct * vma)
44 struct snd_hwdep { struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hwdep.h 28 struct snd_hwdep;
31 long long (*llseek) (struct snd_hwdep *hw, struct file * file, long long offset, int orig);
32 long (*read) (struct snd_hwdep *hw, char __user *buf, long count, loff_t *offset);
33 long (*write) (struct snd_hwdep *hw, const char __user *buf, long count, loff_t *offset);
34 int (*open) (struct snd_hwdep * hw, struct file * file);
35 int (*release) (struct snd_hwdep *hw, struct file * file);
36 unsigned int (*poll) (struct snd_hwdep *hw, struct file * file, poll_table * wait);
37 int (*ioctl) (struct snd_hwdep *hw, struct file * file, unsigned int cmd, unsigned long arg);
38 int (*ioctl_compat) (struct snd_hwdep *hw, struct file * file, unsigned int cmd, unsigned long arg);
39 int (*mmap) (struct snd_hwdep *hw, struct file * file, struct vm_area_struct * vma)
44 struct snd_hwdep { struct
    [all...]

Completed in 61 milliseconds