Home
last modified time | relevance | path

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

/linux/drivers/tee/
H A Dtee_shm.c82 if (!tee_device_get(teedev)) in shm_alloc_helper()
194 if (!tee_device_get(ctx->teedev)) in tee_shm_register_fd()
292 if (!tee_device_get(teedev)) in tee_shm_alloc_dma_mem()
412 if (!tee_device_get(teedev)) in register_shm_helper()
H A Dtee_core.c51 if (!tee_device_get(teedev)) in teedev_open()
1249 bool tee_device_get(struct tee_device *teedev) in tee_device_get() function
1260 EXPORT_SYMBOL_GPL(tee_device_get);
H A Dtee_heap.c292 if (!tee_device_get(teedev)) in tee_device_register_dma_heap()
/linux/include/linux/
H A Dtee_core.h233 bool tee_device_get(struct tee_device *teedev);
/linux/drivers/tee/qcomtee/
H A Dcall.c582 if (!tee_device_get(ctx->teedev)) in qcomtee_open()