Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/common/
H A Dibsys.h27 int pop_status_byte(struct gpib_board *board, gpib_status_queue_t *device, uint8_t *poll_byte);
H A Dgpib_os.c192 retval = pop_status_byte(board, device, &lost_byte); in push_status_byte()
215 int pop_status_byte(struct gpib_board *board, gpib_status_queue_t *device, u8 *poll_byte) in pop_status_byte() function
268 return pop_status_byte(board, device, poll_byte); in get_serial_poll_byte()