Home
last modified time | relevance | path

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

/sound/
Dsound_core.c174 …t sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low… in __sound_insert_unit() argument
210 s->unit_fops=fops; in __sound_insert_unit()
254 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int inde… in sound_insert_unit() argument
264 r = __sound_insert_unit(s, list, fops, index, low, top); in sound_insert_unit()
361 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device() argument
422 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()
428 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() argument
430 return register_sound_special_device(fops, unit, NULL); in register_sound_special()
447 int register_sound_mixer(const struct file_operations *fops, int dev) in register_sound_mixer() argument
449 return sound_insert_unit(&chains[0], fops, dev, 0, 128, in register_sound_mixer()
[all …]
/sound/i2c/other/
Dtea575x-tuner.c516 tea->fops = tea575x_fops; in snd_tea575x_init()
517 tea->fops.owner = owner; in snd_tea575x_init()
518 tea->vd.fops = &tea->fops; in snd_tea575x_init()
/sound/oss/dmasound/
Ddmasound_core.c1165 const struct file_operations *fops = &sq_fops; in sq_init() local
1170 sq_unit = register_sound_dsp(fops, -1); in sq_init()