Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/include/
H A DgpibP.h28 unsigned int num_gpib_events(const gpib_event_queue_t *queue);
30 int pop_gpib_event(struct gpib_board *board, gpib_event_queue_t *queue, short *event_type);
H A Dgpib_types.h187 } gpib_event_queue_t; typedef
189 static inline void init_event_queue(gpib_event_queue_t *queue) in init_event_queue()
287 gpib_event_queue_t event_queue;
/linux-6.15/drivers/staging/gpib/common/
H A Dgpib_os.c75 static int pop_gpib_event_nolock(struct gpib_board *board, gpib_event_queue_t *queue, short *event_…
1839 unsigned int num_gpib_events(const gpib_event_queue_t *queue) in num_gpib_events()
1846 gpib_event_queue_t *queue = &board->event_queue; in push_gpib_event_nolock()
1900 static int pop_gpib_event_nolock(struct gpib_board *board, gpib_event_queue_t *queue, short *event_… in pop_gpib_event_nolock()
1934 int pop_gpib_event(struct gpib_board *board, gpib_event_queue_t *queue, short *event_type) in pop_gpib_event()