Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcec-funcs.h1780 __u16 phys_addr3, in cec_msg_cdc_hec_set_state() argument
1794 if (phys_addr3 != CEC_PHYS_ADDR_INVALID) { in cec_msg_cdc_hec_set_state()
1795 msg->msg[msg->len++] = phys_addr3 >> 8; in cec_msg_cdc_hec_set_state()
1796 msg->msg[msg->len++] = phys_addr3 & 0xff; in cec_msg_cdc_hec_set_state()
1813 __u16 *phys_addr3, in cec_ops_cdc_hec_set_state() argument
1823 *phys_addr3 = (msg->msg[10] << 8) | msg->msg[11]; in cec_ops_cdc_hec_set_state()
1857 __u16 phys_addr3) in cec_msg_cdc_hec_request_deactivation() argument
1868 msg->msg[9] = phys_addr3 >> 8; in cec_msg_cdc_hec_request_deactivation()
1869 msg->msg[10] = phys_addr3 & 0xff; in cec_msg_cdc_hec_request_deactivation()
1876 __u16 *phys_addr3) in cec_ops_cdc_hec_request_deactivation() argument
[all …]