Lines Matching defs:board

24 int ibcac(struct gpib_board *board, int sync, int fallback_to_async)  in ibcac()
66 static int check_for_command_acceptors(struct gpib_board *board) in check_for_command_acceptors()
101 int ibcmd(struct gpib_board *board, u8 *buf, size_t length, size_t *bytes_written) in ibcmd()
136 int ibgts(struct gpib_board *board) in ibgts()
151 static int autospoll_wait_should_wake_up(struct gpib_board *board) in autospoll_wait_should_wake_up()
167 struct gpib_board *board = board_void; in autospoll_thread() local
204 int ibonline(struct gpib_board *board) in ibonline()
244 int iboffline(struct gpib_board *board) in iboffline()
276 int iblines(const struct gpib_board *board, short *lines) in iblines()
303 int ibrd(struct gpib_board *board, u8 *buf, size_t length, int *end_flag, size_t *nbytes) in ibrd()
350 int ibrpp(struct gpib_board *board, u8 *result) in ibrpp()
365 int ibppc(struct gpib_board *board, u8 configuration) in ibppc()
374 int ibrsv2(struct gpib_board *board, u8 status_byte, int new_reason_for_service) in ibrsv2()
407 int ibsic(struct gpib_board *board, unsigned int usec_duration) in ibsic()
425 int ibrsc(struct gpib_board *board, int request_control) in ibrsc()
446 int ibsre(struct gpib_board *board, int enable) in ibsre()
463 int ibpad(struct gpib_board *board, unsigned int addr) in ibpad()
481 int ibsad(struct gpib_board *board, int addr) in ibsad()
502 int ibeos(struct gpib_board *board, int eos, int eosflags) in ibeos()
517 int ibstatus(struct gpib_board *board) in ibstatus()
522 int general_ibstatus(struct gpib_board *board, const struct gpib_status_queue *device, in general_ibstatus()
569 struct gpib_board *board; member
593 struct gpib_board *board = winfo->board; in wait_satisfied() local
639 int ibwait(struct gpib_board *board, int wait_mask, int clear_mask, int set_mask, in ibwait()
694 int ibwrt(struct gpib_board *board, u8 *buf, size_t cnt, int send_eoi, size_t *bytes_written) in ibwrt()