Home
last modified time | relevance | path

Searched refs:new_fops (Results 1 – 2 of 2) sorted by relevance

/sound/
Dsound_core.c587 const struct file_operations *new_fops = NULL; in soundcore_open() local
600 new_fops = fops_get(s->unit_fops); in soundcore_open()
601 if (preclaim_oss && !new_fops) { in soundcore_open()
627 new_fops = fops_get(s->unit_fops); in soundcore_open()
630 if (new_fops) { in soundcore_open()
636 replace_fops(file, new_fops); in soundcore_open()
/sound/core/
Dsound.c156 const struct file_operations *new_fops; in snd_open() local
170 new_fops = fops_get(mptr->f_ops); in snd_open()
172 if (!new_fops) in snd_open()
174 replace_fops(file, new_fops); in snd_open()