Lines Matching refs:fops
162 …t sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low… in __sound_insert_unit() argument
198 s->unit_fops=fops; in __sound_insert_unit()
242 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int inde… in sound_insert_unit() argument
252 r = __sound_insert_unit(s, list, fops, index, low, top); in sound_insert_unit()
350 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device() argument
411 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()
417 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() argument
419 return register_sound_special_device(fops, unit, NULL); in register_sound_special()
436 int register_sound_mixer(const struct file_operations *fops, int dev) in register_sound_mixer() argument
438 return sound_insert_unit(&chains[0], fops, dev, 0, 128, in register_sound_mixer()
464 int register_sound_dsp(const struct file_operations *fops, int dev) in register_sound_dsp() argument
466 return sound_insert_unit(&chains[3], fops, dev, 3, 131, in register_sound_dsp()