Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Ddtlk.c95 static __poll_t dtlk_poll(struct file *, poll_table *);
106 .poll = dtlk_poll,
232 static __poll_t dtlk_poll(struct file *file, poll_table * wait) in dtlk_poll() function