Home
last modified time | relevance | path

Searched refs:f_ops (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dsound_oss.c86 const struct file_operations *f_ops, void *private_data) in snd_register_oss_device()
106 preg->f_ops = f_ops; in snd_register_oss_device()
123 register1 = register_sound_special_device(f_ops, minor, carddev); in snd_register_oss_device()
127 register2 = register_sound_special_device(f_ops, track2, in snd_register_oss_device()
85 snd_register_oss_device(int type, struct snd_card *card, int dev, const struct file_operations *f_ops, void *private_data) snd_register_oss_device() argument
H A Dsound.c156 new_fops = fops_get(mptr->f_ops); in snd_open()
237 * @f_ops: the file operations
238 * @private_data: user pointer for f_ops->open()
247 const struct file_operations *f_ops, in snd_register_device()
263 preg->f_ops = f_ops; in snd_register_device()
246 snd_register_device(int type, struct snd_card *card, int dev, const struct file_operations *f_ops, void *private_data, struct device *device) snd_register_device() argument
/kernel/linux/linux-6.6/sound/core/
H A Dsound_oss.c86 const struct file_operations *f_ops, void *private_data) in snd_register_oss_device()
106 preg->f_ops = f_ops; in snd_register_oss_device()
123 register1 = register_sound_special_device(f_ops, minor, carddev); in snd_register_oss_device()
127 register2 = register_sound_special_device(f_ops, track2, in snd_register_oss_device()
85 snd_register_oss_device(int type, struct snd_card *card, int dev, const struct file_operations *f_ops, void *private_data) snd_register_oss_device() argument
H A Dsound.c162 new_fops = fops_get(mptr->f_ops); in snd_open()
243 * @f_ops: the file operations
244 * @private_data: user pointer for f_ops->open()
253 const struct file_operations *f_ops, in snd_register_device()
269 preg->f_ops = f_ops; in snd_register_device()
252 snd_register_device(int type, struct snd_card *card, int dev, const struct file_operations *f_ops, void *private_data, struct device *device) snd_register_device() argument
/kernel/linux/linux-5.10/include/sound/
H A Dcore.h166 const struct file_operations *f_ops; /* file operations */ member
167 void *private_data; /* private data for f_ops->open */
189 const struct file_operations *f_ops,
196 const struct file_operations *f_ops, void *private_data);
/kernel/linux/linux-6.6/include/sound/
H A Dcore.h219 const struct file_operations *f_ops; /* file operations */ member
220 void *private_data; /* private data for f_ops->open */
245 const struct file_operations *f_ops,
252 const struct file_operations *f_ops, void *private_data);

Completed in 5 milliseconds