Symbol: hecubafb_par
drivers/video/fbdev/hecubafb.c
102
static void hecubafb_dpy_update(struct hecubafb_par *par)
drivers/video/fbdev/hecubafb.c
125
struct hecubafb_par *par = info->par;
drivers/video/fbdev/hecubafb.c
133
struct hecubafb_par *par = info->par;
drivers/video/fbdev/hecubafb.c
159
struct hecubafb_par *par;
drivers/video/fbdev/hecubafb.c
176
info = framebuffer_alloc(sizeof(struct hecubafb_par), &dev->dev);
drivers/video/fbdev/hecubafb.c
225
struct hecubafb_par *par = info->par;
drivers/video/fbdev/hecubafb.c
72
static void apollo_send_data(struct hecubafb_par *par, unsigned char data)
drivers/video/fbdev/hecubafb.c
90
static void apollo_send_command(struct hecubafb_par *par, unsigned char data)
drivers/video/fbdev/n411.c
121
static int n411_init_board(struct hecubafb_par *par)
drivers/video/fbdev/n411.c
48
static void n411_set_ctl(struct hecubafb_par *par, unsigned char bit, unsigned
drivers/video/fbdev/n411.c
68
static unsigned char n411_get_ctl(struct hecubafb_par *par)
drivers/video/fbdev/n411.c
73
static void n411_set_data(struct hecubafb_par *par, unsigned char value)
drivers/video/fbdev/n411.c
78
static void n411_wait_for_ack(struct hecubafb_par *par, int clear)
drivers/video/fbdev/n411.c
95
static int n411_init_control(struct hecubafb_par *par)
include/video/hecubafb.h
33
void (*send_command)(struct hecubafb_par *, unsigned char);
include/video/hecubafb.h
34
void (*send_data)(struct hecubafb_par *, unsigned char);
include/video/hecubafb.h
43
void (*remove)(struct hecubafb_par *);
include/video/hecubafb.h
44
void (*set_ctl)(struct hecubafb_par *, unsigned char, unsigned char);
include/video/hecubafb.h
45
void (*set_data)(struct hecubafb_par *, unsigned char);
include/video/hecubafb.h
46
void (*wait_for_ack)(struct hecubafb_par *, int);
include/video/hecubafb.h
47
int (*init)(struct hecubafb_par *);