Home
last modified time | relevance | path

Searched refs:teedev_open (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dtee_drv.h586 * teedev_open() - Open a struct tee_device
591 struct tee_context *teedev_open(struct tee_device *teedev);
/kernel/linux/linux-6.6/include/linux/
H A Dtee_drv.h497 * teedev_open() - Open a struct tee_device
502 struct tee_context *teedev_open(struct tee_device *teedev);
/kernel/linux/linux-5.10/drivers/tee/
H A Dtee_core.c46 struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open() function
73 EXPORT_SYMBOL_GPL(teedev_open); variable
113 ctx = teedev_open(container_of(inode->i_cdev, struct tee_device, cdev)); in tee_open()
1129 ctx = teedev_open(container_of(dev, struct tee_device, dev)); in tee_client_open_context()
/kernel/linux/linux-6.6/drivers/tee/
H A Dtee_core.c46 struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open() function
73 EXPORT_SYMBOL_GPL(teedev_open); variable
113 ctx = teedev_open(container_of(inode->i_cdev, struct tee_device, cdev)); in tee_open()
1124 ctx = teedev_open(container_of(dev, struct tee_device, dev)); in tee_client_open_context()
/kernel/linux/linux-5.10/drivers/tee/optee/
H A Dcore.c724 ctx = teedev_open(optee->teedev); in optee_probe()
/kernel/linux/linux-6.6/drivers/tee/optee/
H A Dffa_abi.c858 ctx = teedev_open(optee->teedev); in optee_ffa_probe()
H A Dsmc_abi.c1736 ctx = teedev_open(optee->teedev); in optee_probe()

Completed in 9 milliseconds