Searched refs:omapfb_color_key (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | omapfb.h | 48 #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
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | omapfb.h | 48 #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
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | omapfb.h | 37 #define OMAPFB_SET_COLOR_KEY OMAP_IOW(50, struct omapfb_color_key) 38 #define OMAPFB_GET_COLOR_KEY OMAP_IOW(51, struct omapfb_color_key) 139 struct omapfb_color_key { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | omapfb.h | 37 #define OMAPFB_SET_COLOR_KEY OMAP_IOW(50, struct omapfb_color_key) 38 #define OMAPFB_GET_COLOR_KEY OMAP_IOW(51, struct omapfb_color_key) 139 struct omapfb_color_key { struct
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | omapfb.h | 24 #define OMAPFB_SET_COLOR_KEY OMAP_IOW(50, struct omapfb_color_key) 25 #define OMAPFB_GET_COLOR_KEY OMAP_IOW(51, struct omapfb_color_key) 126 struct omapfb_color_key { struct
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
H A D | omapfb.h | 178 int (*set_color_key) (struct omapfb_color_key *ck); 179 int (*get_color_key) (struct omapfb_color_key *ck);
|
H A D | omapfb_main.c | 899 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/ |
H A D | omapfb.h | 178 int (*set_color_key) (struct omapfb_color_key *ck); 179 int (*get_color_key) (struct omapfb_color_key *ck);
|
H A D | omapfb_main.c | 904 struct omapfb_color_key *ck) in omapfb_set_color_key() 919 struct omapfb_color_key *ck) in omapfb_get_color_key() 1061 struct omapfb_color_key color_key; in omapfb_ioctl()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 364 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 364 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()
|
Completed in 11 milliseconds