Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dvideomodes.h91 int video_get_option_int(const char *options, const char *name, int def);
Dvideomodes.c362 int video_get_option_int(const char *options, const char *name, int def) in video_get_option_int() function
/external/u-boot/drivers/video/sunxi/
Dsunxi_display.c1097 hpd = video_get_option_int(options, "hpd", 1);
1098 hpd_delay = video_get_option_int(options, "hpd_delay", 500);
1099 edid = video_get_option_int(options, "edid", 1);
1101 overscan_x = video_get_option_int(options, "overscan_x", -1);
1102 overscan_y = video_get_option_int(options, "overscan_y", -1);