OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fb_cmap
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
fb.h
237
struct
fb_cmap
{
struct
303
struct
fb_cmap
cmap;
/external/kernel-headers/original/uapi/linux/
fb.h
281
struct
fb_cmap
{
struct
368
struct
fb_cmap
cmap; /* color map info */
/external/u-boot/include/linux/
fb.h
143
struct
fb_cmap
{
struct
230
struct
fb_cmap
cmap; /* color map info */
502
struct
fb_cmap
cmap; /* Current cmap */
589
extern int fb_alloc_cmap(struct
fb_cmap
*cmap, int len, int transp);
590
extern void fb_dealloc_cmap(struct
fb_cmap
*cmap);
591
extern int fb_copy_cmap(const struct
fb_cmap
*from, struct
fb_cmap
*to);
592
extern int fb_cmap_to_user(const struct
fb_cmap
*from, struct fb_cmap_user *to);
593
extern int fb_set_cmap(struct
fb_cmap
*cmap, struct fb_info *fb_info);
595
extern const struct
fb_cmap
*fb_default_cmap(int len)
[
all
...]
Completed in 63 milliseconds