Home
last modified time | relevance | path

Searched refs:hpd_state (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h1927 __u8 hpd_state) in cec_msg_cdc_hpd_set_state() argument
1934 msg->msg[5] = (input_port << 4) | hpd_state; in cec_msg_cdc_hpd_set_state()
1940 __u8 *hpd_state) in cec_ops_cdc_hpd_set_state() argument
1944 *hpd_state = msg->msg[5] & 0xf; in cec_ops_cdc_hpd_set_state()
1948 __u8 hpd_state, in cec_msg_cdc_hpd_report_state() argument
1956 msg->msg[5] = (hpd_state << 4) | hpd_error; in cec_msg_cdc_hpd_report_state()
1961 __u8 *hpd_state, in cec_ops_cdc_hpd_report_state() argument
1965 *hpd_state = msg->msg[5] >> 4; in cec_ops_cdc_hpd_report_state()