Searched defs:cdev (Results 1 – 5 of 5) sorted by relevance
37 struct cdev cdev; member107 static int RegisterDev(struct OsalCdev* cdev, const char* devName) in RegisterDev()209 struct OsalCdev* cdev = OsalMemCalloc(sizeof(struct OsalCdev)); in OsalAllocCdev() local220 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()
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
160 struct cdev cdev; in WdtCoreDataToWdd() member
501 int HdfVNodeAdapterOpen(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterOpen()551 static int HdfVNodeAdapterClose(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterClose()