Home
last modified time | relevance | path

Searched refs:tms9914_priv (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/staging/gpib/include/
H A Dtms9914.h22 struct tms9914_priv { struct
52 u8 (*read_byte)(struct tms9914_priv *priv, unsigned int register_number); argument
53 void (*write_byte)(struct tms9914_priv *priv, u8 byte, unsigned int argument
94 int tms9914_go_to_standby(struct gpib_board *board, struct tms9914_priv *priv);
101 void tms9914_disable_eos(struct gpib_board *board, struct tms9914_priv *priv);
105 struct tms9914_priv *priv, unsigned int address);
110 struct tms9914_priv *priv, uint8_t config);
112 struct tms9914_priv *priv, int ist);
121 void tms9914_board_reset(struct tms9914_priv *priv);
122 void tms9914_online(struct gpib_board *board, struct tms9914_priv *priv);
[all …]
/linux-6.15/drivers/staging/gpib/hp_82335/
H A Dhp82335.c67 return tms9914_go_to_standby(board, &priv->tms9914_priv); in hp82335_go_to_standby()
102 tms9914_disable_eos(board, &priv->tms9914_priv); in hp82335_disable_eos()
165 return tms9914_line_status(board, &priv->tms9914_priv); in hp82335_line_status()
179 tms9914_return_to_local(board, &priv->tms9914_priv); in hp82335_return_to_local()
241 struct tms9914_priv *tms_priv = &hp_priv->tms9914_priv; in hp82335_clear_interrupt()
249 struct tms9914_priv *tms_priv; in hp82335_attach()
258 tms_priv = &hp_priv->tms9914_priv; in hp82335_attach()
313 struct tms9914_priv *tms_priv; in hp82335_detach()
316 tms_priv = &hp_priv->tms9914_priv; in hp82335_detach()
363 status1 = read_byte(&priv->tms9914_priv, ISR0); in hp82335_interrupt()
[all …]
H A Dhp82335.h15 struct tms9914_priv tms9914_priv; member
/linux-6.15/drivers/staging/gpib/tms9914/
H A Dtms9914.c77 int tms9914_go_to_standby(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_go_to_standby()
131 unsigned int tms9914_t1_delay(struct gpib_board *board, struct tms9914_priv *priv, in tms9914_t1_delay()
186 void tms9914_release_holdoff(struct tms9914_priv *priv) in tms9914_release_holdoff()
206 void tms9914_disable_eos(struct gpib_board *board, struct tms9914_priv *priv) in tms9914_disable_eos()
224 static void set_ppoll_reg(struct tms9914_priv *priv, int enable, in set_ppoll_reg()
238 struct tms9914_priv *priv, uint8_t config) in tms9914_parallel_poll_configure()
248 struct tms9914_priv *priv, int ist) in tms9914_parallel_poll_response()
419 static int check_for_eos(struct tms9914_priv *priv, uint8_t byte) in check_for_eos()
544 static int pio_write_wait(struct gpib_board *board, struct tms9914_priv *priv) in pio_write_wait()
814 void tms9914_board_reset(struct tms9914_priv *priv) in tms9914_board_reset()
[all …]
/linux-6.15/drivers/staging/gpib/hp_82341/
H A Dhp_82341.c36 struct tms9914_priv *tms_priv = &hp_priv->tms9914_priv; in hp_82341_accel_read()
152 struct tms9914_priv *tms_priv = &hp_priv->tms9914_priv; in restart_write_fifo()
179 struct tms9914_priv *tms_priv = &hp_priv->tms9914_priv; in hp_82341_accel_write()
333 tms9914_disable_eos(board, &priv->tms9914_priv); in hp_82341_disable_eos()
396 return tms9914_line_status(board, &priv->tms9914_priv); in hp_82341_line_status()
410 tms9914_return_to_local(board, &priv->tms9914_priv); in hp_82341_return_to_local()
692 struct tms9914_priv *tms_priv; in hp_82341_attach()
703 tms_priv = &hp_priv->tms9914_priv; in hp_82341_attach()
784 struct tms9914_priv *tms_priv; in hp_82341_detach()
788 tms_priv = &hp_priv->tms9914_priv; in hp_82341_detach()
[all …]
H A Dhp_82341.h18 struct tms9914_priv tms9914_priv; member
/linux-6.15/drivers/staging/gpib/agilent_82350b/
H A Dagilent_82350b.c38 struct tms9914_priv *tms_priv = &a_priv->tms9914_priv; in agilent_82350b_accel_read()
137 struct tms9914_priv *tms_priv = &a_priv->tms9914_priv; in translate_wait_return_value()
153 struct tms9914_priv *tms_priv = &a_priv->tms9914_priv; in agilent_82350b_accel_write()
388 tms9914_disable_eos(board, &priv->tms9914_priv); in agilent_82350b_disable_eos()
455 return tms9914_line_status(board, &priv->tms9914_priv); in agilent_82350b_line_status()
464 tms9914_t1_delay(board, &a_priv->tms9914_priv, nanosec); in agilent_82350b_t1_delay()
477 tms9914_return_to_local(board, &priv->tms9914_priv); in agilent_82350b_return_to_local()
595 struct tms9914_priv *tms_priv; in agilent_82350b_generic_attach()
604 tms_priv = &a_priv->tms9914_priv; in agilent_82350b_generic_attach()
747 struct tms9914_priv *tms_priv; in agilent_82350b_detach()
[all …]
H A Dagilent_82350b.h46 struct tms9914_priv tms9914_priv; member