Searched defs:snd_hwdep_ops (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | hwdep.h | 16 struct snd_hwdep_ops { struct 17 long long (*llseek)(struct snd_hwdep *hw, struct file *file, 19 long (*read)(struct snd_hwdep *hw, char __user *buf, 21 long (*write)(struct snd_hwdep *hw, const char __user *buf, 23 int (*open)(struct snd_hwdep *hw, struct file * file); 24 int (*release)(struct snd_hwdep *hw, struct file * file); 25 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file, 27 int (*ioctl)(struct snd_hwdep *hw, struct file *file, 52 struct snd_hwdep_ops ops; argument
|