Lines Matching refs:tee_device
31 static struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open()
95 ctx = teedev_open(container_of(inode->i_cdev, struct tee_device, cdev)); in tee_open()
683 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device()
705 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc()
710 struct tee_device *teedev; in tee_device_alloc()
795 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show()
821 int tee_device_register(struct tee_device *teedev) in tee_device_register()
866 void tee_device_put(struct tee_device *teedev) in tee_device_put()
880 bool tee_device_get(struct tee_device *teedev) in tee_device_get()
900 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister()
930 void *tee_get_drvdata(struct tee_device *teedev) in tee_get_drvdata()
945 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in match_dev()
976 ctx = teedev_open(container_of(dev, struct tee_device, dev)); in tee_client_open_context()
1048 struct tee_client_device *tee_device; in tee_client_device_match() local
1051 tee_device = to_tee_client_device(dev); in tee_client_device_match()
1054 if (uuid_equal(&tee_device->id.uuid, &id_table->uuid)) in tee_client_device_match()