Lines Matching refs:phys_addr1
1690 __u16 phys_addr1, in cec_msg_cdc_hec_inquire_state() argument
1698 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_inquire_state()
1699 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_inquire_state()
1706 __u16 *phys_addr1, in cec_ops_cdc_hec_inquire_state() argument
1710 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_inquire_state()
1761 __u16 phys_addr1, in cec_msg_cdc_hec_set_state() argument
1773 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_set_state()
1774 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_set_state()
1794 __u16 *phys_addr1, in cec_ops_cdc_hec_set_state() argument
1802 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state()
1815 __u16 phys_addr1, in cec_msg_cdc_hec_set_state_adjacent() argument
1823 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_set_state_adjacent()
1824 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_set_state_adjacent()
1830 __u16 *phys_addr1, in cec_ops_cdc_hec_set_state_adjacent() argument
1834 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state_adjacent()
1839 __u16 phys_addr1, in cec_msg_cdc_hec_request_deactivation() argument
1848 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_request_deactivation()
1849 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_request_deactivation()
1858 __u16 *phys_addr1, in cec_ops_cdc_hec_request_deactivation() argument
1863 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_request_deactivation()