Home
last modified time | relevance | path

Searched refs:CEC_MSG_GIVE_OSD_NAME (Results 1 – 5 of 5) sorted by path

/linux/Documentation/userspace-api/media/
H A Dcec.h.rst.exceptions323 ignore define CEC_MSG_GIVE_OSD_NAME
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-g-mode.rst240 - ``CEC_MSG_GIVE_OSD_NAME``
/linux/drivers/media/cec/core/
H A Dcec-adap.c1053 [CEC_MSG_GIVE_OSD_NAME] = 2 | DIRECTED,
2040 case CEC_MSG_GIVE_OSD_NAME: in cec_receive_notify()
2174 case CEC_MSG_GIVE_OSD_NAME: { in cec_receive_notify()
/linux/include/uapi/linux/
H A Dcec-funcs.h1248 msg->msg[1] = CEC_MSG_GIVE_OSD_NAME; in cec_msg_give_osd_name()
H A Dcec.h868 #define CEC_MSG_GIVE_OSD_NAME 0x46 macro