Searched refs:hpd_state (Results 1 – 1 of 1) sorted by relevance
1900 __u8 hpd_state) in cec_msg_cdc_hpd_set_state() argument1907 msg->msg[5] = (input_port << 4) | hpd_state; in cec_msg_cdc_hpd_set_state()1913 __u8 *hpd_state) in cec_ops_cdc_hpd_set_state() argument1917 *hpd_state = msg->msg[5] & 0xf; in cec_ops_cdc_hpd_set_state()1921 __u8 hpd_state, in cec_msg_cdc_hpd_report_state() argument1929 msg->msg[5] = (hpd_state << 4) | hpd_error; in cec_msg_cdc_hpd_report_state()1934 __u8 *hpd_state, in cec_ops_cdc_hpd_report_state() argument1938 *hpd_state = msg->msg[5] >> 4; in cec_ops_cdc_hpd_report_state()