Lines Matching refs:tc358743_state
78 struct tc358743_state { struct
113 static inline struct tc358743_state *to_state(struct v4l2_subdev *sd) in to_state() argument
115 return container_of(sd, struct tc358743_state, sd); in to_state()
122 struct tc358743_state *state = to_state(sd); in i2c_rd()
150 struct tc358743_state *state = to_state(sd); in i2c_wr()
365 struct tc358743_state *state = container_of(dwork, in tc358743_delayed_work_enable_hotplug()
366 struct tc358743_state, delayed_work_enable_hotplug); in tc358743_delayed_work_enable_hotplug()
406 struct tc358743_state *state = to_state(sd); in tc358743_disable_edid()
419 struct tc358743_state *state = to_state(sd); in tc358743_enable_edid()
473 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_detect_tx_5v()
481 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_audio_sampling_rate()
489 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_audio_present()
532 struct tc358743_state *state = to_state(sd); in enable_stream()
560 struct tc358743_state *state = to_state(sd); in tc358743_set_pll()
599 struct tc358743_state *state = to_state(sd); in tc358743_set_ref_clk()
638 struct tc358743_state *state = to_state(sd); in tc358743_set_csi_color_space()
672 struct tc358743_state *state = to_state(sd); in tc358743_num_csi_lanes_needed()
685 struct tc358743_state *state = to_state(sd); in tc358743_set_csi()
747 struct tc358743_state *state = to_state(sd); in tc358743_set_hdmi_phy()
777 struct tc358743_state *state = to_state(sd); in tc358743_set_hdmi_audio()
817 struct tc358743_state *state = to_state(sd); in tc358743_initial_setup()
852 struct tc358743_state *state = to_state(sd); in tc358743_format_change()
1039 struct tc358743_state *state = to_state(sd); in tc358743_hdmi_sys_int_handler()
1107 struct tc358743_state *state = to_state(sd); in tc358743_log_status()
1323 struct tc358743_state *state = dev_id; in tc358743_irq_handler()
1360 struct tc358743_state *state = to_state(sd); in tc358743_s_dv_timings()
1392 struct tc358743_state *state = to_state(sd); in tc358743_g_dv_timings()
1483 struct tc358743_state *state = to_state(sd); in tc358743_get_fmt()
1519 struct tc358743_state *state = to_state(sd); in tc358743_set_fmt()
1553 struct tc358743_state *state = to_state(sd); in tc358743_g_edid()
1582 struct tc358743_state *state = to_state(sd); in tc358743_s_edid()
1683 static void tc358743_gpio_reset(struct tc358743_state *state) in tc358743_gpio_reset()
1692 static int tc358743_probe_of(struct tc358743_state *state) in tc358743_probe_of()
1807 static inline int tc358743_probe_of(struct tc358743_state *state) in tc358743_probe_of()
1818 struct tc358743_state *state; in tc358743_probe()
1828 state = devm_kzalloc(&client->dev, sizeof(struct tc358743_state), in tc358743_probe()
1950 struct tc358743_state *state = to_state(sd); in tc358743_remove()