Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dgpio.h293 struct gpio_v2_line_event { struct
/Linux-v6.1/tools/gpio/
Dgpio-event-mon.c90 struct gpio_v2_line_event event; in monitor_device()
/Linux-v6.1/drivers/gpio/
Dgpiolib-cdev.c49 static_assert(IS_ALIGNED(sizeof(struct gpio_v2_line_event), 8));
516 DECLARE_KFIFO_PTR(events, struct gpio_v2_line_event);
557 struct gpio_v2_line_event *le) in linereq_put_event()
597 struct gpio_v2_line_event le; in process_hw_ts_thread()
716 struct gpio_v2_line_event le; in edge_irq_thread()
807 struct gpio_v2_line_event le; in debounce_work_func()
1428 struct gpio_v2_line_event le; in linereq_read()