Searched refs:video_get_option_int (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/video/ |
D | videomodes.h | 91 int video_get_option_int(const char *options, const char *name, int def);
|
D | videomodes.c | 362 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/ |
D | sunxi_display.c | 1097 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);
|