Home
last modified time | relevance | path

Searched refs:gpioevent_data (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/userspace-api/gpio/
Dgpio-lineevent-data-read.rst31 The buffer to contain the :c:type:`events<gpioevent_data>`.
35 least the size of a :c:type:`gpioevent_data`.
56 The source of the clock for :c:type:`event.timestamp<gpioevent_data>` is
58 ``CLOCK_REALTIME``. There is no indication in the :c:type:`gpioevent_data`
Dchardev_v1.rst120 gpioevent_data
/linux-6.12.1/include/uapi/linux/
Dgpio.h500 struct gpioevent_data { struct
/linux-6.12.1/drivers/gpio/
Dgpiolib-cdev.c1915 DECLARE_KFIFO(events, struct gpioevent_data, 16);
1962 struct gpioevent_data ge; in lineevent_read()
1984 ge_size = sizeof(struct gpioevent_data); in lineevent_read()
2099 struct gpioevent_data ge; in lineevent_irq_thread()