Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcec-funcs.h1691 __u16 phys_addr2) in cec_msg_cdc_hec_inquire_state() argument
1700 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_inquire_state()
1701 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_inquire_state()
1707 __u16 *phys_addr2) in cec_ops_cdc_hec_inquire_state() argument
1711 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_inquire_state()
1762 __u16 phys_addr2, in cec_msg_cdc_hec_set_state() argument
1775 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_set_state()
1776 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_set_state()
1795 __u16 *phys_addr2, in cec_ops_cdc_hec_set_state() argument
1803 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_set_state()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcec-funcs.h1691 __u16 phys_addr2) in cec_msg_cdc_hec_inquire_state() argument
1700 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_inquire_state()
1701 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_inquire_state()
1707 __u16 *phys_addr2) in cec_ops_cdc_hec_inquire_state() argument
1711 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_inquire_state()
1762 __u16 phys_addr2, in cec_msg_cdc_hec_set_state() argument
1775 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_set_state()
1776 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_set_state()
1795 __u16 *phys_addr2, in cec_ops_cdc_hec_set_state() argument
1803 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_set_state()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec-funcs.h1693 __u16 phys_addr2) in cec_msg_cdc_hec_inquire_state() argument
1702 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_inquire_state()
1703 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_inquire_state()
1709 __u16 *phys_addr2) in cec_ops_cdc_hec_inquire_state() argument
1713 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_inquire_state()
1764 __u16 phys_addr2, in cec_msg_cdc_hec_set_state() argument
1777 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_set_state()
1778 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_set_state()
1797 __u16 *phys_addr2, in cec_ops_cdc_hec_set_state() argument
1805 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_set_state()
[all …]