Searched refs:afe_std (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c197 int afe_std = adv748x_afe_std(std); local
199 if (afe_std < 0)
200 return afe_std;
204 adv748x_afe_set_video_standard(state, afe_std);
216 int afe_std; local
235 afe_std = adv748x_afe_std(afe->curr_norm);
236 if (afe_std < 0)
240 adv748x_afe_set_video_standard(state, afe_std);

Completed in 201 milliseconds