Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Djz4740_fb.c117 struct jzfb { struct
181 static unsigned int jzfb_num_ctrl_pins(struct jzfb *jzfb) in jzfb_num_ctrl_pins() argument
185 switch (jzfb->pdata->lcd_type) { in jzfb_num_ctrl_pins()
207 static unsigned int jzfb_num_data_pins(struct jzfb *jzfb) in jzfb_num_data_pins() argument
211 switch (jzfb->pdata->lcd_type) { in jzfb_num_data_pins()
224 if (jzfb->pdata->bpp == 18) in jzfb_num_data_pins()
261 static int jzfb_get_controller_bpp(struct jzfb *jzfb) in jzfb_get_controller_bpp() argument
263 switch (jzfb->pdata->bpp) { in jzfb_get_controller_bpp()
270 return jzfb->pdata->bpp; in jzfb_get_controller_bpp()
274 static struct fb_videomode *jzfb_get_mode(struct jzfb *jzfb, in jzfb_get_mode() argument
[all …]