gpiod_ctxless_event_loop ( char const* device, unsigned int offset, bool active_low, char const* consumer, struct timespec const* timeout, gpiod_ctxless_event_poll_cb poll_cb, gpiod_ctxless_event_handle_cb event_cb, void* data )
Field 'event_cb.p2' in 7th parameter 'event_cb' has base type 'struct timespec'.
gpiod_ctxless_event_loop_multiple ( char const* device, unsigned int const* offsets, unsigned int num_lines, bool active_low, char const* consumer, struct timespec const* timeout, gpiod_ctxless_event_poll_cb poll_cb, gpiod_ctxless_event_handle_cb event_cb, void* data )
Field 'event_cb.p2' in 8th parameter 'event_cb' has base type 'struct timespec'.
gpiod_ctxless_event_monitor ( char const* device, int event_type, unsigned int offset, bool active_low, char const* consumer, struct timespec const* timeout, gpiod_ctxless_event_poll_cb poll_cb, gpiod_ctxless_event_handle_cb event_cb, void* data )
Field 'event_cb.p2' in 8th parameter 'event_cb' has base type 'struct timespec'.
gpiod_ctxless_event_monitor_ext ( char const* device, int event_type, unsigned int offset, bool active_low, char const* consumer, struct timespec const* timeout, gpiod_ctxless_event_poll_cb poll_cb, gpiod_ctxless_event_handle_cb event_cb, void* data, int flags )
Field 'event_cb.p2' in 8th parameter 'event_cb' has base type 'struct timespec'.
gpiod_ctxless_event_monitor_multiple ( char const* device, int event_type, unsigned int const* offsets, unsigned int num_lines, bool active_low, char const* consumer, struct timespec const* timeout, gpiod_ctxless_event_poll_cb poll_cb, gpiod_ctxless_event_handle_cb event_cb, void* data )
Field 'event_cb.p2' in 9th parameter 'event_cb' has base type 'struct timespec'.
gpiod_ctxless_event_monitor_multiple_ext ( char const* device, int event_type, unsigned int const* offsets, unsigned int num_lines, bool active_low, char const* consumer, struct timespec const* timeout, gpiod_ctxless_event_poll_cb poll_cb, gpiod_ctxless_event_handle_cb event_cb, void* data, int flags )
Field 'event_cb.p2' in 9th parameter 'event_cb' has base type 'struct timespec'.
gpiod_line_event_read ( struct gpiod_line* line, struct gpiod_line_event* event )
Field 'event.ts' in 2nd parameter 'event' (pointer) is of type 'struct timespec'.
gpiod_line_event_read_fd ( int fd, struct gpiod_line_event* event )
Field 'event.ts' in 2nd parameter 'event' (pointer) is of type 'struct timespec'.
gpiod_line_event_read_fd_multiple ( int fd, struct gpiod_line_event* events, unsigned int num_events )
Field 'events.ts' in 2nd parameter 'events' (pointer) is of type 'struct timespec'.
gpiod_line_event_read_multiple ( struct gpiod_line* line, struct gpiod_line_event* events, unsigned int num_events )
Field 'events.ts' in 2nd parameter 'events' (pointer) is of type 'struct timespec'.
...