poll_table_struct
unsigned int drm_poll(struct file *filp, struct poll_table_struct *wait);
struct poll_table_struct;
unsigned int (*poll) (struct file *, struct poll_table_struct *);
typedef struct poll_table_struct poll_table;