![]() |
Samsung Internal API reference
2.0
|
User-space Driver Framework declarations. More...
Go to the source code of this file.
Functions | |
| 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. More... | |
| 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. More... | |
| int | TEES_UDF_FiniDriver (struct usr_drv_info *info) |
| This function is used to de-initialize and stop UDF driver. More... | |
| int | TEES_UDF_RegisterIoctlDesc (struct usr_drv_info *info, unsigned int cmd, const struct ioctl_desc *desc) |
| Register an ioctl() cmd for UDF driver. More... | |
User-space Driver Framework declarations.