Lines Matching refs:tee_device
44 struct tee_device *teedev; in tee_open()
47 teedev = container_of(inode->i_cdev, struct tee_device, cdev); in tee_open()
678 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device()
700 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc()
705 struct tee_device *teedev; in tee_device_alloc()
790 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show()
816 int tee_device_register(struct tee_device *teedev) in tee_device_register()
861 void tee_device_put(struct tee_device *teedev) in tee_device_put()
875 bool tee_device_get(struct tee_device *teedev) in tee_device_get()
895 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister()
925 void *tee_get_drvdata(struct tee_device *teedev) in tee_get_drvdata()