Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/android/
Dsync.c35 static const struct file_operations sync_fence_fops; variable
161 fence->file = anon_inode_getfile("sync_fence", &sync_fence_fops, in sync_fence_alloc()
221 if (file->f_op != &sync_fence_fops) in sync_fence_fdget()
723 static const struct file_operations sync_fence_fops = { variable