v4l2_check_dv_timings_fnc(9) timings check callback

SYNOPSIS

typedef bool v4l2_check_dv_timings_fnc(const struct v4l2_dv_timings * t, void * handle);

ARGUMENTS

t

the v4l2_dv_timings struct.

handle

a handle from the driver.

DESCRIPTION

Returns true if the given timings are valid.

COPYRIGHT