Searched refs:pts (Results 1 – 1 of 1) sorted by relevance
353 …tic __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *pts) in pde_poll() argument359 return poll(file, pts); in pde_poll()363 static __poll_t proc_reg_poll(struct file *file, struct poll_table_struct *pts) in proc_reg_poll() argument369 return pde_poll(pde, file, pts); in proc_reg_poll()371 rv = pde_poll(pde, file, pts); in proc_reg_poll()