Home
last modified time | relevance | path

Searched defs:cdev (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_cdev.c38 struct cdev cdev; member
112 static int RegisterDev(struct OsalCdev* cdev, const char* devName) in RegisterDev()
214 struct OsalCdev* cdev = OsalMemCalloc(sizeof(struct OsalCdev)); in OsalAllocCdev() local
225 int OsalRegisterCdev(struct OsalCdev* cdev, const char* name, unsigned int mode, void* priv) in OsalRegisterCdev()
243 void OsalUnregisterCdev(struct OsalCdev* cdev) in OsalUnregisterCdev()
253 void OsalFreeCdev(struct OsalCdev* cdev) in OsalFreeCdev()
260 void* OsalGetCdevPriv(struct OsalCdev* cdev) in OsalGetCdevPriv()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_cdev.c128 struct OsalCdev *cdev = OsalMemCalloc(sizeof(struct OsalCdev)); in OsalAllocCdev() local
139 int OsalRegisterCdev(struct OsalCdev *cdev, const char *name, unsigned int mode, void *priv) in OsalRegisterCdev()
157 void OsalUnregisterCdev(struct OsalCdev *cdev) in OsalUnregisterCdev()
164 void OsalFreeCdev(struct OsalCdev *cdev) in OsalFreeCdev()
171 void *OsalGetCdevPriv(struct OsalCdev *cdev) in OsalGetCdevPriv()
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/include/
H A Dhdf_vnode_adapter.h23 struct OsalCdev *cdev; member
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
H A Dwatchdog_adapter.c166 struct cdev cdev; in WdtCoreDataToWdd() member
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c648 int HdfVNodeAdapterOpen(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterOpen()
700 static int HdfVNodeAdapterClose(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterClose()