Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcec.h585 #define CEC_OP_RECORD_SRC_OWN 1 macro
H A Dcec-funcs.h247 msg->msg[2] = CEC_OP_RECORD_SRC_OWN; in cec_msg_record_on_own()
297 case CEC_OP_RECORD_SRC_OWN: in cec_msg_record_on()
325 case CEC_OP_RECORD_SRC_OWN: in cec_ops_record_on()
/openbmc/linux/Documentation/userspace-api/media/
H A Dcec.h.rst.exceptions65 ignore define CEC_OP_RECORD_SRC_OWN
/openbmc/linux/drivers/media/cec/core/
H A Dcec-adap.c1141 case CEC_OP_RECORD_SRC_OWN: in cec_received_msg_ts()