int TEES_UDF_InitDriver(char *name, struct fops *fops, unsigned int drvid, struct usr_drv_info **info)
This function is used to initialize and register UDF driver.
User-space driver API declarations.
Structure that contains file operations callbacks supported by the driver. If user wants the driver t...
Definition: fops.h:64
Structure that contains information describing the driver.
Definition: fops.h:90
int TEES_UDF_Init_FS_Driver(char *name, struct fops *fops, unsigned int drvid, struct usr_drv_info **info)
This function is used to initialize and register UDF FS driver.
int TEES_UDF_RegisterIoctlDesc(struct usr_drv_info *info, unsigned int cmd, const struct ioctl_desc *desc)
Register an ioctl() cmd for UDF driver.
Structure that template for ioctl() parameters parsing.
Definition: tbt.h:75
int TEES_UDF_FiniDriver(struct usr_drv_info *info)
This function is used to de-initialize and stop UDF driver.