Lines Matching defs:board
151 static int tnt4882_line_status(const struct gpib_board *board) in tnt4882_line_status()
181 static int tnt4882_t1_delay(struct gpib_board *board, unsigned int nano_sec) in tnt4882_t1_delay()
254 static void tnt4882_release_holdoff(struct gpib_board *board, struct tnt4882_priv *tnt_priv) in tnt4882_release_holdoff()
278 static int tnt4882_accel_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in tnt4882_accel_read()
431 static int write_wait(struct gpib_board *board, struct tnt4882_priv *tnt_priv, in write_wait()
453 static int generic_write(struct gpib_board *board, u8 *buffer, size_t length, in generic_write()
545 static int tnt4882_accel_write(struct gpib_board *board, u8 *buffer, in tnt4882_accel_write()
551 static int tnt4882_command(struct gpib_board *board, u8 *buffer, size_t length, in tnt4882_command()
557 static irqreturn_t tnt4882_internal_interrupt(struct gpib_board *board) in tnt4882_internal_interrupt()
598 static int tnt4882_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in tnt4882_read()
618 static int tnt4882_write(struct gpib_board *board, u8 *buffer, size_t length, int send_eoi, in tnt4882_write()
626 static int tnt4882_command_unaccel(struct gpib_board *board, u8 *buffer, in tnt4882_command_unaccel()
634 static int tnt4882_take_control(struct gpib_board *board, int synchronous) in tnt4882_take_control()
641 static int tnt4882_go_to_standby(struct gpib_board *board) in tnt4882_go_to_standby()
648 static int tnt4882_request_system_control(struct gpib_board *board, int request_control) in tnt4882_request_system_control()
665 static void tnt4882_interface_clear(struct gpib_board *board, int assert) in tnt4882_interface_clear()
672 static void tnt4882_remote_enable(struct gpib_board *board, int enable) in tnt4882_remote_enable()
679 static int tnt4882_enable_eos(struct gpib_board *board, u8 eos_byte, int compare_8_bits) in tnt4882_enable_eos()
686 static void tnt4882_disable_eos(struct gpib_board *board) in tnt4882_disable_eos()
693 static unsigned int tnt4882_update_status(struct gpib_board *board, unsigned int clear_mask) in tnt4882_update_status()
712 static int tnt4882_primary_address(struct gpib_board *board, unsigned int address) in tnt4882_primary_address()
719 static int tnt4882_secondary_address(struct gpib_board *board, unsigned int address, int enable) in tnt4882_secondary_address()
726 static int tnt4882_parallel_poll(struct gpib_board *board, u8 *result) in tnt4882_parallel_poll()
743 static void tnt4882_parallel_poll_configure(struct gpib_board *board, u8 config) in tnt4882_parallel_poll_configure()
761 static void tnt4882_parallel_poll_response(struct gpib_board *board, int ist) in tnt4882_parallel_poll_response()
772 static void tnt4882_serial_poll_response(struct gpib_board *board, u8 status) in tnt4882_serial_poll_response()
779 static void tnt4882_serial_poll_response2(struct gpib_board *board, u8 status, in tnt4882_serial_poll_response2()
815 static u8 tnt4882_serial_poll_status(struct gpib_board *board) in tnt4882_serial_poll_status()
822 static void tnt4882_return_to_local(struct gpib_board *board) in tnt4882_return_to_local()
829 static void tnt4882_board_reset(struct tnt4882_priv *tnt_priv, struct gpib_board *board) in tnt4882_board_reset()
842 static int tnt4882_allocate_private(struct gpib_board *board) in tnt4882_allocate_private()
855 static void tnt4882_free_private(struct gpib_board *board) in tnt4882_free_private()
861 static void tnt4882_init(struct tnt4882_priv *tnt_priv, const struct gpib_board *board) in tnt4882_init()
909 static int ni_pci_attach(struct gpib_board *board, const struct gpib_board_config *config) in ni_pci_attach()
993 static void ni_pci_detach(struct gpib_board *board) in ni_pci_detach()
1030 static int ni_isa_attach_common(struct gpib_board *board, const struct gpib_board_config *config, in ni_isa_attach_common()
1086 static int ni_tnt_isa_attach(struct gpib_board *board, const struct gpib_board_config *config) in ni_tnt_isa_attach()
1091 static int ni_nat4882_isa_attach(struct gpib_board *board, const struct gpib_board_config *config) in ni_nat4882_isa_attach()
1096 static int ni_nec_isa_attach(struct gpib_board *board, const struct gpib_board_config *config) in ni_nec_isa_attach()
1101 static void ni_isa_detach(struct gpib_board *board) in ni_isa_detach()
1712 static int ni_pcmcia_attach(struct gpib_board *board, const struct gpib_board_config *config) in ni_pcmcia_attach()
1760 static void ni_pcmcia_detach(struct gpib_board *board) in ni_pcmcia_detach()