Home
last modified time | relevance | path

Searched refs:poll_byte (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpib/common/
H A Dibsys.h27 u8 poll_byte);
29 u8 *poll_byte);
33 unsigned int usec_timeout, u8 *poll_byte);
H A Dgpib_os.c186 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()
220 int pop_status_byte(struct gpib_board *board, struct gpib_status_queue *device, u8 *poll_byte) in pop_status_byte() argument
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
[all …]
/linux/drivers/gpib/include/
H A Dgpib_types.h357 u8 poll_byte; member