Lines Matching refs:fops
159 …t sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low… in __sound_insert_unit() argument
195 s->unit_fops=fops; in __sound_insert_unit()
239 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int inde… in sound_insert_unit() argument
249 r = __sound_insert_unit(s, list, fops, index, low, top); in sound_insert_unit()
347 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device() argument
408 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()
414 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() argument
416 return register_sound_special_device(fops, unit, NULL); in register_sound_special()
433 int register_sound_mixer(const struct file_operations *fops, int dev) in register_sound_mixer() argument
435 return sound_insert_unit(&chains[0], fops, dev, 0, 128, in register_sound_mixer()
461 int register_sound_dsp(const struct file_operations *fops, int dev) in register_sound_dsp() argument
463 return sound_insert_unit(&chains[3], fops, dev, 3, 131, in register_sound_dsp()