Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dvideomodes.h91 int video_get_option_int(const char *options, const char *name, int def);
H A Dvideomodes.c362 int video_get_option_int(const char *options, const char *name, int def) in video_get_option_int() function
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c1100 hpd = video_get_option_int(options, "hpd", 1);
1101 hpd_delay = video_get_option_int(options, "hpd_delay", 500);
1102 edid = video_get_option_int(options, "edid", 1);
1104 overscan_x = video_get_option_int(options, "overscan_x", -1);
1105 overscan_y = video_get_option_int(options, "overscan_y", -1);