Home
last modified time | relevance | path

Searched refs:f_ops (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/core/
Dsound_oss.c102 const struct file_operations *f_ops, void *private_data) in snd_register_oss_device() argument
122 preg->f_ops = f_ops; in snd_register_oss_device()
139 register1 = register_sound_special_device(f_ops, minor, carddev); in snd_register_oss_device()
143 register2 = register_sound_special_device(f_ops, track2, in snd_register_oss_device()
Dsound.c170 new_fops = fops_get(mptr->f_ops); in snd_open()
261 const struct file_operations *f_ops, in snd_register_device() argument
277 preg->f_ops = f_ops; in snd_register_device()
/linux-4.4.14/include/sound/
Dcore.h191 const struct file_operations *f_ops; /* file operations */ member
214 const struct file_operations *f_ops,
221 const struct file_operations *f_ops, void *private_data);