Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_sync_android.c168 static const struct file_operations stream_fops = { variable
184 *out_fd = anon_inode_getfd(name, &stream_fops, tl, O_RDONLY|O_CLOEXEC); in kbase_sync_fence_stream_create()
234 if (tl_file->f_op != &stream_fops) { in kbase_sync_fence_out_create()
H A Dmali_kbase_sync_file.c40 static const struct file_operations stream_fops = { variable
49 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, in kbase_sync_fence_stream_create()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_sync_file.c41 static const struct file_operations stream_fops = { variable
50 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, in kbase_sync_fence_stream_create()