Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/gpio/
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
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
Dgpio-lineevent-data-read.rst48 to active transition is a rising edge. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is
Dgpio-get-linehandle-ioctl.rst64 only other flag that may be set is ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` and the
/linux-6.12.1/include/uapi/linux/
Dgpio.h383 #define GPIOHANDLE_REQUEST_ACTIVE_LOW (1UL << 2) macro
/linux-6.12.1/tools/testing/selftests/gpio/
Dgpio-mockup-cdev.c132 flags_v1 |= GPIOHANDLE_REQUEST_ACTIVE_LOW; in main()
/linux-6.12.1/drivers/gpio/
Dgpiolib-cdev.c85 GPIOHANDLE_REQUEST_ACTIVE_LOW | \
147 lflags & GPIOHANDLE_REQUEST_ACTIVE_LOW); in linehandle_flags_to_desc_flags()