Symbol: adv748x_afe
drivers/media/i2c/adv748x/adv748x-afe.c
112
static void adv748x_afe_fill_format(struct adv748x_afe *afe,
drivers/media/i2c/adv748x/adv748x-afe.c
157
int adv748x_afe_s_input(struct adv748x_afe *afe, unsigned int input)
drivers/media/i2c/adv748x/adv748x-afe.c
170
struct adv748x_afe *afe = adv748x_sd_to_afe(sd);
drivers/media/i2c/adv748x/adv748x-afe.c
179
struct adv748x_afe *afe = adv748x_sd_to_afe(sd);
drivers/media/i2c/adv748x/adv748x-afe.c
198
struct adv748x_afe *afe = adv748x_sd_to_afe(sd);
drivers/media/i2c/adv748x/adv748x-afe.c
241
struct adv748x_afe *afe = adv748x_sd_to_afe(sd);
drivers/media/i2c/adv748x/adv748x-afe.c
256
struct adv748x_afe *afe = adv748x_sd_to_afe(sd);
drivers/media/i2c/adv748x/adv748x-afe.c
300
static int adv748x_afe_propagate_pixelrate(struct adv748x_afe *afe)
drivers/media/i2c/adv748x/adv748x-afe.c
332
struct adv748x_afe *afe = adv748x_sd_to_afe(sd);
drivers/media/i2c/adv748x/adv748x-afe.c
401
struct adv748x_afe *afe = adv748x_ctrl_to_afe(ctrl);
drivers/media/i2c/adv748x/adv748x-afe.c
449
static int adv748x_afe_init_controls(struct adv748x_afe *afe)
drivers/media/i2c/adv748x/adv748x-afe.c
485
int adv748x_afe_init(struct adv748x_afe *afe)
drivers/media/i2c/adv748x/adv748x-afe.c
534
void adv748x_afe_cleanup(struct adv748x_afe *afe)
drivers/media/i2c/adv748x/adv748x-afe.c
55
static int adv748x_afe_status(struct adv748x_afe *afe, u32 *signal,
drivers/media/i2c/adv748x/adv748x.h
164
container_of(ctrl->handler, struct adv748x_afe, ctrl_hdl)
drivers/media/i2c/adv748x/adv748x.h
165
#define adv748x_sd_to_afe(sd) container_of(sd, struct adv748x_afe, sd)
drivers/media/i2c/adv748x/adv748x.h
194
struct adv748x_afe afe;
drivers/media/i2c/adv748x/adv748x.h
431
int adv748x_afe_init(struct adv748x_afe *afe);
drivers/media/i2c/adv748x/adv748x.h
432
void adv748x_afe_cleanup(struct adv748x_afe *afe);
drivers/media/i2c/adv748x/adv748x.h
433
int adv748x_afe_s_input(struct adv748x_afe *afe, unsigned int input);