Searched refs:new_fops (Results 1 – 1 of 1) sorted by relevance
516 const struct file_operations *new_fops = NULL; in soundcore_open() local531 new_fops = fops_get(s->unit_fops); in soundcore_open()532 if (!new_fops) { in soundcore_open()546 new_fops = fops_get(s->unit_fops); in soundcore_open()548 if (new_fops) { in soundcore_open()558 file->f_op = new_fops; in soundcore_open()