Home
last modified time | relevance | path

Searched refs:gpio_v2_line_event (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/userspace-api/gpio/
Dgpio-v2-line-event-read.rst27 The buffer to contain the :c:type:`events<gpio_v2_line_event>`.
31 least the size of a :c:type:`gpio_v2_line_event`.
85 :c:type:`gpio_v2_line_event` event.
Dchardev.rst104 gpio_v2_line_event
/linux-6.12.1/include/uapi/linux/
Dgpio.h296 struct gpio_v2_line_event { struct
/linux-6.12.1/tools/gpio/
Dgpio-event-mon.c91 struct gpio_v2_line_event event; in monitor_device()
/linux-6.12.1/drivers/gpio/
Dgpiolib-cdev.c54 static_assert(IS_ALIGNED(sizeof(struct gpio_v2_line_event), 8));
552 DECLARE_KFIFO_PTR(events, struct gpio_v2_line_event);
701 struct gpio_v2_line_event *le) in linereq_put_event()
760 struct gpio_v2_line_event le; in process_hw_ts_thread()
879 struct gpio_v2_line_event le; in edge_irq_thread()
970 struct gpio_v2_line_event le; in debounce_work_func()
1624 struct gpio_v2_line_event le; in linereq_read()