Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dam335x-fb.h45 struct am335x_lcdpanel { struct
69 int am335xfb_init(struct am335x_lcdpanel *panel); argument
H A Dam335x-fb.c112 int am335xfb_init(struct am335x_lcdpanel *panel) in am335xfb_init()
/openbmc/u-boot/board/BuR/common/
H A Dcommon.c91 int load_lcdtiming(struct am335x_lcdpanel *panel) in load_lcdtiming()
93 struct am335x_lcdpanel pnltmp; in load_lcdtiming()
150 sizeof(struct am335x_lcdpanel)); in load_lcdtiming()
225 struct am335x_lcdpanel lcd_panel; in lcd_ctrl_init()
227 memset(&lcd_panel, 0, sizeof(struct am335x_lcdpanel)); in lcd_ctrl_init()
H A Dbur_common.h16 int load_lcdtiming(struct am335x_lcdpanel *panel);