OSDN Git Service

media: cec: rename pin events/function
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 15 Aug 2017 19:26:25 +0000 (15:26 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 20 Aug 2017 12:14:03 +0000 (08:14 -0400)
commit9a6b2a87405a5022660022722d4a830b768e8033
tree78151072123289a354ac6b0e48ebb43dea0ff800
parent583352beda86e31af86c89718e9c6762318017c6
media: cec: rename pin events/function

The CEC_EVENT_PIN_LOW/HIGH defines and the cec_queue_pin_event() function
did not specify that these were about CEC pin events.

Since in the future there will also be HPD pin events it is wise to rename
the event defines and function to CEC_EVENT_PIN_CEC_LOW/HIGH and
cec_queue_pin_cec_event() now before these become part of the ABI.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst
Documentation/media/uapi/cec/cec-ioc-dqevent.rst
Documentation/media/uapi/cec/cec-ioc-g-mode.rst
drivers/media/cec/cec-adap.c
drivers/media/cec/cec-api.c
drivers/media/cec/cec-pin.c
include/media/cec.h
include/uapi/linux/cec.h