Searched refs:gpib_event_queue_t (Results 1 – 3 of 3) sorted by relevance
28 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);
187 } gpib_event_queue_t; typedef189 static inline void init_event_queue(gpib_event_queue_t *queue) in init_event_queue()287 gpib_event_queue_t event_queue;
75 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()