Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/core/adapter/vnode/include/
H A Dhdf_vnode_adapter.h23 struct OsalCdev *cdev; member
/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
H A Dwatchdog_adapter.c166 struct cdev cdev; in WdtCoreDataToWdd() member
/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() argument
157 OsalUnregisterCdev(struct OsalCdev *cdev) OsalUnregisterCdev() argument
164 OsalFreeCdev(struct OsalCdev *cdev) OsalFreeCdev() argument
171 OsalGetCdevPriv(struct OsalCdev *cdev) OsalGetCdevPriv() argument
[all...]
/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() argument
214 struct OsalCdev* cdev = OsalMemCalloc(sizeof(struct OsalCdev)); OsalAllocCdev() local
225 OsalRegisterCdev(struct OsalCdev* cdev, const char* name, unsigned int mode, void* priv) OsalRegisterCdev() argument
243 OsalUnregisterCdev(struct OsalCdev* cdev) OsalUnregisterCdev() argument
253 OsalFreeCdev(struct OsalCdev* cdev) OsalFreeCdev() argument
260 OsalGetCdevPriv(struct OsalCdev* cdev) OsalGetCdevPriv() argument
[all...]
/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c648 int HdfVNodeAdapterOpen(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterOpen() argument
700 static int HdfVNodeAdapterClose(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterClose() argument

Completed in 3 milliseconds