Home
last modified time | relevance | path

Searched refs:OsalCdevIoctl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_cdev.c180 static long OsalCdevIoctl(struct file* filep, unsigned int cmd, unsigned long arg) in OsalCdevIoctl() function
204 fops->unlocked_ioctl = src->ioctl != NULL ? OsalCdevIoctl : NULL; in AssignFileOps()
208 fops->compat_ioctl = src->ioctl != NULL ? OsalCdevIoctl : NULL; in AssignFileOps()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_cdev.c95 static int OsalCdevIoctl(struct file *filep, int cmd, unsigned long arg) in OsalCdevIoctl() function
121 fops->ioctl = src->ioctl != NULL ? OsalCdevIoctl : NULL; in AssignFileOps()