Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dam335x-fb.h46 struct am335x_lcdpanel { struct
70 int am335xfb_init(struct am335x_lcdpanel *panel); argument
H A Dam335x-fb.c107 int am335xfb_init(struct am335x_lcdpanel *panel) in am335xfb_init()
/OK3568_Linux_fs/u-boot/board/BuR/common/
H A Dcommon.c116 int load_lcdtiming(struct am335x_lcdpanel *panel) in load_lcdtiming()
118 struct am335x_lcdpanel pnltmp; in load_lcdtiming()
129 memcpy(&pnltmp, (void *)panel, sizeof(struct am335x_lcdpanel)); in load_lcdtiming()
244 sizeof(struct am335x_lcdpanel)); in load_lcdtiming()
483 struct am335x_lcdpanel lcd_panel; in lcd_ctrl_init()
488 memset(&lcd_panel, 0, sizeof(struct am335x_lcdpanel)); in lcd_ctrl_init()
H A Dbur_common.h17 int load_lcdtiming(struct am335x_lcdpanel *panel);