Searched refs:phys_addr1 (Results 1 – 1 of 1) sorted by relevance
1690 __u16 phys_addr1, in cec_msg_cdc_hec_inquire_state() argument1698 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() argument1710 *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() argument1773 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() argument1802 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state()[all …]