Lines Matching refs:tc358743_state
70 struct tc358743_state { struct
106 static inline struct tc358743_state *to_state(struct v4l2_subdev *sd) in to_state() argument
108 return container_of(sd, struct tc358743_state, sd); in to_state()
115 struct tc358743_state *state = to_state(sd); in i2c_rd()
143 struct tc358743_state *state = to_state(sd); in i2c_wr()
359 struct tc358743_state *state = container_of(dwork, in tc358743_delayed_work_enable_hotplug()
360 struct tc358743_state, delayed_work_enable_hotplug); in tc358743_delayed_work_enable_hotplug()
392 struct tc358743_state *state = to_state(sd); in tc358743_disable_edid()
405 struct tc358743_state *state = to_state(sd); in tc358743_enable_edid()
459 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_detect_tx_5v()
467 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_audio_sampling_rate()
475 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_audio_present()
518 struct tc358743_state *state = to_state(sd); in enable_stream()
546 struct tc358743_state *state = to_state(sd); in tc358743_set_pll()
585 struct tc358743_state *state = to_state(sd); in tc358743_set_ref_clk()
634 struct tc358743_state *state = to_state(sd); in tc358743_set_csi_color_space()
668 struct tc358743_state *state = to_state(sd); in tc358743_num_csi_lanes_needed()
681 struct tc358743_state *state = to_state(sd); in tc358743_set_csi()
745 struct tc358743_state *state = to_state(sd); in tc358743_set_hdmi_phy()
775 struct tc358743_state *state = to_state(sd); in tc358743_set_hdmi_audio()
815 struct tc358743_state *state = to_state(sd); in tc358743_initial_setup()
857 struct tc358743_state *state = adap->priv; in tc358743_cec_adap_enable()
871 struct tc358743_state *state = adap->priv; in tc358743_cec_adap_monitor_all_enable()
886 struct tc358743_state *state = adap->priv; in tc358743_cec_adap_log_addr()
901 struct tc358743_state *state = adap->priv; in tc358743_cec_adap_transmit()
925 struct tc358743_state *state = to_state(sd); in tc358743_cec_handler()
987 struct tc358743_state *state = to_state(sd); in tc358743_format_change()
1175 struct tc358743_state *state = to_state(sd); in tc358743_hdmi_sys_int_handler()
1243 struct tc358743_state *state = to_state(sd); in tc358743_log_status()
1467 struct tc358743_state *state = dev_id; in tc358743_irq_handler()
1477 struct tc358743_state *state = from_timer(state, t, timer); in tc358743_irq_poll_timer()
1491 struct tc358743_state *state = container_of(work, in tc358743_work_i2c_poll()
1492 struct tc358743_state, work_i2c_poll); in tc358743_work_i2c_poll()
1527 struct tc358743_state *state = to_state(sd); in tc358743_s_dv_timings()
1559 struct tc358743_state *state = to_state(sd); in tc358743_g_dv_timings()
1613 struct tc358743_state *state = to_state(sd); in tc358743_get_mbus_config()
1658 struct tc358743_state *state = to_state(sd); in tc358743_get_fmt()
1694 struct tc358743_state *state = to_state(sd); in tc358743_set_fmt()
1728 struct tc358743_state *state = to_state(sd); in tc358743_g_edid()
1759 struct tc358743_state *state = to_state(sd); in tc358743_s_edid()
1875 static void tc358743_gpio_reset(struct tc358743_state *state) in tc358743_gpio_reset()
1884 static int tc358743_probe_of(struct tc358743_state *state) in tc358743_probe_of()
2010 static inline int tc358743_probe_of(struct tc358743_state *state) in tc358743_probe_of()
2020 struct tc358743_state *state; in tc358743_probe()
2031 state = devm_kzalloc(&client->dev, sizeof(struct tc358743_state), in tc358743_probe()
2174 struct tc358743_state *state = to_state(sd); in tc358743_remove()