Lines Matching defs:board

32 static int hp_82341_accel_read(struct gpib_board *board, u8 *buffer, size_t length, int *end,  in hp_82341_accel_read()
148 static int restart_write_fifo(struct gpib_board *board, struct hp_82341_priv *hp_priv) in restart_write_fifo()
173 static int hp_82341_accel_write(struct gpib_board *board, u8 *buffer, size_t length, in hp_82341_accel_write()
253 static int hp_82341_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in hp_82341_read()
261 static int hp_82341_write(struct gpib_board *board, u8 *buffer, size_t length, int send_eoi, in hp_82341_write()
269 static int hp_82341_command(struct gpib_board *board, u8 *buffer, size_t length, in hp_82341_command()
277 static int hp_82341_take_control(struct gpib_board *board, int synchronous) in hp_82341_take_control()
284 static int hp_82341_go_to_standby(struct gpib_board *board) in hp_82341_go_to_standby()
291 static int hp_82341_request_system_control(struct gpib_board *board, int request_control) in hp_82341_request_system_control()
303 static void hp_82341_interface_clear(struct gpib_board *board, int assert) in hp_82341_interface_clear()
310 static void hp_82341_remote_enable(struct gpib_board *board, int enable) in hp_82341_remote_enable()
317 static int hp_82341_enable_eos(struct gpib_board *board, u8 eos_byte, int compare_8_bits) in hp_82341_enable_eos()
324 static void hp_82341_disable_eos(struct gpib_board *board) in hp_82341_disable_eos()
331 static unsigned int hp_82341_update_status(struct gpib_board *board, unsigned int clear_mask) in hp_82341_update_status()
338 static int hp_82341_primary_address(struct gpib_board *board, unsigned int address) in hp_82341_primary_address()
345 static int hp_82341_secondary_address(struct gpib_board *board, unsigned int address, int enable) in hp_82341_secondary_address()
352 static int hp_82341_parallel_poll(struct gpib_board *board, u8 *result) in hp_82341_parallel_poll()
359 static void hp_82341_parallel_poll_configure(struct gpib_board *board, u8 config) in hp_82341_parallel_poll_configure()
366 static void hp_82341_parallel_poll_response(struct gpib_board *board, int ist) in hp_82341_parallel_poll_response()
373 static void hp_82341_serial_poll_response(struct gpib_board *board, u8 status) in hp_82341_serial_poll_response()
380 static u8 hp_82341_serial_poll_status(struct gpib_board *board) in hp_82341_serial_poll_status()
387 static int hp_82341_line_status(const struct gpib_board *board) in hp_82341_line_status()
394 static int hp_82341_t1_delay(struct gpib_board *board, unsigned int nano_sec) in hp_82341_t1_delay()
401 static void hp_82341_return_to_local(struct gpib_board *board) in hp_82341_return_to_local()
463 static int hp_82341_allocate_private(struct gpib_board *board) in hp_82341_allocate_private()
471 static void hp_82341_free_private(struct gpib_board *board) in hp_82341_free_private()
685 static int hp_82341_attach(struct gpib_board *board, const struct gpib_board_config *config) in hp_82341_attach()
777 static void hp_82341_detach(struct gpib_board *board) in hp_82341_detach()
843 static unsigned short read_and_clear_event_status(struct gpib_board *board) in read_and_clear_event_status()
859 struct gpib_board *board = arg; in hp_82341_interrupt() local