Lines Matching defs:tee
25 static int tee_alloc_ring(struct psp_tee_device *tee, int ring_size) in tee_alloc_ring()
49 static void tee_free_ring(struct psp_tee_device *tee) in tee_free_ring()
66 struct tee_init_ring_cmd *tee_alloc_cmd_buffer(struct psp_tee_device *tee) in tee_alloc_cmd_buffer()
89 static bool tee_send_destroy_cmd(struct psp_tee_device *tee) in tee_send_destroy_cmd()
112 static int tee_init_ring(struct psp_tee_device *tee) in tee_init_ring()
175 static void tee_destroy_ring(struct psp_tee_device *tee) in tee_destroy_ring()
192 struct psp_tee_device *tee; in tee_dev_init() local
234 struct psp_tee_device *tee = psp->tee_data; in tee_dev_destroy() local
242 static int tee_submit_cmd(struct psp_tee_device *tee, enum tee_cmd_id cmd_id, in tee_submit_cmd()
323 static int tee_wait_cmd_completion(struct psp_tee_device *tee, in tee_wait_cmd_completion()
349 struct psp_tee_device *tee; in psp_tee_process_cmd() local