Searched refs:OsalCdevPoll (Results 1 – 2 of 2) sorted by relevance
105 static int OsalCdevPoll(struct file *filep, poll_table *fds) in OsalCdevPoll() function120 fops->poll = src->poll != NULL ? OsalCdevPoll : NULL; in AssignFileOps()
174 static unsigned int OsalCdevPoll(struct file* filep, struct poll_table_struct* pollTable) in OsalCdevPoll() function203 fops->poll = src->poll != NULL ? OsalCdevPoll : NULL; in AssignFileOps()