treewide: rename chip property accessors
authorBartosz Golaszewski <brgl@bgdev.pl>
Fri, 2 Apr 2021 13:51:47 +0000 (15:51 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Sat, 17 Apr 2021 11:36:02 +0000 (13:36 +0200)
commit55a8c62e7179190cb880727d9834b9df72409b9f
tree4d22a4e04d7648d6ac7c59c4e5716bef493ecaf0
parenteb63fb88512fdb567262b78e930e8dd3441efa34
treewide: rename chip property accessors

In v2 API all getters will be called using the following pattern:

    gpiod_<object>_get_<what>

Apply this to already existing getters for gpiod_chip.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
bindings/cxx/chip.cpp
bindings/python/gpiodmodule.c
include/gpiod.h
lib/core.c
lib/helpers.c
tests/tests-chip.c
tools/gpiodetect.c
tools/gpiofind.c
tools/gpioinfo.c