Searched refs:phys_addr3 (Results 1 – 2 of 2) sorted by relevance
1558 __u16 phys_addr3, in cec_msg_cdc_hec_set_state() argument1572 if (phys_addr3 != CEC_PHYS_ADDR_INVALID) { in cec_msg_cdc_hec_set_state()1573 msg->msg[msg->len++] = phys_addr3 >> 8; in cec_msg_cdc_hec_set_state()1574 msg->msg[msg->len++] = phys_addr3 & 0xff; in cec_msg_cdc_hec_set_state()1590 __u16 *phys_addr3, in cec_ops_cdc_hec_set_state() argument1598 *phys_addr3 = *phys_addr4 = *phys_addr5 = CEC_PHYS_ADDR_INVALID; in cec_ops_cdc_hec_set_state()1600 *phys_addr3 = (msg->msg[10] << 8) | msg->msg[11]; in cec_ops_cdc_hec_set_state()1631 __u16 phys_addr3) in cec_msg_cdc_hec_request_deactivation() argument1642 msg->msg[9] = phys_addr3 >> 8; in cec_msg_cdc_hec_request_deactivation()1643 msg->msg[10] = phys_addr3 & 0xff; in cec_msg_cdc_hec_request_deactivation()[all …]
1766 __u16 phys_addr3, in cec_msg_cdc_hec_set_state() argument1780 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() argument1807 *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() argument1854 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 …]