Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_fops.c550 drm_poll(struct cdev *kdev, int events, struct thread *td) in drm_poll() function
578 EXPORT_SYMBOL(drm_poll);
H A Ddrm_stub.c78 .d_poll = drm_poll,
H A DdrmP.h1204 d_poll_t drm_poll; variable