Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H A Dhimedia.c51 const struct file_operations *new_fops = NULL; in himedia_open() local
57 new_fops = fops_get(c->fops); in himedia_open()
62 if (new_fops == NULL) { in himedia_open()
69 new_fops = fops_get(c->fops); in himedia_open()
74 if (new_fops == NULL) { in himedia_open()
82 file->f_op = new_fops; in himedia_open()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/
H A Dhimedia.c120 const struct file_operations *new_fops = NULL; in himedia_open() local
127 new_fops = fops_get(c->app_ops); in himedia_open()
132 if (new_fops == NULL) { in himedia_open()
138 file->f_op = new_fops; in himedia_open()

Completed in 1 milliseconds