Home
last modified time | relevance | path

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

/sound/
Dsound_core.c125 …t sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low… in __sound_insert_unit() argument
161 s->unit_fops=fops; in __sound_insert_unit()
205 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int inde… in sound_insert_unit() argument
214 r = __sound_insert_unit(s, list, fops, index, low, top); in sound_insert_unit()
286 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device() argument
344 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()
350 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() argument
352 return register_sound_special_device(fops, unit, NULL); in register_sound_special()
367 int register_sound_mixer(const struct file_operations *fops, int dev) in register_sound_mixer() argument
369 return sound_insert_unit(&chains[0], fops, dev, 0, 128, in register_sound_mixer()
[all …]
/sound/i2c/other/
Dtea575x-tuner.c209 tea->vd.fops = &tea->fops; in snd_tea575x_init()
211 tea->fops.owner = tea->card->module; in snd_tea575x_init()
212 tea->fops.open = snd_tea575x_exclusive_open; in snd_tea575x_init()
213 tea->fops.release = snd_tea575x_exclusive_release; in snd_tea575x_init()
214 tea->fops.ioctl = snd_tea575x_ioctl; in snd_tea575x_init()
/sound/oss/dmasound/
Ddmasound_core.c1133 const struct file_operations *fops = &sq_fops; in sq_init() local
1138 sq_unit = register_sound_dsp(fops, -1); in sq_init()