Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/i2c/adv748x/
Dadv748x-afe.c58 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_status()
159 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_input()
196 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_std()
215 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_querystd()
258 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_g_input_status()
273 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_stream()
419 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_ctrl()
468 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_init_controls()
504 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_init()
Dadv748x.h202 #define adv748x_afe_to_state(a) container_of(a, struct adv748x_state, afe) macro