Searched refs:OsalCdevOps (Results 1 – 4 of 4) sorted by relevance
25 struct OsalCdevOps { struct35 struct OsalCdev *OsalAllocCdev(const struct OsalCdevOps *fops); argument
43 const struct OsalCdevOps *opsImpl;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()
40 const struct OsalCdevOps* opsImpl;198 static void AssignFileOps(struct file_operations* fops, const struct OsalCdevOps* src) in AssignFileOps()212 struct OsalCdev* OsalAllocCdev(const struct OsalCdevOps* fops) in OsalAllocCdev()
715 const struct OsalCdevOps *fileOps, uint32_t mode) in HdfIoServiceAdapterRegCdev()746 static const struct OsalCdevOps fileOps = { in HdfIoServiceAdapterPublish()