Home
last modified time | relevance | path

Searched refs:num_gpib_events (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpib/include/
H A DgpibP.h29 unsigned int num_gpib_events(const struct gpib_event_queue *queue);
/linux/drivers/gpib/common/
H A Dgpib_os.c1906 unsigned int num_gpib_events(const struct gpib_event_queue *queue) in num_gpib_events() function
1919 if (num_gpib_events(queue) >= max_num_events) { in push_gpib_event_nolock()
1943 (int)event_type, num_gpib_events(queue)); in push_gpib_event_nolock()
1974 if (num_gpib_events(queue) == 0) { in pop_gpib_event_nolock()
1996 (int)*event_type, num_gpib_events(queue)); in pop_gpib_event_nolock()
2199 while (num_gpib_events(&board->event_queue)) in gpib_deallocate_board()