Searched defs:nr (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/osal/inc/ |
| H A D | vcodec_service.h | 22 #define VPU_IOC_WRITE(nr, size) _IOC(_IOC_WRITE, VPU_IOC_MAGIC, (nr), (size)) argument
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | drm.h | 798 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr) argument 799 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) argument 800 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) argument 801 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
|
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | ion.h | 101 int nr; member
|