Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dgpio.h284 struct gpio_v2_line_event { struct
/Linux-v5.10/tools/gpio/
Dgpio-event-mon.c90 struct gpio_v2_line_event event; in monitor_device()
/Linux-v5.10/drivers/gpio/
Dgpiolib-cdev.c48 static_assert(IS_ALIGNED(sizeof(struct gpio_v2_line_event), 8));
484 DECLARE_KFIFO_PTR(events, struct gpio_v2_line_event);
515 struct gpio_v2_line_event *le) in linereq_put_event()
536 struct gpio_v2_line_event le; in edge_irq_thread()
633 struct gpio_v2_line_event le; in debounce_work_func()
1205 struct gpio_v2_line_event le; in linereq_read()