Home
last modified time | relevance | path

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

/linux/drivers/gpib/include/
H A DgpibP.h29 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);
H A Dgpib_types.h199 struct gpib_event_queue { struct
206 static inline void init_event_queue(struct gpib_event_queue *queue) in init_event_queue() argument
312 struct gpib_event_queue event_queue;
/linux/drivers/gpib/common/
H A Dgpib_os.c78 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()