Home
last modified time | relevance | path

Searched refs:GPIOHANDLE_REQUEST_ACTIVE_LOW (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/userspace-api/gpio/
A Dgpio-handle-set-line-values-ioctl.rst40 The ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` flag controls the mapping between logical
42 If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is not set then active is high and
43 inactive is low. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is set then active is low
A Dgpio-handle-get-line-values-ioctl.rst40 The ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` flag controls the mapping between physical
42 If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is not set then high is active and
43 low is inactive. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is set then low is active
A Dgpio-lineevent-data-read.rst48 to active transition is a rising edge. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is
A Dgpio-get-linehandle-ioctl.rst64 only other flag that may be set is ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` and the
/linux/include/uapi/linux/
A Dgpio.h383 #define GPIOHANDLE_REQUEST_ACTIVE_LOW (1UL << 2) macro
/linux/tools/testing/selftests/gpio/
A Dgpio-mockup-cdev.c132 flags_v1 |= GPIOHANDLE_REQUEST_ACTIVE_LOW; in main()
/linux/drivers/gpio/
A Dgpiolib-cdev.c85 GPIOHANDLE_REQUEST_ACTIVE_LOW | \
147 lflags & GPIOHANDLE_REQUEST_ACTIVE_LOW); in linehandle_flags_to_desc_flags()

Completed in 19 milliseconds