Searched refs:adv748x_afe (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/ |
H A D | adv748x-afe.c | 55 static int adv748x_afe_status(struct adv748x_afe *afe, u32 *signal, in adv748x_afe_status() 112 static void adv748x_afe_fill_format(struct adv748x_afe *afe, in adv748x_afe_fill_format() 157 static int adv748x_afe_s_input(struct adv748x_afe *afe, unsigned int input) in adv748x_afe_s_input() 167 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() 317 static int adv748x_afe_propagate_pixelrate(struct adv748x_afe *af [all...] |
H A D | adv748x.h | 151 struct adv748x_afe { struct 165 container_of(ctrl->handler, struct adv748x_afe, ctrl_hdl) 166 #define adv748x_sd_to_afe(sd) container_of(sd, struct adv748x_afe, sd) 196 struct adv748x_afe afe; 436 int adv748x_afe_init(struct adv748x_afe *afe); 437 void adv748x_afe_cleanup(struct adv748x_afe *afe);
|
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/ |
H A D | adv748x-afe.c | 55 static int adv748x_afe_status(struct adv748x_afe *afe, u32 *signal, in adv748x_afe_status() 112 static void adv748x_afe_fill_format(struct adv748x_afe *afe, in adv748x_afe_fill_format() 157 int adv748x_afe_s_input(struct adv748x_afe *afe, unsigned int input) in adv748x_afe_s_input() 167 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() 317 static int adv748x_afe_propagate_pixelrate(struct adv748x_afe *af [all...] |
H A D | adv748x.h | 151 struct adv748x_afe { struct 165 container_of(ctrl->handler, struct adv748x_afe, ctrl_hdl) 166 #define adv748x_sd_to_afe(sd) container_of(sd, struct adv748x_afe, sd) 196 struct adv748x_afe afe; 433 int adv748x_afe_init(struct adv748x_afe *afe); 434 void adv748x_afe_cleanup(struct adv748x_afe *afe); 435 int adv748x_afe_s_input(struct adv748x_afe *afe, unsigned int input);
|
Completed in 4 milliseconds