Searched refs:old_fops (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dphonedev.c51 const struct file_operations *old_fops, *new_fops = NULL; local
71 old_fops = file->f_op;
77 file->f_op = fops_get(old_fops);
79 fops_put(old_fops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dfile.c34 const struct file_operations *old_fops, *new_fops = NULL; local
45 old_fops = file->f_op;
52 file->f_op = fops_get(old_fops);
54 fops_put(old_fops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmisc.c131 const struct file_operations *old_fops, *new_fops = NULL; local
158 old_fops = file->f_op;
164 file->f_op = fops_get(old_fops);
167 fops_put(old_fops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvbdev.c88 const struct file_operations *old_fops; local
91 old_fops = file->f_op;
97 file->f_op = fops_get(old_fops);
99 fops_put(old_fops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dsound.c133 const struct file_operations *old_fops; local
159 old_fops = file->f_op;
165 file->f_op = fops_get(old_fops);
167 fops_put(old_fops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/
H A Dsound_core.c470 const struct file_operations *old_fops = file->f_op; local
477 file->f_op = fops_get(old_fops);
479 fops_put(old_fops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_fops.c180 const struct file_operations *old_fops; local
193 old_fops = filp->f_op;
197 filp->f_op = fops_get(old_fops);
199 fops_put(old_fops);
H A Di810_dma.c129 const struct file_operations *old_fops; local
136 old_fops = filp->f_op;
143 filp->f_op = old_fops;
H A Di830_dma.c131 const struct file_operations *old_fops; local
139 old_fops = filp->f_op;
145 filp->f_op = old_fops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dinput.c1246 const struct file_operations *old_fops, *new_fops = NULL; local
1261 old_fops = file->f_op;
1268 file->f_op = fops_get(old_fops);
1270 fops_put(old_fops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvideodev.c112 const struct file_operations *old_fops; local
128 old_fops = file->f_op;
134 file->f_op = fops_get(old_fops);
136 fops_put(old_fops);

Completed in 128 milliseconds