Searched refs:phys_addr1 (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 D | cec-funcs.h | 1690 __u16 phys_addr1, in cec_msg_cdc_hec_inquire_state() argument 1698 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() argument 1710 *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() argument 1773 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() argument 1802 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; 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 D | cec-funcs.h | 1690 __u16 phys_addr1, in cec_msg_cdc_hec_inquire_state() argument 1698 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() argument 1710 *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() argument 1773 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() argument 1802 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cec-funcs.h | 1692 __u16 phys_addr1, in cec_msg_cdc_hec_inquire_state() argument 1700 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() argument 1712 *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() argument 1775 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() argument 1804 *phys_addr1 = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_set_state() [all …]
|