Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/gpio/
H A 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.
H A Dchardev.rst104 gpio_v2_line_event
/linux/include/uapi/linux/
H A Dgpio.h296 struct gpio_v2_line_event { struct
/linux/drivers/gpio/
H A Dgpiolib-cdev.c53 static_assert(IS_ALIGNED(sizeof(struct gpio_v2_line_event), 8));
531 DECLARE_KFIFO_PTR(events, struct gpio_v2_line_event);
583 struct gpio_v2_line_event *le) in linereq_put_event()
642 struct gpio_v2_line_event le; in process_hw_ts_thread()
761 struct gpio_v2_line_event le; in edge_irq_thread()
852 struct gpio_v2_line_event le; in debounce_work_func()
1509 struct gpio_v2_line_event le; in linereq_read()