Home
last modified time | relevance | path

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

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