Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_cdev.c105 static int OsalCdevPoll(struct file *filep, poll_table *fds) in OsalCdevPoll() function
120 fops->poll = src->poll != NULL ? OsalCdevPoll : NULL; in AssignFileOps()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_cdev.c174 static unsigned int OsalCdevPoll(struct file* filep, struct poll_table_struct* pollTable) in OsalCdevPoll() function
203 fops->poll = src->poll != NULL ? OsalCdevPoll : NULL; in AssignFileOps()