Lines Matching refs:tee_device
46 struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open()
102 struct tee_device *teedev = ctx->teedev; in teedev_close_context()
113 ctx = teedev_open(container_of(inode->i_cdev, struct tee_device, cdev)); in tee_open()
857 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device()
879 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc()
884 struct tee_device *teedev; in tee_device_alloc()
965 void tee_device_set_dev_groups(struct tee_device *teedev, in tee_device_set_dev_groups()
975 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show()
1004 int tee_device_register(struct tee_device *teedev) in tee_device_register()
1027 void tee_device_put(struct tee_device *teedev) in tee_device_put()
1041 bool tee_device_get(struct tee_device *teedev) in tee_device_get()
1061 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister()
1088 void *tee_get_drvdata(struct tee_device *teedev) in tee_get_drvdata()
1103 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in match_dev()
1134 ctx = teedev_open(container_of(dev, struct tee_device, dev)); in tee_client_open_context()
1214 struct tee_client_device *tee_device; in tee_client_device_match() local
1217 tee_device = to_tee_client_device(dev); in tee_client_device_match()
1220 if (uuid_equal(&tee_device->id.uuid, &id_table->uuid)) in tee_client_device_match()