Lines Matching defs:tc

331 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr,  in tc_poll_timeout()
343 static int tc_aux_wait_busy(struct tc_data *tc) in tc_aux_wait_busy()
348 static int tc_aux_write_data(struct tc_data *tc, const void *data, in tc_aux_write_data()
363 static int tc_aux_read_data(struct tc_data *tc, void *data, size_t size) in tc_aux_read_data()
392 struct tc_data *tc = aux_to_tc(aux); in tc_aux_transfer() local
476 static u32 tc_srcctrl(struct tc_data *tc) in tc_srcctrl()
495 static int tc_pllupdate(struct tc_data *tc, unsigned int pllctrl) in tc_pllupdate()
509 static int tc_pxl_pll_en(struct tc_data *tc, u32 refclk, u32 pixelclock) in tc_pxl_pll_en()
619 static int tc_pxl_pll_dis(struct tc_data *tc) in tc_pxl_pll_dis()
625 static int tc_stream_clock_calc(struct tc_data *tc) in tc_stream_clock_calc()
645 static int tc_set_syspllparam(struct tc_data *tc) in tc_set_syspllparam()
672 static int tc_aux_link_setup(struct tc_data *tc) in tc_aux_link_setup()
727 static int tc_get_display_props(struct tc_data *tc) in tc_get_display_props()
793 static int tc_set_common_video_mode(struct tc_data *tc, in tc_set_common_video_mode()
864 static int tc_set_dpi_video_mode(struct tc_data *tc, in tc_set_dpi_video_mode()
878 static int tc_set_edp_video_mode(struct tc_data *tc, in tc_set_edp_video_mode()
961 static int tc_wait_link_training(struct tc_data *tc) in tc_wait_link_training()
980 static int tc_main_link_enable(struct tc_data *tc) in tc_main_link_enable()
1243 static int tc_main_link_disable(struct tc_data *tc) in tc_main_link_disable()
1262 static int tc_dsi_rx_enable(struct tc_data *tc) in tc_dsi_rx_enable()
1299 static int tc_dpi_rx_enable(struct tc_data *tc) in tc_dpi_rx_enable()
1312 static int tc_dpi_stream_enable(struct tc_data *tc) in tc_dpi_stream_enable()
1352 static int tc_dpi_stream_disable(struct tc_data *tc) in tc_dpi_stream_disable()
1361 static int tc_edp_stream_enable(struct tc_data *tc) in tc_edp_stream_enable()
1425 static int tc_edp_stream_disable(struct tc_data *tc) in tc_edp_stream_disable()
1445 struct tc_data *tc = bridge_to_tc(bridge); in tc_dpi_bridge_atomic_enable() local
1460 struct tc_data *tc = bridge_to_tc(bridge); in tc_dpi_bridge_atomic_disable() local
1472 struct tc_data *tc = bridge_to_tc(bridge); in tc_edp_bridge_atomic_enable() local
1499 struct tc_data *tc = bridge_to_tc(bridge); in tc_edp_bridge_atomic_disable() local
1552 struct tc_data *tc = bridge_to_tc(bridge); in tc_edp_mode_valid() local
1573 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_mode_set() local
1581 struct tc_data *tc = bridge_to_tc(bridge); in tc_get_edid() local
1588 struct tc_data *tc = connector_to_tc(connector); in tc_connector_get_modes() local
1618 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_detect() local
1638 struct tc_data *tc = connector_to_tc(connector); in tc_connector_detect() local
1661 struct tc_data *tc = bridge_to_tc(bridge); in tc_dpi_bridge_attach() local
1674 struct tc_data *tc = bridge_to_tc(bridge); in tc_edp_bridge_attach() local
1825 struct tc_data *tc = arg; in tc_irq_handler() local
1866 static int tc_mipi_dsi_host_attach(struct tc_data *tc) in tc_mipi_dsi_host_attach()
1913 static int tc_probe_dpi_bridge_endpoint(struct tc_data *tc) in tc_probe_dpi_bridge_endpoint()
1942 static int tc_probe_edp_bridge_endpoint(struct tc_data *tc) in tc_probe_edp_bridge_endpoint()
1974 static int tc_probe_bridge_endpoint(struct tc_data *tc) in tc_probe_bridge_endpoint()
2035 struct tc_data *tc; in tc_probe() local
2189 struct tc_data *tc = i2c_get_clientdata(client); in tc_remove() local