Home
last modified time | relevance | path

Searched refs:num_gpib_events (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);
/linux-6.15/drivers/staging/gpib/common/
H A Dgpib_os.c1839 unsigned int num_gpib_events(const gpib_event_queue_t *queue) in num_gpib_events() function
1852 if (num_gpib_events(queue) >= max_num_events) { in push_gpib_event_nolock()
1876 (int)event_type, num_gpib_events(queue)); in push_gpib_event_nolock()
1906 if (num_gpib_events(queue) == 0) { in pop_gpib_event_nolock()
1928 (int)*event_type, num_gpib_events(queue)); in pop_gpib_event_nolock()
2132 while (num_gpib_events(&board->event_queue)) in gpib_deallocate_board()
H A Diblib.c546 if (num_gpib_events(&board->event_queue)) in general_ibstatus()