v4l2_print_dv_timings(9) log the contents of a dv_timings struct

SYNOPSIS

void v4l2_print_dv_timings(const char * dev_prefix, const char * prefix, const struct v4l2_dv_timings * t, bool detailed);

ARGUMENTS

dev_prefix

device prefix for each log line.

prefix

additional prefix for each log line, may be NULL.

t

the timings data.

detailed

if true, give a detailed log.

COPYRIGHT