OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OMAP_IOW
(Results
26 - 26
of
26
) sorted by null
1
2
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
omapfb.h
25
#define
OMAP_IOW
(num, dtype) _IOW('O', num, dtype)
30
#define OMAPFB_MIRROR
OMAP_IOW
(31, int)
34
#define OMAPFB_SET_UPDATE_MODE
OMAP_IOW
(40, int)
36
#define OMAPFB_GET_UPDATE_MODE
OMAP_IOW
(43, int)
37
#define OMAPFB_LCD_TEST
OMAP_IOW
(45, int)
39
#define OMAPFB_CTRL_TEST
OMAP_IOW
(46, int)
40
#define OMAPFB_UPDATE_WINDOW_OLD
OMAP_IOW
(47, struct omapfb_update_window_old)
41
#define OMAPFB_SET_COLOR_KEY
OMAP_IOW
(50, struct omapfb_color_key)
42
#define OMAPFB_GET_COLOR_KEY
OMAP_IOW
(51, struct omapfb_color_key)
44
#define OMAPFB_SETUP_PLANE
OMAP_IOW
(52, struct omapfb_plane_info
[
all
...]
Completed in 42 milliseconds
1
2