Searched defs:cdev (Results 1 – 5 of 5) sorted by relevance
38 struct cdev cdev; member112 static int RegisterDev(struct OsalCdev* cdev, const char* devName) in RegisterDev()214 struct OsalCdev* cdev = OsalMemCalloc(sizeof(struct OsalCdev)); in OsalAllocCdev() local225 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()
128 struct OsalCdev *cdev = OsalMemCalloc(sizeof(struct OsalCdev)); in OsalAllocCdev() local139 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()
23 struct OsalCdev *cdev; member
166 struct cdev cdev; in WdtCoreDataToWdd() member
648 int HdfVNodeAdapterOpen(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterOpen()700 static int HdfVNodeAdapterClose(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterClose()