Searched refs:adv748x_state (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/media/i2c/adv748x/ |
| D | adv748x-core.c | 62 static int adv748x_configure_regmap(struct adv748x_state *state, int region) in adv748x_configure_regmap() 103 static int adv748x_read_check(struct adv748x_state *state, in adv748x_read_check() 121 int adv748x_read(struct adv748x_state *state, u8 page, u8 reg) in adv748x_read() 126 int adv748x_write(struct adv748x_state *state, u8 page, u8 reg, u8 value) in adv748x_write() 137 int adv748x_write_block(struct adv748x_state *state, int client_page, in adv748x_write_block() 149 static int adv748x_set_slave_addresses(struct adv748x_state *state) in adv748x_set_slave_addresses() 165 static void adv748x_unregister_clients(struct adv748x_state *state) in adv748x_unregister_clients() 173 static int adv748x_initialise_clients(struct adv748x_state *state) in adv748x_initialise_clients() 209 static int adv748x_write_regs(struct adv748x_state *state, in adv748x_write_regs() 295 int adv748x_txa_power(struct adv748x_state *state, bool on) in adv748x_txa_power() [all …]
|
| D | adv748x.h | 82 struct adv748x_state *state; 166 struct adv748x_state { struct 182 #define adv748x_hdmi_to_state(h) container_of(h, struct adv748x_state, hdmi) argument 183 #define adv748x_afe_to_state(a) container_of(a, struct adv748x_state, afe) 354 int adv748x_read(struct adv748x_state *state, u8 addr, u8 reg); 355 int adv748x_write(struct adv748x_state *state, u8 page, u8 reg, u8 value); 356 int adv748x_write_block(struct adv748x_state *state, int client_page, 394 void adv748x_subdev_init(struct v4l2_subdev *sd, struct adv748x_state *state, 398 int adv748x_register_subdevs(struct adv748x_state *state, 401 int adv748x_txa_power(struct adv748x_state *state, bool on); [all …]
|
| D | adv748x-afe.c | 46 static int adv748x_afe_read_ro_map(struct adv748x_state *state, u8 reg) in adv748x_afe_read_ro_map() 62 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_status() 154 static void adv748x_afe_set_video_standard(struct adv748x_state *state, in adv748x_afe_set_video_standard() 163 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_input() 200 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_std() 219 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_querystd() 262 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_g_input_status() 277 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_stream() 422 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_ctrl() 471 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_init_controls() [all …]
|
| D | adv748x-hdmi.c | 119 static bool adv748x_hdmi_has_signal(struct adv748x_state *state) in adv748x_hdmi_has_signal() 129 static int adv748x_hdmi_read_pixelclock(struct adv748x_state *state) in adv748x_hdmi_read_pixelclock() 156 static void adv748x_hdmi_set_de_timings(struct adv748x_state *state, int shift) in adv748x_hdmi_set_de_timings() 175 static int adv748x_hdmi_set_video_timings(struct adv748x_state *state, in adv748x_hdmi_set_video_timings() 225 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); in adv748x_hdmi_s_dv_timings() 265 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); in adv748x_hdmi_g_dv_timings() 280 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); in adv748x_hdmi_query_dv_timings() 346 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); in adv748x_hdmi_g_input_status() 360 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); in adv748x_hdmi_s_stream() 495 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); in adv748x_hdmi_edid_write_block() [all …]
|
| D | adv748x-csi2.c | 79 struct adv748x_state *state = tx->state; in adv748x_csi2_registered() 150 struct adv748x_state *state = tx->state; in adv748x_csi2_get_format() 172 struct adv748x_state *state = tx->state; in adv748x_csi2_set_format() 267 int adv748x_csi2_init(struct adv748x_state *state, struct adv748x_csi2 *tx) in adv748x_csi2_init()
|