Searched refs:phys_addr1 (Results 1 – 2 of 2) sorted by relevance
1488 __u16 phys_addr1, in cec_msg_cdc_hec_inquire_state() argument1496 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_inquire_state()1497 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_inquire_state()1503 __u16 *phys_addr1, in cec_ops_cdc_hec_inquire_state() argument1507 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_inquire_state()1555 __u16 phys_addr1, in cec_msg_cdc_hec_set_state() argument1567 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_set_state()1568 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_set_state()1587 __u16 *phys_addr1, in cec_ops_cdc_hec_set_state() argument1595 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state()[all …]
1692 __u16 phys_addr1, in cec_msg_cdc_hec_inquire_state() argument1700 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() argument1712 *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() argument1775 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() argument1804 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state()[all …]