Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dcec-funcs.h1766 __u16 phys_addr3, in cec_msg_cdc_hec_set_state() argument
1780 if (phys_addr3 != CEC_PHYS_ADDR_INVALID) { in cec_msg_cdc_hec_set_state()
1781 msg->msg[msg->len++] = phys_addr3 >> 8; in cec_msg_cdc_hec_set_state()
1782 msg->msg[msg->len++] = phys_addr3 & 0xff; in cec_msg_cdc_hec_set_state()
1799 __u16 *phys_addr3, in cec_ops_cdc_hec_set_state() argument
1807 *phys_addr3 = *phys_addr4 = *phys_addr5 = CEC_PHYS_ADDR_INVALID; in cec_ops_cdc_hec_set_state()
1809 *phys_addr3 = (msg->msg[10] << 8) | msg->msg[11]; in cec_ops_cdc_hec_set_state()
1843 __u16 phys_addr3) in cec_msg_cdc_hec_request_deactivation() argument
1854 msg->msg[9] = phys_addr3 >> 8; in cec_msg_cdc_hec_request_deactivation()
1855 msg->msg[10] = phys_addr3 & 0xff; in cec_msg_cdc_hec_request_deactivation()
[all …]