Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/osal/
H A Dosal_cdev.h29 unsigned int (*poll)(struct file *filep, poll_table *pollTable);
/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() argument
177 return dev->opsImpl->poll(filep, pollTable); in OsalCdevPoll()