Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideomodes.h92 int video_get_option_int(const char *options, const char *name, int def);
H A Dvideomodes.c363 int video_get_option_int(const char *options, const char *name, int def) in video_get_option_int() function
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c1201 hpd = video_get_option_int(options, "hpd", 1);
1202 hpd_delay = video_get_option_int(options, "hpd_delay", 500);
1203 edid = video_get_option_int(options, "edid", 1);
1205 overscan_x = video_get_option_int(options, "overscan_x", -1);
1206 overscan_y = video_get_option_int(options, "overscan_y", -1);