Lines Matching refs:phys_addr2
1691 __u16 phys_addr2) in cec_msg_cdc_hec_inquire_state() argument
1700 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_inquire_state()
1701 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_inquire_state()
1707 __u16 *phys_addr2) in cec_ops_cdc_hec_inquire_state() argument
1711 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_inquire_state()
1762 __u16 phys_addr2, in cec_msg_cdc_hec_set_state() argument
1775 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_set_state()
1776 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_set_state()
1795 __u16 *phys_addr2, in cec_ops_cdc_hec_set_state() argument
1803 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_set_state()
1840 __u16 phys_addr2, in cec_msg_cdc_hec_request_deactivation() argument
1850 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_request_deactivation()
1851 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_request_deactivation()
1859 __u16 *phys_addr2, in cec_ops_cdc_hec_request_deactivation() argument
1864 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_request_deactivation()