Searched refs:poll_byte (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/gpib/common/ |
H A D | gpib_os.c | 178 int push_status_byte(gpib_board_t *board, gpib_status_queue_t *device, u8 poll_byte) in push_status_byte() argument 199 status->poll_byte = poll_byte; in push_status_byte() 206 (int)poll_byte, num_status_bytes(device)); in push_status_byte() 212 int pop_status_byte(gpib_board_t *board, gpib_status_queue_t *device, u8 *poll_byte) in pop_status_byte() argument 230 *poll_byte = status->poll_byte; in pop_status_byte() 238 (int)*poll_byte, num_status_bytes(device)); in pop_status_byte() 259 uint8_t *poll_byte) in get_serial_poll_byte() argument 267 return pop_status_byte(board, device, poll_byte); in get_serial_poll_byte() 269 return dvrsp(board, pad, sad, usec_timeout, poll_byte); in get_serial_poll_byte() 1356 u8 poll_byte; in parallel_poll_ioctl() local [all …]
|
/linux/drivers/staging/gpib/include/ |
H A D | gpib_types.h | 330 u8 poll_byte; member
|