Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/i2c/adv748x/
Dadv748x-afe.c167 struct adv748x_afe *afe = adv748x_sd_to_afe(sd); in adv748x_afe_g_pixelaspect()
186 struct adv748x_afe *afe = adv748x_sd_to_afe(sd); in adv748x_afe_g_std()
195 struct adv748x_afe *afe = adv748x_sd_to_afe(sd); in adv748x_afe_s_std()
214 struct adv748x_afe *afe = adv748x_sd_to_afe(sd); in adv748x_afe_querystd()
257 struct adv748x_afe *afe = adv748x_sd_to_afe(sd); in adv748x_afe_g_input_status()
272 struct adv748x_afe *afe = adv748x_sd_to_afe(sd); in adv748x_afe_s_stream()
349 struct adv748x_afe *afe = adv748x_sd_to_afe(sd); in adv748x_afe_get_format()
Dadv748x.h166 #define adv748x_sd_to_afe(sd) container_of(sd, struct adv748x_afe, sd) macro