Searched refs:hpd_state (Results 1 – 4 of 4) sorted by relevance
112 u32 hpd_state; member504 state = dp->hpd_state; in dp_hpd_plug_handle()530 dp->hpd_state = ST_DISCONNECTED; in dp_hpd_plug_handle()560 state = dp->hpd_state; in dp_connect_pending_timeout()562 dp->hpd_state = ST_CONNECTED; in dp_connect_pending_timeout()593 state = dp->hpd_state; in dp_hpd_unplug_handle()659 state = dp->hpd_state; in dp_disconnect_pending_timeout()676 state = dp->hpd_state; in dp_irq_hpd_handle()1364 dp->hpd_state = ST_SUSPENDED; in dp_pm_suspend()1518 state = dp_display->hpd_state; in msm_dp_display_enable()[all …]
227 uint32_t hpd_state; in dcn2_update_clocks() local246 hpd_state = dc_get_hpd_state_dcn20(dc->res_pool->irqs, irq_src); in dcn2_update_clocks()247 if (hpd_state) in dcn2_update_clocks()251 if (display_count == 0 && !hpd_state) in dcn2_update_clocks()
137 uint32_t hpd_state; in rn_update_clocks() local155 hpd_state = dc_get_hpd_state_dcn21(dc->res_pool->irqs, irq_src); in rn_update_clocks()156 if (hpd_state) in rn_update_clocks()161 if (display_count == 0 && !hpd_state) { in rn_update_clocks()
1902 __u8 hpd_state) in cec_msg_cdc_hpd_set_state() argument1909 msg->msg[5] = (input_port << 4) | hpd_state; in cec_msg_cdc_hpd_set_state()1915 __u8 *hpd_state) in cec_ops_cdc_hpd_set_state() argument1919 *hpd_state = msg->msg[5] & 0xf; in cec_ops_cdc_hpd_set_state()1923 __u8 hpd_state, in cec_msg_cdc_hpd_report_state() argument1931 msg->msg[5] = (hpd_state << 4) | hpd_error; in cec_msg_cdc_hpd_report_state()1936 __u8 *hpd_state, in cec_ops_cdc_hpd_report_state() argument1940 *hpd_state = msg->msg[5] >> 4; in cec_ops_cdc_hpd_report_state()
Completed in 15 milliseconds