Home
last modified time | relevance | path

Searched refs:teedev_open (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/tee/
Dtee_core.c46 struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open() function
73 EXPORT_SYMBOL_GPL(teedev_open);
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()
/linux-6.6.21/include/linux/
Dtee_drv.h502 struct tee_context *teedev_open(struct tee_device *teedev);
/linux-6.6.21/drivers/tee/optee/
Dffa_abi.c858 ctx = teedev_open(optee->teedev); in optee_ffa_probe()
Dsmc_abi.c1736 ctx = teedev_open(optee->teedev); in optee_probe()