Lines Matching refs:phys_addr
42 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() argument
47 msg->msg[2] = phys_addr >> 8; in cec_msg_active_source()
48 msg->msg[3] = phys_addr & 0xff; in cec_msg_active_source()
52 __u16 *phys_addr) in cec_ops_active_source() argument
54 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_active_source()
72 __u16 phys_addr) in cec_msg_inactive_source() argument
76 msg->msg[2] = phys_addr >> 8; in cec_msg_inactive_source()
77 msg->msg[3] = phys_addr & 0xff; in cec_msg_inactive_source()
81 __u16 *phys_addr) in cec_ops_inactive_source() argument
83 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_inactive_source()
96 __u16 phys_addr) in cec_msg_routing_information() argument
101 msg->msg[2] = phys_addr >> 8; in cec_msg_routing_information()
102 msg->msg[3] = phys_addr & 0xff; in cec_msg_routing_information()
106 __u16 *phys_addr) in cec_ops_routing_information() argument
108 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_routing_information()
134 static inline void cec_msg_set_stream_path(struct cec_msg *msg, __u16 phys_addr) in cec_msg_set_stream_path() argument
139 msg->msg[2] = phys_addr >> 8; in cec_msg_set_stream_path()
140 msg->msg[3] = phys_addr & 0xff; in cec_msg_set_stream_path()
144 __u16 *phys_addr) in cec_ops_set_stream_path() argument
146 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_set_stream_path()
213 __u16 phys_addr; member
311 __u16 phys_addr) in cec_msg_record_on_phys_addr() argument
316 msg->msg[3] = phys_addr >> 8; in cec_msg_record_on_phys_addr()
317 msg->msg[4] = phys_addr & 0xff; in cec_msg_record_on_phys_addr()
342 rec_src->ext_phys_addr.phys_addr); in cec_msg_record_on()
368 rec_src->ext_phys_addr.phys_addr = in cec_ops_record_on()
573 __u16 phys_addr) in cec_msg_clear_ext_timer() argument
587 msg->msg[11] = phys_addr >> 8; in cec_msg_clear_ext_timer()
588 msg->msg[12] = phys_addr & 0xff; in cec_msg_clear_ext_timer()
602 __u16 *phys_addr) in cec_ops_clear_ext_timer() argument
614 *phys_addr = (msg->msg[11] << 8) | msg->msg[12]; in cec_ops_clear_ext_timer()
729 __u16 phys_addr) in cec_msg_set_ext_timer() argument
743 msg->msg[11] = phys_addr >> 8; in cec_msg_set_ext_timer()
744 msg->msg[12] = phys_addr & 0xff; in cec_msg_set_ext_timer()
758 __u16 *phys_addr) in cec_ops_set_ext_timer() argument
770 *phys_addr = (msg->msg[11] << 8) | msg->msg[12]; in cec_ops_set_ext_timer()
819 __u16 phys_addr, __u8 prim_devtype) in cec_msg_report_physical_addr() argument
824 msg->msg[2] = phys_addr >> 8; in cec_msg_report_physical_addr()
825 msg->msg[3] = phys_addr & 0xff; in cec_msg_report_physical_addr()
830 __u16 *phys_addr, __u8 *prim_devtype) in cec_ops_report_physical_addr() argument
832 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_report_physical_addr()
1489 __u16 phys_addr) in cec_msg_system_audio_mode_request() argument
1491 msg->len = phys_addr == 0xffff ? 2 : 4; in cec_msg_system_audio_mode_request()
1493 msg->msg[2] = phys_addr >> 8; in cec_msg_system_audio_mode_request()
1494 msg->msg[3] = phys_addr & 0xff; in cec_msg_system_audio_mode_request()
1500 __u16 *phys_addr) in cec_ops_system_audio_mode_request() argument
1503 *phys_addr = 0xffff; in cec_ops_system_audio_mode_request()
1505 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_system_audio_mode_request()
1662 __u16 phys_addr, in cec_msg_report_current_latency() argument
1671 msg->msg[2] = phys_addr >> 8; in cec_msg_report_current_latency()
1672 msg->msg[3] = phys_addr & 0xff; in cec_msg_report_current_latency()
1680 __u16 *phys_addr, in cec_ops_report_current_latency() argument
1686 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_report_current_latency()
1698 __u16 phys_addr) in cec_msg_request_current_latency() argument
1703 msg->msg[2] = phys_addr >> 8; in cec_msg_request_current_latency()
1704 msg->msg[3] = phys_addr & 0xff; in cec_msg_request_current_latency()
1709 __u16 *phys_addr) in cec_ops_request_current_latency() argument
1711 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_request_current_latency()
1732 __u16 *phys_addr, in cec_ops_cdc_hec_inquire_state() argument
1736 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_inquire_state()
1768 __u16 *phys_addr, in cec_ops_cdc_hec_report_state() argument
1777 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_report_state()
1820 __u16 *phys_addr, in cec_ops_cdc_hec_set_state() argument
1828 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_set_state()
1856 __u16 *phys_addr, in cec_ops_cdc_hec_set_state_adjacent() argument
1860 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_set_state_adjacent()
1884 __u16 *phys_addr, in cec_ops_cdc_hec_request_deactivation() argument
1889 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_request_deactivation()
1905 __u16 *phys_addr) in cec_ops_cdc_hec_notify_alive() argument
1907 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_notify_alive()
1920 __u16 *phys_addr) in cec_ops_cdc_hec_discover() argument
1922 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_discover()
1938 __u16 *phys_addr, in cec_ops_cdc_hpd_set_state() argument
1942 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hpd_set_state()
1960 __u16 *phys_addr, in cec_ops_cdc_hpd_report_state() argument
1964 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hpd_report_state()