Home
last modified time | relevance | path

Searched refs:omapfb_color_key (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Domapfb.h48 #define OMAPFB_SET_COLOR_KEY OMAP_IOW(50, struct omapfb_color_key)
49 #define OMAPFB_GET_COLOR_KEY OMAP_IOW(51, struct omapfb_color_key)
167 struct omapfb_color_key { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Domapfb.h48 #define OMAPFB_SET_COLOR_KEY OMAP_IOW(50, struct omapfb_color_key)
49 #define OMAPFB_GET_COLOR_KEY OMAP_IOW(51, struct omapfb_color_key)
167 struct omapfb_color_key { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Domapfb.h48 #define OMAPFB_SET_COLOR_KEY OMAP_IOW(50, struct omapfb_color_key)
49 #define OMAPFB_GET_COLOR_KEY OMAP_IOW(51, struct omapfb_color_key)
167 struct omapfb_color_key { struct
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H A Domapfb.h178 int (*set_color_key) (struct omapfb_color_key *ck);
179 int (*get_color_key) (struct omapfb_color_key *ck);
H A Domapfb_main.c899 struct omapfb_color_key *ck) in omapfb_set_color_key()
914 struct omapfb_color_key *ck) in omapfb_get_color_key()
1056 struct omapfb_color_key color_key; in omapfb_ioctl()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c364 static struct omapfb_color_key omapfb_color_keys[2];
367 struct omapfb_color_key *ck) in _omapfb_set_color_key()
416 struct omapfb_color_key *ck) in omapfb_set_color_key()
446 struct omapfb_color_key *ck) in omapfb_get_color_key()
585 struct omapfb_color_key color_key; in omapfb_ioctl()