Lines Matching refs:tee_device
46 static struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open()
109 ctx = teedev_open(container_of(inode->i_cdev, struct tee_device, cdev)); in tee_open()
856 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device()
878 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc()
883 struct tee_device *teedev; in tee_device_alloc()
967 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show()
991 int tee_device_register(struct tee_device *teedev) in tee_device_register()
1016 void tee_device_put(struct tee_device *teedev) in tee_device_put()
1030 bool tee_device_get(struct tee_device *teedev) in tee_device_get()
1050 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister()
1077 void *tee_get_drvdata(struct tee_device *teedev) in tee_get_drvdata()
1092 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in match_dev()
1123 ctx = teedev_open(container_of(dev, struct tee_device, dev)); in tee_client_open_context()
1195 struct tee_client_device *tee_device; in tee_client_device_match() local
1198 tee_device = to_tee_client_device(dev); in tee_client_device_match()
1201 if (uuid_equal(&tee_device->id.uuid, &id_table->uuid)) in tee_client_device_match()