Lines Matching refs:phys_addr1
1692 __u16 phys_addr1, in cec_msg_cdc_hec_inquire_state() argument
1700 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_inquire_state()
1701 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_inquire_state()
1708 __u16 *phys_addr1, in cec_ops_cdc_hec_inquire_state() argument
1712 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_inquire_state()
1763 __u16 phys_addr1, in cec_msg_cdc_hec_set_state() argument
1775 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_set_state()
1776 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_set_state()
1796 __u16 *phys_addr1, in cec_ops_cdc_hec_set_state() argument
1804 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state()
1817 __u16 phys_addr1, in cec_msg_cdc_hec_set_state_adjacent() argument
1825 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_set_state_adjacent()
1826 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_set_state_adjacent()
1832 __u16 *phys_addr1, in cec_ops_cdc_hec_set_state_adjacent() argument
1836 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state_adjacent()
1841 __u16 phys_addr1, in cec_msg_cdc_hec_request_deactivation() argument
1850 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_request_deactivation()
1851 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_request_deactivation()
1860 __u16 *phys_addr1, in cec_ops_cdc_hec_request_deactivation() argument
1865 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_request_deactivation()