Searched refs:new_fops (Results 1 - 4 of 4) sorted by relevance

/drivers/telephony/
H A Dphonedev.c51 const struct file_operations *old_fops, *new_fops = NULL; local
59 new_fops = fops_get(p->f_op);
60 if (!new_fops) {
65 if (p == NULL || (new_fops = fops_get(p->f_op)) == NULL)
72 file->f_op = new_fops;
/drivers/char/
H A Dmisc.c117 const struct file_operations *old_fops, *new_fops = NULL; local
123 new_fops = fops_get(c->fops);
128 if (!new_fops) {
135 new_fops = fops_get(c->fops);
139 if (!new_fops)
145 file->f_op = new_fops;
/drivers/usb/core/
H A Dfile.c35 const struct file_operations *old_fops, *new_fops = NULL; local
40 if (!c || !(new_fops = fops_get(c)))
44 file->f_op = new_fops;
/drivers/input/
H A Dinput.c2096 const struct file_operations *old_fops, *new_fops = NULL; local
2106 new_fops = fops_get(handler->fops);
2114 if (!new_fops || !new_fops->open) {
2115 fops_put(new_fops);
2121 file->f_op = new_fops;
2123 err = new_fops->open(inode, file);

Completed in 137 milliseconds