Searched defs:fops (Results 1 – 2 of 2) sorted by relevance
42 struct file_operations_vfs fops; member115 static void AssignFileOps(struct file_operations_vfs *fops, const struct OsalCdevOps *src) in AssignFileOps()126 struct OsalCdev *OsalAllocCdev(const struct OsalCdevOps *fops) in OsalAllocCdev()
39 struct file_operations fops; member198 static void AssignFileOps(struct file_operations* fops, const struct OsalCdevOps* src) in AssignFileOps()212 struct OsalCdev* OsalAllocCdev(const struct OsalCdevOps* fops) in OsalAllocCdev()