Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dcec-funcs.h1489 __u16 phys_addr2) in cec_msg_cdc_hec_inquire_state() argument
1498 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_inquire_state()
1499 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_inquire_state()
1504 __u16 *phys_addr2) in cec_ops_cdc_hec_inquire_state() argument
1508 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_inquire_state()
1556 __u16 phys_addr2, in cec_msg_cdc_hec_set_state() argument
1569 msg->msg[7] = phys_addr2 >> 8; in cec_msg_cdc_hec_set_state()
1570 msg->msg[8] = phys_addr2 & 0xff; in cec_msg_cdc_hec_set_state()
1588 __u16 *phys_addr2, in cec_ops_cdc_hec_set_state() argument
1596 *phys_addr2 = (msg->msg[7] << 8) | msg->msg[8]; in cec_ops_cdc_hec_set_state()
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
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 …]