Lines Matching defs:ctx
44 static int i2c_access_workaround(struct anx7625_data *ctx, in i2c_access_workaround()
78 static int anx7625_reg_read(struct anx7625_data *ctx, in anx7625_reg_read()
94 static int anx7625_reg_block_read(struct anx7625_data *ctx, in anx7625_reg_block_read()
111 static int anx7625_reg_write(struct anx7625_data *ctx, in anx7625_reg_write()
129 static int anx7625_write_or(struct anx7625_data *ctx, in anx7625_write_or()
142 static int anx7625_write_and(struct anx7625_data *ctx, in anx7625_write_and()
155 static int anx7625_write_and_or(struct anx7625_data *ctx, in anx7625_write_and_or()
169 static int anx7625_read_ctrl_status_p0(struct anx7625_data *ctx) in anx7625_read_ctrl_status_p0()
174 static int wait_aux_op_finish(struct anx7625_data *ctx) in wait_aux_op_finish()
200 static int anx7625_video_mute_control(struct anx7625_data *ctx, in anx7625_video_mute_control()
224 static int anx7625_config_audio_input(struct anx7625_data *ctx) in anx7625_config_audio_input()
354 static int anx7625_odfc_config(struct anx7625_data *ctx, in anx7625_odfc_config()
394 static int anx7625_set_k_value(struct anx7625_data *ctx) in anx7625_set_k_value()
406 static int anx7625_dsi_video_timing_config(struct anx7625_data *ctx) in anx7625_dsi_video_timing_config()
503 static int anx7625_swap_dsi_lane3(struct anx7625_data *ctx) in anx7625_swap_dsi_lane3()
519 static int anx7625_api_dsi_config(struct anx7625_data *ctx) in anx7625_api_dsi_config()
586 static int anx7625_dsi_config(struct anx7625_data *ctx) in anx7625_dsi_config()
618 static void anx7625_dp_start(struct anx7625_data *ctx) in anx7625_dp_start()
636 static void anx7625_dp_stop(struct anx7625_data *ctx) in anx7625_dp_stop()
655 static int sp_tx_rst_aux(struct anx7625_data *ctx) in sp_tx_rst_aux()
666 static int sp_tx_aux_wr(struct anx7625_data *ctx, u8 offset) in sp_tx_aux_wr()
679 static int sp_tx_aux_rd(struct anx7625_data *ctx, u8 len_cmd) in sp_tx_aux_rd()
690 static int sp_tx_get_edid_block(struct anx7625_data *ctx) in sp_tx_get_edid_block()
711 static int edid_read(struct anx7625_data *ctx, in edid_read()
741 static int segments_edid_read(struct anx7625_data *ctx, in segments_edid_read()
791 static int sp_tx_edid_read(struct anx7625_data *ctx, in sp_tx_edid_read()
905 static void anx7625_power_on(struct anx7625_data *ctx) in anx7625_power_on()
941 static void anx7625_power_standby(struct anx7625_data *ctx) in anx7625_power_standby()
965 static void anx7625_config(struct anx7625_data *ctx) in anx7625_config()
971 static void anx7625_disable_pd_protocol(struct anx7625_data *ctx) in anx7625_disable_pd_protocol()
990 static int anx7625_ocm_loading_check(struct anx7625_data *ctx) in anx7625_ocm_loading_check()
1020 static void anx7625_power_on_init(struct anx7625_data *ctx) in anx7625_power_on_init()
1061 static void anx7625_stop_dp_work(struct anx7625_data *ctx) in anx7625_stop_dp_work()
1068 static void anx7625_start_dp_work(struct anx7625_data *ctx) in anx7625_start_dp_work()
1097 static int anx7625_read_hpd_status_p0(struct anx7625_data *ctx) in anx7625_read_hpd_status_p0()
1102 static void anx7625_hpd_polling(struct anx7625_data *ctx) in anx7625_hpd_polling()
1129 static void anx7625_remove_edid(struct anx7625_data *ctx) in anx7625_remove_edid()
1134 static void dp_hpd_change_handler(struct anx7625_data *ctx, bool on) in dp_hpd_change_handler()
1154 static int anx7625_hpd_change_detect(struct anx7625_data *ctx) in anx7625_hpd_change_detect()
1200 struct anx7625_data *ctx = container_of(work, in anx7625_work_func() local
1221 struct anx7625_data *ctx = (struct anx7625_data *)data; in anx7625_intr_hpd_isr() local
1265 static struct edid *anx7625_get_edid(struct anx7625_data *ctx) in anx7625_get_edid()
1300 static enum drm_connector_status anx7625_sink_detect(struct anx7625_data *ctx) in anx7625_sink_detect()
1309 static int anx7625_attach_dsi(struct anx7625_data *ctx) in anx7625_attach_dsi()
1355 struct anx7625_data *ctx = bridge_to_anx7625(bridge); in anx7625_bridge_detach() local
1366 struct anx7625_data *ctx = bridge_to_anx7625(bridge); in anx7625_bridge_attach() local
1403 struct anx7625_data *ctx = bridge_to_anx7625(bridge); in anx7625_bridge_mode_valid() local
1424 struct anx7625_data *ctx = bridge_to_anx7625(bridge); in anx7625_bridge_mode_set() local
1470 struct anx7625_data *ctx = bridge_to_anx7625(bridge); in anx7625_bridge_mode_fixup() local
1581 struct anx7625_data *ctx = bridge_to_anx7625(bridge); in anx7625_bridge_enable() local
1593 struct anx7625_data *ctx = bridge_to_anx7625(bridge); in anx7625_bridge_disable() local
1606 struct anx7625_data *ctx = bridge_to_anx7625(bridge); in anx7625_bridge_detect() local
1617 struct anx7625_data *ctx = bridge_to_anx7625(bridge); in anx7625_bridge_get_edid() local
1637 static int anx7625_register_i2c_dummy_clients(struct anx7625_data *ctx, in anx7625_register_i2c_dummy_clients()
1693 static void anx7625_unregister_i2c_dummy_clients(struct anx7625_data *ctx) in anx7625_unregister_i2c_dummy_clients()
1706 struct anx7625_data *ctx = dev_get_drvdata(dev); in anx7625_runtime_pm_suspend() local
1720 struct anx7625_data *ctx = dev_get_drvdata(dev); in anx7625_runtime_pm_resume() local
1734 struct anx7625_data *ctx = dev_get_drvdata(dev); in anx7625_resume() local
1749 struct anx7625_data *ctx = dev_get_drvdata(dev); in anx7625_suspend() local