Searched defs:DRM_IOWR (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
D | drm.h | 452 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
D | drm.h | 470 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE, nr, type) macro
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
D | drm.h | 826 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) macro
|
/kernel/linux/linux-5.10/tools/include/uapi/drm/ |
D | drm.h | 826 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) macro
|