Lines Matching refs:tc358743_state

70 struct tc358743_state {  struct
110 static inline struct tc358743_state *to_state(struct v4l2_subdev *sd) in to_state() argument
112 return container_of(sd, struct tc358743_state, sd); in to_state()
119 struct tc358743_state *state = to_state(sd); in i2c_rd()
148 struct tc358743_state *state = to_state(sd); in i2c_wr()
384 struct tc358743_state *state = container_of(dwork, in tc358743_delayed_work_enable_hotplug()
385 struct tc358743_state, delayed_work_enable_hotplug); in tc358743_delayed_work_enable_hotplug()
417 struct tc358743_state *state = to_state(sd); in tc358743_disable_edid()
430 struct tc358743_state *state = to_state(sd); in tc358743_enable_edid()
507 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_detect_tx_5v()
515 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_audio_sampling_rate()
523 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_audio_present()
566 struct tc358743_state *state = to_state(sd); in enable_stream()
594 struct tc358743_state *state = to_state(sd); in tc358743_set_pll()
633 struct tc358743_state *state = to_state(sd); in tc358743_set_ref_clk()
682 struct tc358743_state *state = to_state(sd); in tc358743_set_csi_color_space()
716 struct tc358743_state *state = to_state(sd); in tc358743_num_csi_lanes_needed()
729 struct tc358743_state *state = to_state(sd); in tc358743_set_csi()
793 struct tc358743_state *state = to_state(sd); in tc358743_set_hdmi_phy()
823 struct tc358743_state *state = to_state(sd); in tc358743_set_hdmi_audio()
863 struct tc358743_state *state = to_state(sd); in tc358743_initial_setup()
905 struct tc358743_state *state = adap->priv; in tc358743_cec_adap_enable()
919 struct tc358743_state *state = adap->priv; in tc358743_cec_adap_monitor_all_enable()
934 struct tc358743_state *state = adap->priv; in tc358743_cec_adap_log_addr()
949 struct tc358743_state *state = adap->priv; in tc358743_cec_adap_transmit()
973 struct tc358743_state *state = to_state(sd); in tc358743_cec_handler()
1035 struct tc358743_state *state = to_state(sd); in tc358743_format_change()
1223 struct tc358743_state *state = to_state(sd); in tc358743_hdmi_sys_int_handler()
1291 struct tc358743_state *state = to_state(sd); in tc358743_log_status()
1515 struct tc358743_state *state = dev_id; in tc358743_irq_handler()
1525 struct tc358743_state *state = timer_container_of(state, t, timer); in tc358743_irq_poll_timer()
1539 struct tc358743_state *state = container_of(work, in tc358743_work_i2c_poll()
1540 struct tc358743_state, work_i2c_poll); in tc358743_work_i2c_poll()
1575 struct tc358743_state *state = to_state(sd); in tc358743_s_dv_timings()
1610 struct tc358743_state *state = to_state(sd); in tc358743_g_dv_timings()
1670 struct tc358743_state *state = to_state(sd); in tc358743_get_mbus_config()
1727 struct tc358743_state *state = to_state(sd); in tc358743_get_fmt()
1746 struct tc358743_state *state = to_state(sd); in tc358743_set_fmt()
1775 struct tc358743_state *state = to_state(sd); in tc358743_g_edid()
1806 struct tc358743_state *state = to_state(sd); in tc358743_s_edid()
1922 static void tc358743_gpio_reset(struct tc358743_state *state) in tc358743_gpio_reset()
1931 static int tc358743_probe_of(struct tc358743_state *state) in tc358743_probe_of()
2088 static inline int tc358743_probe_of(struct tc358743_state *state) in tc358743_probe_of()
2098 struct tc358743_state *state; in tc358743_probe()
2110 state = devm_kzalloc(&client->dev, sizeof(struct tc358743_state), in tc358743_probe()
2262 struct tc358743_state *state = to_state(sd); in tc358743_remove()