Home
last modified time | relevance | path

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

/drivers/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/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/framework/core/adapter/vnode/include/
Dhdf_vnode_adapter.h23 struct OsalCdev *cdev; member
/drivers/adapter/khdf/linux/platform/watchdog/
Dwatchdog_adapter.c160 struct cdev cdev; in WdtCoreDataToWdd() member
/drivers/framework/core/adapter/vnode/src/
Dhdf_vnode_adapter.c498 int HdfVNodeAdapterOpen(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterOpen()
548 static int HdfVNodeAdapterClose(struct OsalCdev *cdev, struct file *filep) in HdfVNodeAdapterClose()
/drivers/adapter/khdf/linux/model/usb/device/
Du_generic.h273 struct cdev cdev; member
Df_generic.c169 struct cdev cdev; member
1732 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev) in functionfs_bind()