Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H 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()
/linux/sound/
H A Dsound_core.c538 const struct file_operations *new_fops = NULL; in soundcore_open() local
551 new_fops = fops_get(s->unit_fops); in soundcore_open()
552 if (preclaim_oss && !new_fops) { in soundcore_open()
578 new_fops = fops_get(s->unit_fops); in soundcore_open()
582 if (!new_fops) in soundcore_open()
589 replace_fops(file, new_fops); in soundcore_open()
/linux/drivers/gpu/drm/
H A Ddrm_drv.c1190 const struct file_operations *new_fops; in drm_stub_open() local
1200 new_fops = fops_get(minor->dev->driver->fops); in drm_stub_open()
1201 if (!new_fops) { in drm_stub_open()
1206 replace_fops(filp, new_fops); in drm_stub_open()