Searched refs:drm_read (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h1199 d_read_t drm_read; variable
H A Ddrm_fops.c477 /* Already locked in drm_read(). */
499 drm_read(struct cdev *kdev, struct uio *uio, int ioflag) function
541 EXPORT_SYMBOL(drm_read); variable
H A Ddrm_stub.c78 .d_read = drm_read,
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h725 d_read_t drm_read; variable
H A Ddrm_drv.c126 .d_read = drm_read,
H A Ddrm_fops.c94 /* The drm_read and drm_poll are stubs to prevent spurious errors
97 int drm_read(struct cdev *kdev, struct uio *uio, int ioflag) function
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.c1071 .read = drm_read,

Completed in 256 milliseconds