Searched defs:osal_poll (Results 1 – 7 of 7) sorted by relevance
401 typedef struct osal_poll { struct413 unsigned int (*poll)(osal_poll_t *osal_poll, void *private_data); argument
398 typedef struct osal_poll { struct410 unsigned int (*poll)(osal_poll_t *osal_poll, void *private_data); argument
456 static unsigned int hiir_select(osal_poll_t *osal_poll, void *private_data) in hiir_select()
383 static unsigned int vou_poll(osal_poll_t *osal_poll, void *private_data) in vou_poll()
444 static unsigned int osal_poll(struct file *file, struct poll_table_struct *table) in osal_poll() function
378 } osal_poll; typedef