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