Home
last modified time | relevance | path

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

/drivers/char/
A Dmisc.c123 const struct file_operations *new_fops = NULL; in misc_open() local
131 new_fops = fops_get(iter->fops); in misc_open()
135 if (!new_fops) { in misc_open()
144 new_fops = fops_get(iter->fops); in misc_open()
147 if (!new_fops) in misc_open()
159 replace_fops(file, new_fops); in misc_open()
/drivers/usb/core/
A Dfile.c36 const struct file_operations *new_fops; in usb_open() local
39 new_fops = fops_get(usb_minors[iminor(inode)]); in usb_open()
41 if (!new_fops) in usb_open()
44 replace_fops(file, new_fops); in usb_open()
/drivers/accel/
A Ddrm_accel.c149 const struct file_operations *new_fops; in accel_stub_open() local
157 new_fops = fops_get(minor->dev->driver->fops); in accel_stub_open()
158 if (!new_fops) { in accel_stub_open()
163 replace_fops(filp, new_fops); in accel_stub_open()
/drivers/gpu/drm/
A Ddrm_drv.c1187 const struct file_operations *new_fops; in drm_stub_open() local
1197 new_fops = fops_get(minor->dev->driver->fops); in drm_stub_open()
1198 if (!new_fops) { in drm_stub_open()
1203 replace_fops(filp, new_fops); in drm_stub_open()
/drivers/media/dvb-core/
A Ddvbdev.c101 const struct file_operations *new_fops; in dvb_device_open() local
103 new_fops = fops_get(dvbdev->fops); in dvb_device_open()
104 if (!new_fops) in dvb_device_open()
107 replace_fops(file, new_fops); in dvb_device_open()

Completed in 16 milliseconds