Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dcec-funcs.h378 msg->msg[1] = CEC_MSG_TIMER_STATUS; in cec_msg_timer_status()
616 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_analogue_timer()
656 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_digital_timer()
717 msg->reply = reply ? CEC_MSG_TIMER_STATUS : 0; in cec_msg_set_ext_timer()
Dcec.h687 #define CEC_MSG_TIMER_STATUS 0x35 macro
/linux-5.19.10/Documentation/userspace-api/media/
Dcec.h.rst.exceptions165 ignore define CEC_MSG_TIMER_STATUS
/linux-5.19.10/drivers/media/cec/core/
Dcec-adap.c988 [CEC_MSG_TIMER_STATUS] = 3 | DIRECTED,
1122 case CEC_MSG_TIMER_STATUS: in cec_received_msg_ts()