Home
last modified time | relevance | path

Searched refs:tee_shm_get_fd (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/tee/
H A Dtee_private.h63 int tee_shm_get_fd(struct tee_shm *shm);
H A Dtee_shm.c289 * tee_shm_get_fd() - Increase reference count and return file descriptor
293 int tee_shm_get_fd(struct tee_shm *shm) in tee_shm_get_fd() function
H A Dtee_core.c311 ret = tee_shm_get_fd(shm); in tee_ioctl_shm_alloc()
315 * should be freed or if tee_shm_get_fd() failed then it will in tee_ioctl_shm_alloc()
352 ret = tee_shm_get_fd(shm); in tee_ioctl_shm_register()
355 * should be freed or if tee_shm_get_fd() failed then it will in tee_ioctl_shm_register()
/kernel/linux/linux-6.6/drivers/tee/
H A Dtee_private.h50 int tee_shm_get_fd(struct tee_shm *shm);
H A Dtee_shm.c390 * tee_shm_get_fd() - Increase reference count and return file descriptor
394 int tee_shm_get_fd(struct tee_shm *shm) in tee_shm_get_fd() function
H A Dtee_core.c310 ret = tee_shm_get_fd(shm); in tee_ioctl_shm_alloc()
314 * should be freed or if tee_shm_get_fd() failed then it will in tee_ioctl_shm_alloc()
346 ret = tee_shm_get_fd(shm); in tee_ioctl_shm_register()
349 * should be freed or if tee_shm_get_fd() failed then it will in tee_ioctl_shm_register()

Completed in 5 milliseconds