Home
last modified time | relevance | path

Searched refs:dtlk_poll (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/char/
Ddtlk.c94 static __poll_t dtlk_poll(struct file *, poll_table *);
105 .poll = dtlk_poll,
231 static __poll_t dtlk_poll(struct file *file, poll_table * wait) in dtlk_poll() function