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()
1464 __u16 phys_addr) in cec_msg_system_audio_mode_request() argument
1466 msg->len = phys_addr == 0xffff ? 2 : 4; in cec_msg_system_audio_mode_request()
1468 msg->msg[2] = phys_addr >> 8; in cec_msg_system_audio_mode_request()
1469 msg->msg[3] = phys_addr & 0xff; in cec_msg_system_audio_mode_request()
1475 __u16 *phys_addr) in cec_ops_system_audio_mode_request() argument
1478 *phys_addr = 0xffff; in cec_ops_system_audio_mode_request()
1480 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_system_audio_mode_request()
1651 __u16 phys_addr, in cec_msg_report_current_latency() argument
1660 msg->msg[2] = phys_addr >> 8; in cec_msg_report_current_latency()
1661 msg->msg[3] = phys_addr & 0xff; in cec_msg_report_current_latency()
1669 __u16 *phys_addr, in cec_ops_report_current_latency() argument
1675 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_report_current_latency()
1687 __u16 phys_addr) in cec_msg_request_current_latency() argument
1692 msg->msg[2] = phys_addr >> 8; in cec_msg_request_current_latency()
1693 msg->msg[3] = phys_addr & 0xff; in cec_msg_request_current_latency()
1698 __u16 *phys_addr) in cec_ops_request_current_latency() argument
1700 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_request_current_latency()
1721 __u16 *phys_addr, in cec_ops_cdc_hec_inquire_state() argument
1725 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_inquire_state()
1757 __u16 *phys_addr, in cec_ops_cdc_hec_report_state() argument
1766 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_report_state()
1809 __u16 *phys_addr, in cec_ops_cdc_hec_set_state() argument
1817 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_set_state()
1845 __u16 *phys_addr, in cec_ops_cdc_hec_set_state_adjacent() argument
1849 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_set_state_adjacent()
1873 __u16 *phys_addr, in cec_ops_cdc_hec_request_deactivation() argument
1878 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_request_deactivation()
1894 __u16 *phys_addr) in cec_ops_cdc_hec_notify_alive() argument
1896 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_notify_alive()
1909 __u16 *phys_addr) in cec_ops_cdc_hec_discover() argument
1911 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hec_discover()
1927 __u16 *phys_addr, in cec_ops_cdc_hpd_set_state() argument
1931 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hpd_set_state()
1949 __u16 *phys_addr, in cec_ops_cdc_hpd_report_state() argument
1953 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_cdc_hpd_report_state()