Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/
Dtvp514x.c119 enum tvp514x_std current_std; member
544 enum tvp514x_std current_std; in tvp514x_querystd() local
558 current_std = tvp514x_query_current_std(sd); in tvp514x_querystd()
559 if (current_std == STD_INVALID) { in tvp514x_querystd()
608 *std_id &= decoder->std_list[current_std].standard.id; in tvp514x_querystd()
611 decoder->std_list[current_std].standard.name); in tvp514x_querystd()
640 decoder->current_std = i; in tvp514x_s_std()
779 enum tvp514x_std current_std; in tvp514x_mbus_fmt() local
785 current_std = decoder->current_std; in tvp514x_mbus_fmt()
788 f->width = decoder->std_list[current_std].width; in tvp514x_mbus_fmt()
[all …]