Searched refs:gpib_event_queue (Results 1 – 3 of 3) sorted by relevance
29 unsigned int num_gpib_events(const struct gpib_event_queue *queue);31 int pop_gpib_event(struct gpib_board *board, struct gpib_event_queue *queue, short *event_type);
199 struct gpib_event_queue { struct206 static inline void init_event_queue(struct gpib_event_queue *queue) in init_event_queue() argument311 struct gpib_event_queue event_queue;
78 struct gpib_event_queue *queue, short *event_type);1857 unsigned int num_gpib_events(const struct gpib_event_queue *queue) in num_gpib_events()1864 struct gpib_event_queue *queue = &board->event_queue; in push_gpib_event_nolock()1919 struct gpib_event_queue *queue, short *event_type) in pop_gpib_event_nolock()1953 int pop_gpib_event(struct gpib_board *board, struct gpib_event_queue *queue, short *event_type) in pop_gpib_event()
Completed in 10 milliseconds