Searched refs:pollTable (Results 1 – 2 of 2) sorted by relevance
29 unsigned int (*poll)(struct file *filep, poll_table *pollTable);
174 static unsigned int OsalCdevPoll(struct file* filep, struct poll_table_struct* pollTable) in OsalCdevPoll() argument177 return dev->opsImpl->poll(filep, pollTable); in OsalCdevPoll()