treewide: rename EVENT_CLOCK to CLOCK
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 30 Nov 2022 12:42:24 +0000 (13:42 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 7 Dec 2022 08:52:06 +0000 (09:52 +0100)
commit1226f2174598f2c635018500cf07be1fc6da1d32
treefe81789f35ae5d69abe0b1926945f8a83cf5cde5
parent77a6347d55782355f27417d117862db8d9f49782
treewide: rename EVENT_CLOCK to CLOCK

While we use it for edge event timestamps exclusively at the moment,
the actual enum names shouldn't limit its application and simply just
refer to existing clock types known by the GPIO uAPI. The relevant
functions are still called set/get_event_clock() as it's in line with
their functionality.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
14 files changed:
bindings/cxx/line-info.cpp
bindings/cxx/line-settings.cpp
bindings/python/gpiod/ext/line-settings.c
bindings/python/gpiod/ext/module.c
bindings/rust/libgpiod/src/lib.rs
include/gpiod.h
lib/line-config.c
lib/line-info.c
lib/line-settings.c
tests/tests-line-config.c
tests/tests-line-info.c
tests/tests-line-settings.c
tools/gpiomon.c
tools/tools-common.c