Home
last modified time | relevance | path

Searched refs:GPIOEVENT_REQUEST_BOTH_EDGES (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dgpio.h113 #define GPIOEVENT_REQUEST_BOTH_EDGES ((1UL << 0) | (1UL << 1)) macro
/Linux-v4.19/tools/gpio/
Dgpio-event-mon.c190 eventflags = GPIOEVENT_REQUEST_BOTH_EDGES; in main()