Lines Matching defs:board

32 int tms9914_take_control(struct gpib_board *board, struct tms9914_priv *priv, int synchronous)  in tms9914_take_control()
70 int tms9914_take_control_workaround(struct gpib_board *board, in tms9914_take_control_workaround()
79 int tms9914_go_to_standby(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_go_to_standby()
100 void tms9914_interface_clear(struct gpib_board *board, struct tms9914_priv *priv, int assert) in tms9914_interface_clear()
112 void tms9914_remote_enable(struct gpib_board *board, struct tms9914_priv *priv, int enable) in tms9914_remote_enable()
121 int tms9914_request_system_control(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_request_system_control()
134 unsigned int tms9914_t1_delay(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_t1_delay()
160 void tms9914_return_to_local(const struct gpib_board *board, struct tms9914_priv *priv) in tms9914_return_to_local()
198 int tms9914_enable_eos(struct gpib_board *board, struct tms9914_priv *priv, u8 eos_byte, in tms9914_enable_eos()
209 void tms9914_disable_eos(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_disable_eos()
215 int tms9914_parallel_poll(struct gpib_board *board, struct tms9914_priv *priv, u8 *result) in tms9914_parallel_poll()
240 void tms9914_parallel_poll_configure(struct gpib_board *board, in tms9914_parallel_poll_configure()
250 void tms9914_parallel_poll_response(struct gpib_board *board, in tms9914_parallel_poll_response()
257 void tms9914_serial_poll_response(struct gpib_board *board, in tms9914_serial_poll_response()
273 u8 tms9914_serial_poll_status(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_serial_poll_status()
286 int tms9914_primary_address(struct gpib_board *board, in tms9914_primary_address()
295 int tms9914_secondary_address(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_secondary_address()
308 unsigned int tms9914_update_status(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_update_status()
351 static unsigned int update_status_nolock(struct gpib_board *board, struct tms9914_priv *priv) in update_status_nolock()
397 int tms9914_line_status(const struct gpib_board *board, struct tms9914_priv *priv) in tms9914_line_status()
442 static int wait_for_read_byte(struct gpib_board *board, struct tms9914_priv *priv) in wait_for_read_byte()
458 static inline u8 tms9914_read_data_in(struct gpib_board *board, in tms9914_read_data_in()
490 static int pio_read(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer, in pio_read()
511 int tms9914_read(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer, in tms9914_read()
551 static int pio_write_wait(struct gpib_board *board, struct tms9914_priv *priv) in pio_write_wait()
571 static int pio_write(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer, in pio_write()
595 int tms9914_write(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_write()
630 static void check_my_address_state(struct gpib_board *board, in check_my_address_state()
666 int tms9914_command(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer, in tms9914_command()
703 irqreturn_t tms9914_interrupt(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_interrupt()
714 irqreturn_t tms9914_interrupt_have_status(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_interrupt_have_status()
849 void tms9914_online(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_online()