Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/android/
Dvsoc.c128 static struct vsoc_device vsoc_dev; variable
166 if (iminor(inode) >= vsoc_dev.layout->region_count) { in vsoc_validate_inode()
167 dev_err(&vsoc_dev.dev->dev, in vsoc_validate_inode()
181 dev_err(&vsoc_dev.dev->dev, in vsoc_validate_filep()
192 return (void __force *)vsoc_dev.kernel_mapped_shm + offset; in shm_off_to_virtual_addr()
198 return vsoc_dev.shm_phys_start + offset; in shm_off_to_phys_addr()
208 return &vsoc_dev.regions[iminor(inode)]; in vsoc_region_from_inode()
278 if (&vsoc_dev.regions[managed_region_p->managed_by] != region_p) in do_create_fd_scoped_permission()
354 mutex_lock(&vsoc_dev.mtx); in do_destroy_fd_scoped_permission_node()
356 mutex_unlock(&vsoc_dev.mtx); in do_destroy_fd_scoped_permission_node()
[all …]