Lines Matching defs:board
350 static int bb_read(struct gpib_board *board, u8 *buffer, size_t length, in bb_read()
422 struct gpib_board *board = arg; in bb_DAV_interrupt() local
488 static int bb_write(struct gpib_board *board, u8 *buffer, size_t length, in bb_write()
577 struct gpib_board *board = arg; in bb_NRFD_interrupt() local
651 struct gpib_board *board = arg; in bb_NDAC_interrupt() local
712 struct gpib_board *board = arg; in bb_SRQ_interrupt() local
726 static int bb_command(struct gpib_board *board, u8 *buffer, in bb_command()
807 static void bb_buffer_print(struct gpib_board *board, unsigned char *buffer, size_t length, in bb_buffer_print()
840 static void set_atn(struct gpib_board *board, int atn_asserted) in set_atn()
865 static int bb_take_control(struct gpib_board *board, int synchronous) in bb_take_control()
872 static int bb_go_to_standby(struct gpib_board *board) in bb_go_to_standby()
879 static int bb_request_system_control(struct gpib_board *board, int request_control) in bb_request_system_control()
899 static void bb_interface_clear(struct gpib_board *board, int assert) in bb_interface_clear()
914 static void bb_remote_enable(struct gpib_board *board, int enable) in bb_remote_enable()
926 static int bb_enable_eos(struct gpib_board *board, u8 eos_byte, int compare_8_bits) in bb_enable_eos()
939 static void bb_disable_eos(struct gpib_board *board) in bb_disable_eos()
947 static unsigned int bb_update_status(struct gpib_board *board, unsigned int clear_mask) in bb_update_status()
978 static int bb_primary_address(struct gpib_board *board, unsigned int address) in bb_primary_address()
985 static int bb_secondary_address(struct gpib_board *board, unsigned int address, int enable) in bb_secondary_address()
993 static int bb_parallel_poll(struct gpib_board *board, u8 *result) in bb_parallel_poll()
998 static void bb_parallel_poll_configure(struct gpib_board *board, u8 config) in bb_parallel_poll_configure()
1002 static void bb_parallel_poll_response(struct gpib_board *board, int ist) in bb_parallel_poll_response()
1006 static void bb_serial_poll_response(struct gpib_board *board, u8 status) in bb_serial_poll_response()
1010 static u8 bb_serial_poll_status(struct gpib_board *board) in bb_serial_poll_status()
1015 static int bb_t1_delay(struct gpib_board *board, unsigned int nano_sec) in bb_t1_delay()
1031 static void bb_return_to_local(struct gpib_board *board) in bb_return_to_local()
1035 static int bb_line_status(const struct gpib_board *board) in bb_line_status()
1067 static int allocate_private(struct gpib_board *board) in allocate_private()
1075 static void free_private(struct gpib_board *board) in free_private()
1081 static int bb_get_irq(struct gpib_board *board, char *name, in bb_get_irq()
1103 static void bb_free_irq(struct gpib_board *board, int *irq, char *name) in bb_free_irq()
1124 static int allocate_gpios(struct gpib_board *board) in allocate_gpios()
1177 static void bb_detach(struct gpib_board *board) in bb_detach()
1205 static int bb_attach(struct gpib_board *board, const struct gpib_board_config *config) in bb_attach()