Home
last modified time | relevance | path

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

/sound/
Dsound_core.c162 …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()
[all …]
/sound/soc/sof/
Ddebug.c216 const struct file_operations *fops) in snd_sof_debugfs_probe_item() argument
227 debugfs_create_file(name, mode, sdev->debugfs_root, dfse, fops); in snd_sof_debugfs_probe_item()
/sound/oss/dmasound/
Ddmasound_core.c1173 const struct file_operations *fops = &sq_fops; in sq_init() local
1175 sq_unit = register_sound_dsp(fops, -1); in sq_init()
/sound/soc/codecs/
Dwm_adsp.c716 const struct file_operations fops; member
720 .fops = {
727 .fops = {
749 dsp, &wm_adsp_debugfs_fops[i].fops); in wm_adsp2_init_debugfs()