Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h406 msg->msg[1] = CEC_MSG_TIMER_STATUS; in cec_msg_timer_status()
644 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_analogue_timer()
684 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_digital_timer()
745 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_ext_timer()
Dcec.h638 #define CEC_MSG_TIMER_STATUS 0x35 macro