Searched refs:OMAP_IOW (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | omapfb.h | 34 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) macro 39 #define OMAPFB_MIRROR OMAP_IOW(31, int) 42 #define OMAPFB_SET_UPDATE_MODE OMAP_IOW(40, int) 44 #define OMAPFB_GET_UPDATE_MODE OMAP_IOW(43, int) 45 #define OMAPFB_LCD_TEST OMAP_IOW(45, int) 46 #define OMAPFB_CTRL_TEST OMAP_IOW(46, int) 48 #define OMAPFB_SET_COLOR_KEY OMAP_IOW(50, struct omapfb_color_key) 50 #define OMAPFB_SETUP_PLANE OMAP_IOW(52, struct omapfb_plane_info) 51 #define OMAPFB_QUERY_PLANE OMAP_IOW(53, struct omapfb_plane_info) 53 #define OMAPFB_SETUP_MEM OMAP_IOW(55, struct omapfb_mem_info) [all …]
|