Searched refs:drm_poll (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h726 d_poll_t drm_poll; variable
H A Ddrm_drv.c128 .d_poll = drm_poll,
H A Ddrm_fops.c94 /* The drm_read and drm_poll are stubs to prevent spurious errors
102 int drm_poll(struct cdev *kdev, int events, DRM_STRUCTPROC *p) function
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h1206 d_poll_t drm_poll; variable
H A Ddrm_fops.c558 drm_poll(struct cdev *kdev, int events, struct thread *td) function
576 CTR0(KTR_DRM, "drm_poll empty list");
580 CTR1(KTR_DRM, "drm_poll revents %x", revents);
586 EXPORT_SYMBOL(drm_poll); variable
H A Ddrm_stub.c80 .d_poll = drm_poll,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.c1069 .poll = drm_poll,

Completed in 312 milliseconds