Lines Matching refs:descriptor
5 it describes the new descriptor-based interface. For a description of the
18 All the functions that work with the descriptor-based GPIO interface are
26 With the descriptor-based interface, GPIOs are identified with an opaque,
51 Both functions return either a valid GPIO descriptor, or an error code checkable
118 A GPIO descriptor can be disposed of using the gpiod_put() function:
126 It is strictly forbidden to use a descriptor after calling these functions.
268 The descriptor array can be obtained using the gpiod_get_array() function
328 descriptor-based API, the following two functions allow you to convert a GPIO
329 descriptor into the GPIO integer namespace and vice-versa:
335 GPIO descriptor has not been freed. All the same, a GPIO number passed to
337 descriptor is only possible after the GPIO number has been released.