Lines Matching refs:phys_addr2
1707 __u16 phys_addr2) in cec_msg_cdc_hec_inquire_state() argument
1716 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_inquire_state()
1717 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_inquire_state()
1723 __u16 *phys_addr2) in cec_ops_cdc_hec_inquire_state() argument
1727 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_inquire_state()
1778 __u16 phys_addr2, in cec_msg_cdc_hec_set_state() argument
1791 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_set_state()
1792 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_set_state()
1811 __u16 *phys_addr2, in cec_ops_cdc_hec_set_state() argument
1819 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_set_state()
1856 __u16 phys_addr2, in cec_msg_cdc_hec_request_deactivation() argument
1866 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_request_deactivation()
1867 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_request_deactivation()
1875 __u16 *phys_addr2, in cec_ops_cdc_hec_request_deactivation() argument
1880 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_request_deactivation()