Home
last modified time | relevance | path

Searched defs:fops (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/khdf/liteos/osal/src/
Dosal_cdev.c42 struct file_operations_vfs fops; member
115 static void AssignFileOps(struct file_operations_vfs *fops, const struct OsalCdevOps *src) in AssignFileOps()
126 struct OsalCdev *OsalAllocCdev(const struct OsalCdevOps *fops) in OsalAllocCdev()
/drivers/hdf_core/adapter/khdf/linux/osal/src/
Dosal_cdev.c39 struct file_operations fops; member
198 static void AssignFileOps(struct file_operations* fops, const struct OsalCdevOps* src) in AssignFileOps()
212 struct OsalCdev* OsalAllocCdev(const struct OsalCdevOps* fops) in OsalAllocCdev()