Searched defs:old_fops (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/telephony/
H A Dphonedev.c50 const struct file_operations *old_fops, *new_fops = NULL; local
70 old_fops = file->f_op;
76 file->f_op = fops_get(old_fops);
78 fops_put(old_fops);
/drivers/char/
H A Dmisc.c117 const struct file_operations *old_fops, *new_fops = NULL; local
144 old_fops = file->f_op;
151 file->f_op = fops_get(old_fops);
154 fops_put(old_fops);
/drivers/usb/core/
H A Dfile.c35 const struct file_operations *old_fops, *new_fops = NULL; local
43 old_fops = file->f_op;
50 file->f_op = fops_get(old_fops);
52 fops_put(old_fops);
/drivers/gpu/drm/
H A Ddrm_fops.c175 const struct file_operations *old_fops; local
190 old_fops = filp->f_op;
193 filp->f_op = old_fops;
198 filp->f_op = fops_get(old_fops);
200 fops_put(old_fops);
/drivers/media/dvb/dvb-core/
H A Ddvbdev.c77 const struct file_operations *old_fops; local
80 old_fops = file->f_op;
83 file->f_op = old_fops;
90 file->f_op = fops_get(old_fops);
92 fops_put(old_fops);
/drivers/gpu/drm/i810/
H A Di810_dma.c126 const struct file_operations *old_fops; local
134 old_fops = file_priv->filp->f_op;
141 file_priv->filp->f_op = old_fops;
/drivers/input/
H A Dinput.c2096 const struct file_operations *old_fops, *new_fops = NULL; local
2120 old_fops = file->f_op;
2126 file->f_op = fops_get(old_fops);
2128 fops_put(old_fops);

Completed in 195 milliseconds