Lines Matching refs:reply

59 						 int reply)  in cec_msg_request_active_source()  argument
64 msg->reply = reply ? CEC_MSG_ACTIVE_SOURCE : 0; in cec_msg_request_active_source()
84 int reply, in cec_msg_routing_change() argument
95 msg->reply = reply ? CEC_MSG_ROUTING_INFORMATION : 0; in cec_msg_routing_change()
131 static inline void cec_msg_record_off(struct cec_msg *msg, int reply) in cec_msg_record_off() argument
135 msg->reply = reply ? CEC_MSG_RECORD_STATUS : 0; in cec_msg_record_off()
293 int reply, in cec_msg_record_on() argument
317 msg->reply = reply ? CEC_MSG_RECORD_STATUS : 0; in cec_msg_record_on()
360 int reply) in cec_msg_record_tv_screen() argument
364 msg->reply = reply ? CEC_MSG_RECORD_ON : 0; in cec_msg_record_tv_screen()
434 int reply, in cec_msg_clear_analogue_timer() argument
460 msg->reply = reply ? CEC_MSG_TIMER_CLEARED_STATUS : 0; in cec_msg_clear_analogue_timer()
489 int reply, in cec_msg_clear_digital_timer() argument
500 msg->reply = reply ? CEC_MSG_TIMER_CLEARED_STATUS : 0; in cec_msg_clear_digital_timer()
535 int reply, in cec_msg_clear_ext_timer() argument
561 msg->reply = reply ? CEC_MSG_TIMER_CLEARED_STATUS : 0; in cec_msg_clear_ext_timer()
590 int reply, in cec_msg_set_analogue_timer() argument
616 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_analogue_timer()
645 int reply, in cec_msg_set_digital_timer() argument
656 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_digital_timer()
691 int reply, in cec_msg_set_ext_timer() argument
717 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_ext_timer()
783 int reply) in cec_msg_get_cec_version() argument
787 msg->reply = reply ? CEC_MSG_CEC_VERSION : 0; in cec_msg_get_cec_version()
809 int reply) in cec_msg_give_physical_addr() argument
813 msg->reply = reply ? CEC_MSG_REPORT_PHYSICAL_ADDR : 0; in cec_msg_give_physical_addr()
833 int reply) in cec_msg_get_menu_language() argument
837 msg->reply = reply ? CEC_MSG_SET_MENU_LANGUAGE : 0; in cec_msg_get_menu_language()
883 int reply) in cec_msg_give_features() argument
887 msg->reply = reply ? CEC_MSG_REPORT_FEATURES : 0; in cec_msg_give_features()
920 int reply, in cec_msg_give_deck_status() argument
926 msg->reply = (reply && status_req != CEC_OP_STATUS_REQ_OFF) ? in cec_msg_give_deck_status()
1025 int reply, in cec_msg_give_tuner_device_status() argument
1031 msg->reply = (reply && status_req != CEC_OP_STATUS_REQ_OFF) ? in cec_msg_give_tuner_device_status()
1109 int reply) in cec_msg_give_device_vendor_id() argument
1113 msg->reply = reply ? CEC_MSG_DEVICE_VENDOR_ID : 0; in cec_msg_give_device_vendor_id()
1245 int reply) in cec_msg_give_osd_name() argument
1249 msg->reply = reply ? CEC_MSG_SET_OSD_NAME : 0; in cec_msg_give_osd_name()
1269 int reply, in cec_msg_menu_request() argument
1275 msg->reply = reply ? CEC_MSG_MENU_STATUS : 0; in cec_msg_menu_request()
1381 int reply) in cec_msg_give_device_power_status() argument
1385 msg->reply = reply ? CEC_MSG_REPORT_POWER_STATUS : 0; in cec_msg_give_device_power_status()
1441 int reply) in cec_msg_give_audio_status() argument
1445 msg->reply = reply ? CEC_MSG_REPORT_AUDIO_STATUS : 0; in cec_msg_give_audio_status()
1463 int reply, in cec_msg_system_audio_mode_request() argument
1470 msg->reply = reply ? CEC_MSG_SET_SYSTEM_AUDIO_MODE : 0; in cec_msg_system_audio_mode_request()
1498 int reply) in cec_msg_give_system_audio_mode_status() argument
1502 msg->reply = reply ? CEC_MSG_SYSTEM_AUDIO_MODE_STATUS : 0; in cec_msg_give_system_audio_mode_status()
1538 int reply, in cec_msg_request_short_audio_descriptor() argument
1549 msg->reply = reply ? CEC_MSG_REPORT_SHORT_AUDIO_DESCRIPTOR : 0; in cec_msg_request_short_audio_descriptor()
1610 int reply) in cec_msg_initiate_arc() argument
1614 msg->reply = reply ? CEC_MSG_REPORT_ARC_INITIATED : 0; in cec_msg_initiate_arc()
1618 int reply) in cec_msg_request_arc_initiation() argument
1622 msg->reply = reply ? CEC_MSG_INITIATE_ARC : 0; in cec_msg_request_arc_initiation()
1632 int reply) in cec_msg_terminate_arc() argument
1636 msg->reply = reply ? CEC_MSG_REPORT_ARC_TERMINATED : 0; in cec_msg_terminate_arc()
1640 int reply) in cec_msg_request_arc_termination() argument
1644 msg->reply = reply ? CEC_MSG_TERMINATE_ARC : 0; in cec_msg_request_arc_termination()
1686 int reply, in cec_msg_request_current_latency() argument
1694 msg->reply = reply ? CEC_MSG_REPORT_CURRENT_LATENCY : 0; in cec_msg_request_current_latency()