Home
last modified time | relevance | path

Searched refs:phys_addr1 (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h1717 __u16 phys_addr1, in cec_msg_cdc_hec_inquire_state() argument
1725 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_inquire_state()
1726 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_inquire_state()
1733 __u16 *phys_addr1, in cec_ops_cdc_hec_inquire_state() argument
1737 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_inquire_state()
1788 __u16 phys_addr1, in cec_msg_cdc_hec_set_state() argument
1800 msg->msg[5] = phys_addr1 >> 8; in cec_msg_cdc_hec_set_state()
1801 msg->msg[6] = phys_addr1 & 0xff; in cec_msg_cdc_hec_set_state()
1821 __u16 *phys_addr1, in cec_ops_cdc_hec_set_state() argument
1829 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state()
[all …]