Searched refs:fops (Results 1 – 2 of 2) sorted by relevance
33 extern int register_sound_special(const struct file_operations *fops, int unit);34 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct devic…35 extern int register_sound_mixer(const struct file_operations *fops, int dev);36 extern int register_sound_midi(const struct file_operations *fops, int dev);37 extern int register_sound_dsp(const struct file_operations *fops, int dev);
383 struct file_operations *fops; member