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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dfile.c36 const struct file_operations *old_fops, *new_fops = NULL; local
41 if (!c || !(new_fops = fops_get(c)))
45 file->f_op = new_fops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/
H A Dsound_core.c542 const struct file_operations *new_fops = NULL; local
555 new_fops = fops_get(s->unit_fops);
556 if (preclaim_oss && !new_fops) {
582 new_fops = fops_get(s->unit_fops);
584 if (new_fops) {
594 file->f_op = new_fops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput.c2010 const struct file_operations *old_fops, *new_fops = NULL; local
2020 new_fops = fops_get(handler->fops);
2028 if (!new_fops || !new_fops->open) {
2029 fops_put(new_fops);
2035 file->f_op = new_fops;
2037 err = new_fops->open(inode, file);

Completed in 117 milliseconds