Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/khdf/linux/osal/src/
Dosal_cdev.c37 struct cdev cdev; member
107 static int RegisterDev(struct OsalCdev* cdev, const char* devName) in RegisterDev()
209 struct OsalCdev* cdev = OsalMemCalloc(sizeof(struct OsalCdev)); in OsalAllocCdev() local
220 int OsalRegisterCdev(struct OsalCdev* cdev, const char* name, unsigned int mode, void* priv) in OsalRegisterCdev()
238 void OsalUnregisterCdev(struct OsalCdev* cdev) in OsalUnregisterCdev()
248 void OsalFreeCdev(struct OsalCdev* cdev) in OsalFreeCdev()
255 void* OsalGetCdevPriv(struct OsalCdev* cdev) in OsalGetCdevPriv()
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
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()
/drivers/hdf_core/framework/core/adapter/vnode/include/
Dhdf_vnode_adapter.h23 struct OsalCdev *cdev; member
/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
Dwatchdog_adapter.c160 struct cdev cdev; in WdtCoreDataToWdd() member
/drivers/hdf_core/framework/core/adapter/vnode/src/
Dhdf_vnode_adapter.c501 int HdfVNodeAdapterOpen(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterOpen()
551 static int HdfVNodeAdapterClose(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterClose()