Home
last modified time | relevance | path

Searched refs:dest_len (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dvideomodes.h90 char *dest, int dest_len, const char *def);
H A Dvideomodes.c333 char *dest, int dest_len, const char *def) in video_get_option_string() argument
342 if (len >= dest_len) in video_get_option_string()
343 len = dest_len - 1; in video_get_option_string()