Lines Matching refs:snd_hwdep
14 struct snd_hwdep;
18 long long (*llseek)(struct snd_hwdep *hw, struct file *file,
20 long (*read)(struct snd_hwdep *hw, char __user *buf,
22 long (*write)(struct snd_hwdep *hw, const char __user *buf,
24 int (*open)(struct snd_hwdep *hw, struct file * file);
25 int (*release)(struct snd_hwdep *hw, struct file * file);
26 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file,
28 int (*ioctl)(struct snd_hwdep *hw, struct file *file,
30 int (*ioctl_compat)(struct snd_hwdep *hw, struct file *file,
32 int (*mmap)(struct snd_hwdep *hw, struct file *file,
34 int (*dsp_status)(struct snd_hwdep *hw,
36 int (*dsp_load)(struct snd_hwdep *hw,
42 struct snd_hwdep { struct
58 void (*private_free) (struct snd_hwdep *hwdep); argument
70 struct snd_hwdep **rhwdep); argument