Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h1718 __u16 phys_addr2) in cec_msg_cdc_hec_inquire_state() argument
1727 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_inquire_state()
1728 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_inquire_state()
1734 __u16 *phys_addr2) in cec_ops_cdc_hec_inquire_state() argument
1738 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_inquire_state()
1789 __u16 phys_addr2, in cec_msg_cdc_hec_set_state() argument
1802 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_set_state()
1803 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_set_state()
1822 __u16 *phys_addr2, in cec_ops_cdc_hec_set_state() argument
1830 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_set_state()
[all …]