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,
54 Both functions return either a valid GPIO descriptor, or an error code checkable
121 A GPIO descriptor can be disposed of using the gpiod_put() function:
129 It is strictly forbidden to use a descriptor after calling these functions.
304 The descriptor array can be obtained using the gpiod_get_array() function
364 descriptor-based API, the following two functions allow you to convert a GPIO
365 descriptor into the GPIO integer namespace and vice-versa:
371 GPIO descriptor has not been freed. All the same, a GPIO number passed to
373 descriptor is only possible after the GPIO number has been released.