Lines Matching refs:tc35874x_state
189 struct tc35874x_state { struct
234 static inline struct tc35874x_state *to_state(struct v4l2_subdev *sd) in to_state() argument
236 return container_of(sd, struct tc35874x_state, sd); in to_state()
243 struct tc35874x_state *state = to_state(sd); in i2c_rd()
271 struct tc35874x_state *state = to_state(sd); in i2c_wr()
437 struct tc35874x_state *state = to_state(sd); in tc35874x_get_detected_timings()
515 struct tc35874x_state *state = container_of(dwork, in tc35874x_delayed_work_enable_hotplug()
516 struct tc35874x_state, delayed_work_enable_hotplug); in tc35874x_delayed_work_enable_hotplug()
548 struct tc35874x_state *state = to_state(sd); in tc35874x_disable_edid()
561 struct tc35874x_state *state = to_state(sd); in tc35874x_enable_edid()
615 struct tc35874x_state *state = to_state(sd); in tc35874x_s_ctrl_detect_tx_5v()
623 struct tc35874x_state *state = to_state(sd); in tc35874x_s_ctrl_audio_sampling_rate()
631 struct tc35874x_state *state = to_state(sd); in tc35874x_s_ctrl_audio_present()
674 struct tc35874x_state *state = to_state(sd); in enable_stream()
704 struct tc35874x_state *state = to_state(sd); in tc35874x_set_pll()
765 struct tc35874x_state *state = to_state(sd); in tc35874x_set_ref_clk()
804 struct tc35874x_state *state = to_state(sd); in tc35874x_set_csi_color_space()
838 struct tc35874x_state *state = to_state(sd); in tc35874x_set_csi()
927 struct tc35874x_state *state = to_state(sd); in tc35874x_set_hdmi_phy()
957 struct tc35874x_state *state = to_state(sd); in tc35874x_set_hdmi_audio()
997 struct tc35874x_state *state = to_state(sd); in tc35874x_initial_setup()
1032 struct tc35874x_state *state = to_state(sd); in tc35874x_format_change()
1222 struct tc35874x_state *state = to_state(sd); in tc35874x_hdmi_sys_int_handler()
1291 struct tc35874x_state *state = container_of(ctrl->handler, in tc35874x_get_ctrl()
1292 struct tc35874x_state, hdl); in tc35874x_get_ctrl()
1307 struct tc35874x_state *state = to_state(sd); in tc35874x_log_status()
1520 struct tc35874x_state *state = dev_id; in tc35874x_irq_handler()
1530 struct tc35874x_state *state = from_timer(state, t, timer); in tc35874x_irq_poll_timer()
1545 struct tc35874x_state *state = container_of(work, in tc35874x_work_i2c_poll()
1546 struct tc35874x_state, work_i2c_poll); in tc35874x_work_i2c_poll()
1581 struct tc35874x_state *state = to_state(sd); in tc35874x_s_dv_timings()
1613 struct tc35874x_state *state = to_state(sd); in tc35874x_g_dv_timings()
1666 struct tc35874x_state *state = to_state(sd); in tc35874x_g_mbus_config()
1763 struct tc35874x_state *state = to_state(sd); in tc35874x_get_fmt()
1825 struct tc35874x_state *state = to_state(sd); in tc35874x_set_fmt()
1868 struct tc35874x_state *state = to_state(sd); in tc35874x_g_edid()
1899 struct tc35874x_state *state = to_state(sd); in tc35874x_s_edid()
1945 struct tc35874x_state *state = to_state(sd); in tc35874x_g_frame_interval()
1955 static void tc35874x_get_module_inf(struct tc35874x_state *tc35874x, in tc35874x_get_module_inf()
1967 struct tc35874x_state *tc35874x = to_state(sd); in tc35874x_ioctl()
2083 struct tc35874x_state *state = container_of(ctrl->handler, in tc35874x_get_custom_ctrl()
2084 struct tc35874x_state, hdl); in tc35874x_get_custom_ctrl()
2125 static void tc35874x_gpio_reset(struct tc35874x_state *state) in tc35874x_gpio_reset()
2134 static int tc35874x_probe_of(struct tc35874x_state *state) in tc35874x_probe_of()
2256 static inline int tc35874x_probe_of(struct tc35874x_state *state) in tc35874x_probe_of()
2267 struct tc35874x_state *state; in tc35874x_probe()
2286 state = devm_kzalloc(&client->dev, sizeof(struct tc35874x_state), in tc35874x_probe()
2458 struct tc35874x_state *state = to_state(sd); in tc35874x_remove()