Searched defs:cdev (Results 1 – 7 of 7) sorted by relevance
| /drivers/adapter/khdf/linux/osal/src/ |
| D | osal_cdev.c | 37 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/ |
| D | osal_cdev.c | 128 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/ |
| D | hdf_vnode_adapter.h | 23 struct OsalCdev *cdev; member
|
| /drivers/adapter/khdf/linux/platform/watchdog/ |
| D | watchdog_adapter.c | 160 struct cdev cdev; in WdtCoreDataToWdd() member
|
| /drivers/framework/core/adapter/vnode/src/ |
| D | hdf_vnode_adapter.c | 498 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/ |
| D | u_generic.h | 273 struct cdev cdev; member
|
| D | f_generic.c | 169 struct cdev cdev; member 1732 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev) in functionfs_bind()
|