Home
last modified time | relevance | path

Searched refs:GPIO_V2_LINE_EVENT_RISING_EDGE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dgpio.h271 GPIO_V2_LINE_EVENT_RISING_EDGE = 1, enumerator
/openbmc/linux/tools/gpio/
H A Dgpio-event-mon.c115 case GPIO_V2_LINE_EVENT_RISING_EDGE: in monitor_device()
/openbmc/linux/drivers/gpio/
H A Dgpiolib-cdev.c781 return level ? GPIO_V2_LINE_EVENT_RISING_EDGE : in line_event_id()
837 le.id = GPIO_V2_LINE_EVENT_RISING_EDGE; in process_hw_ts_thread()
953 le.id = GPIO_V2_LINE_EVENT_RISING_EDGE; in edge_irq_thread()