Searched refs:poll_byte (Results 1 – 3 of 3) sorted by relevance
| /drivers/staging/gpib/common/ |
| A D | ibsys.h | 27 u8 poll_byte); 29 u8 *poll_byte); 33 unsigned int usec_timeout, u8 *poll_byte);
|
| A D | gpib_os.c | 186 int push_status_byte(struct gpib_board *board, struct gpib_status_queue *device, u8 poll_byte) in push_status_byte() argument 207 status->poll_byte = poll_byte; in push_status_byte() 214 (int)poll_byte, num_status_bytes(device)); in push_status_byte() 238 *poll_byte = status->poll_byte; in pop_status_byte() 246 (int)*poll_byte, num_status_bytes(device)); in pop_status_byte() 267 unsigned int usec_timeout, u8 *poll_byte) in get_serial_poll_byte() argument 273 return pop_status_byte(board, device, poll_byte); in get_serial_poll_byte() 275 return dvrsp(board, pad, sad, usec_timeout, poll_byte); in get_serial_poll_byte() 1352 u8 poll_byte; in parallel_poll_ioctl() local 1355 retval = ibrpp(board, &poll_byte); in parallel_poll_ioctl() [all …]
|
| /drivers/staging/gpib/include/ |
| A D | gpib_types.h | 356 u8 poll_byte; member
|
Completed in 10 milliseconds