Home
last modified time | relevance | path

Searched defs:snd_hwdep_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/sound/
A Dhwdep.h16 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

Completed in 3 milliseconds