Searched refs:OMAP_IOR (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | omapfb.h | 35 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) macro 43 #define OMAPFB_GET_CAPS OMAP_IOR(42, struct omapfb_caps) 56 #define OMAPFB_MEMORY_READ OMAP_IOR(58, struct omapfb_memory_read) 57 #define OMAPFB_GET_OVERLAY_COLORMODE OMAP_IOR(59, struct omapfb_ovl_colormode) 59 #define OMAPFB_GET_VRAM_INFO OMAP_IOR(61, struct omapfb_vram_info) 61 #define OMAPFB_GET_DISPLAY_INFO OMAP_IOR(63, struct omapfb_display_info)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | omapfb.h | 35 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) macro 43 #define OMAPFB_GET_CAPS OMAP_IOR(42, struct omapfb_caps) 56 #define OMAPFB_MEMORY_READ OMAP_IOR(58, struct omapfb_memory_read) 57 #define OMAPFB_GET_OVERLAY_COLORMODE OMAP_IOR(59, struct omapfb_ovl_colormode) 59 #define OMAPFB_GET_VRAM_INFO OMAP_IOR(61, struct omapfb_vram_info) 61 #define OMAPFB_GET_DISPLAY_INFO OMAP_IOR(63, struct omapfb_display_info)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | omapfb.h | 25 #define OMAP_IOR(num,dtype) _IOR('O', num, dtype) macro 32 #define OMAPFB_GET_CAPS OMAP_IOR(42, struct omapfb_caps) 45 #define OMAPFB_MEMORY_READ OMAP_IOR(58, struct omapfb_memory_read) 46 #define OMAPFB_GET_OVERLAY_COLORMODE OMAP_IOR(59, struct omapfb_ovl_colormode) 48 #define OMAPFB_GET_VRAM_INFO OMAP_IOR(61, struct omapfb_vram_info) 50 #define OMAPFB_GET_DISPLAY_INFO OMAP_IOR(63, struct omapfb_display_info)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | omapfb.h | 25 #define OMAP_IOR(num,dtype) _IOR('O', num, dtype) macro 32 #define OMAPFB_GET_CAPS OMAP_IOR(42, struct omapfb_caps) 45 #define OMAPFB_MEMORY_READ OMAP_IOR(58, struct omapfb_memory_read) 46 #define OMAPFB_GET_OVERLAY_COLORMODE OMAP_IOR(59, struct omapfb_ovl_colormode) 48 #define OMAPFB_GET_VRAM_INFO OMAP_IOR(61, struct omapfb_vram_info) 50 #define OMAPFB_GET_DISPLAY_INFO OMAP_IOR(63, struct omapfb_display_info)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | omapfb.h | 12 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) macro 19 #define OMAPFB_GET_CAPS OMAP_IOR(42, struct omapfb_caps) 32 #define OMAPFB_MEMORY_READ OMAP_IOR(58, struct omapfb_memory_read) 33 #define OMAPFB_GET_OVERLAY_COLORMODE OMAP_IOR(59, struct omapfb_ovl_colormode) 35 #define OMAPFB_GET_VRAM_INFO OMAP_IOR(61, struct omapfb_vram_info) 37 #define OMAPFB_GET_DISPLAY_INFO OMAP_IOR(63, struct omapfb_display_info)
|
Completed in 5 milliseconds