Home
last modified time | relevance | path

Searched refs:OsalCdevOps (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/osal/
H A Dosal_cdev.h25 struct OsalCdevOps { struct
35 struct OsalCdev *OsalAllocCdev(const struct OsalCdevOps *fops); argument
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_cdev.c43 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()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_cdev.c40 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()
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c715 const struct OsalCdevOps *fileOps, uint32_t mode) in HdfIoServiceAdapterRegCdev()
746 static const struct OsalCdevOps fileOps = { in HdfIoServiceAdapterPublish()