Lines Matching refs:phys_addr
14 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() argument
19 msg->msg[2] = phys_addr >> 8; in cec_msg_active_source()
20 msg->msg[3] = phys_addr & 0xff; in cec_msg_active_source()
24 __u16 *phys_addr) in cec_ops_active_source() argument
26 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_active_source()
44 __u16 phys_addr) in cec_msg_inactive_source() argument
48 msg->msg[2] = phys_addr >> 8; in cec_msg_inactive_source()
49 msg->msg[3] = phys_addr & 0xff; in cec_msg_inactive_source()
53 __u16 *phys_addr) in cec_ops_inactive_source() argument
55 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_inactive_source()
68 __u16 phys_addr) in cec_msg_routing_information() argument
73 msg->msg[2] = phys_addr >> 8; in cec_msg_routing_information()
74 msg->msg[3] = phys_addr & 0xff; in cec_msg_routing_information()
78 __u16 *phys_addr) in cec_ops_routing_information() argument
80 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_routing_information()
106 static inline void cec_msg_set_stream_path(struct cec_msg *msg, __u16 phys_addr) in cec_msg_set_stream_path() argument
111 msg->msg[2] = phys_addr >> 8; in cec_msg_set_stream_path()
112 msg->msg[3] = phys_addr & 0xff; in cec_msg_set_stream_path()
116 __u16 *phys_addr) in cec_ops_set_stream_path() argument
118 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_set_stream_path()
185 __u16 phys_addr; member
283 __u16 phys_addr) in cec_msg_record_on_phys_addr() argument
288 msg->msg[3] = phys_addr >> 8; in cec_msg_record_on_phys_addr()
289 msg->msg[4] = phys_addr & 0xff; in cec_msg_record_on_phys_addr()
314 rec_src->ext_phys_addr.phys_addr); in cec_msg_record_on()
340 rec_src->ext_phys_addr.phys_addr = in cec_ops_record_on()
545 __u16 phys_addr) in cec_msg_clear_ext_timer() argument
559 msg->msg[11] = phys_addr >> 8; in cec_msg_clear_ext_timer()
560 msg->msg[12] = phys_addr & 0xff; in cec_msg_clear_ext_timer()
574 __u16 *phys_addr) in cec_ops_clear_ext_timer() argument
586 *phys_addr = (msg->msg[11] << 8) | msg->msg[12]; in cec_ops_clear_ext_timer()
701 __u16 phys_addr) in cec_msg_set_ext_timer() argument
715 msg->msg[11] = phys_addr >> 8; in cec_msg_set_ext_timer()
716 msg->msg[12] = phys_addr & 0xff; in cec_msg_set_ext_timer()
730 __u16 *phys_addr) in cec_ops_set_ext_timer() argument
742 *phys_addr = (msg->msg[11] << 8) | msg->msg[12]; in cec_ops_set_ext_timer()
791 __u16 phys_addr, __u8 prim_devtype) in cec_msg_report_physical_addr() argument
796 msg->msg[2] = phys_addr >> 8; in cec_msg_report_physical_addr()
797 msg->msg[3] = phys_addr & 0xff; in cec_msg_report_physical_addr()
802 __u16 *phys_addr, __u8 *prim_devtype) in cec_ops_report_physical_addr() argument
804 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_report_physical_addr()
1462 __u16 phys_addr) in cec_msg_system_audio_mode_request() argument
1464 msg->len = phys_addr == 0xffff ? 2 : 4; in cec_msg_system_audio_mode_request()
1466 msg->msg[2] = phys_addr >> 8; in cec_msg_system_audio_mode_request()
1467 msg->msg[3] = phys_addr & 0xff; in cec_msg_system_audio_mode_request()
1473 __u16 *phys_addr) in cec_ops_system_audio_mode_request() argument
1476 *phys_addr = 0xffff; in cec_ops_system_audio_mode_request()
1478 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_system_audio_mode_request()
1635 __u16 phys_addr, in cec_msg_report_current_latency() argument
1644 msg->msg[2] = phys_addr >> 8; in cec_msg_report_current_latency()
1645 msg->msg[3] = phys_addr & 0xff; in cec_msg_report_current_latency()
1653 __u16 *phys_addr, in cec_ops_report_current_latency() argument
1659 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_report_current_latency()
1671 __u16 phys_addr) in cec_msg_request_current_latency() argument
1676 msg->msg[2] = phys_addr >> 8; in cec_msg_request_current_latency()
1677 msg->msg[3] = phys_addr & 0xff; in cec_msg_request_current_latency()
1682 __u16 *phys_addr) in cec_ops_request_current_latency() argument
1684 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_request_current_latency()
1705 __u16 *phys_addr, in cec_ops_cdc_hec_inquire_state() argument
1709 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_inquire_state()
1741 __u16 *phys_addr, in cec_ops_cdc_hec_report_state() argument
1750 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_report_state()
1793 __u16 *phys_addr, in cec_ops_cdc_hec_set_state() argument
1801 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_set_state()
1829 __u16 *phys_addr, in cec_ops_cdc_hec_set_state_adjacent() argument
1833 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_set_state_adjacent()
1857 __u16 *phys_addr, in cec_ops_cdc_hec_request_deactivation() argument
1862 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_request_deactivation()
1878 __u16 *phys_addr) in cec_ops_cdc_hec_notify_alive() argument
1880 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_notify_alive()
1893 __u16 *phys_addr) in cec_ops_cdc_hec_discover() argument
1895 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_discover()
1911 __u16 *phys_addr, in cec_ops_cdc_hpd_set_state() argument
1915 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hpd_set_state()
1933 __u16 *phys_addr, in cec_ops_cdc_hpd_report_state() argument
1937 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hpd_report_state()