Lines Matching refs:phys_addr1
1706 __u16 phys_addr1, in cec_msg_cdc_hec_inquire_state() argument
1714 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_inquire_state()
1715 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_inquire_state()
1722 __u16 *phys_addr1, in cec_ops_cdc_hec_inquire_state() argument
1726 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_inquire_state()
1777 __u16 phys_addr1, in cec_msg_cdc_hec_set_state() argument
1789 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_set_state()
1790 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_set_state()
1810 __u16 *phys_addr1, in cec_ops_cdc_hec_set_state() argument
1818 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state()
1831 __u16 phys_addr1, in cec_msg_cdc_hec_set_state_adjacent() argument
1839 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_set_state_adjacent()
1840 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_set_state_adjacent()
1846 __u16 *phys_addr1, in cec_ops_cdc_hec_set_state_adjacent() argument
1850 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state_adjacent()
1855 __u16 phys_addr1, in cec_msg_cdc_hec_request_deactivation() argument
1864 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_request_deactivation()
1865 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_request_deactivation()
1874 __u16 *phys_addr1, in cec_ops_cdc_hec_request_deactivation() argument
1879 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_request_deactivation()