Lines Matching defs:teedev
47 struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open()
103 struct tee_device *teedev = ctx->teedev; in teedev_close_context() local
858 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device() local
885 struct tee_device *teedev; in tee_device_alloc() local
966 void tee_device_set_dev_groups(struct tee_device *teedev, in tee_device_set_dev_groups()
976 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show() local
1005 int tee_device_register(struct tee_device *teedev) in tee_device_register()
1028 void tee_device_put(struct tee_device *teedev) in tee_device_put()
1042 bool tee_device_get(struct tee_device *teedev) in tee_device_get()
1062 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister()
1089 void *tee_get_drvdata(struct tee_device *teedev) in tee_get_drvdata()
1104 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in match_dev() local