Searched refs:tms_priv (Results 1 – 3 of 3) sorted by relevance
| /drivers/staging/gpib/agilent_82350b/ |
| A D | agilent_82350b.c | 43 if (tms_priv->eos_flags & REOS) in agilent_82350b_accel_read() 67 tms9914_release_holdoff(tms_priv); in agilent_82350b_accel_read() 71 write_byte(tms_priv, tms_priv->imr0_bits & ~HR_BIIE, IMR0); in agilent_82350b_accel_read() 103 tms_priv->holdoff_active = 1; in agilent_82350b_accel_read() 116 write_byte(tms_priv, tms_priv->imr0_bits, IMR0); in agilent_82350b_accel_read() 190 write_byte(tms_priv, tms_priv->imr0_bits & ~HR_BOIE, IMR0); in agilent_82350b_accel_write() 219 write_byte(tms_priv, tms_priv->imr0_bits, IMR0); in agilent_82350b_accel_write() 595 struct tms9914_priv *tms_priv; in agilent_82350b_generic_attach() local 607 tms_priv->offset = 1; in agilent_82350b_generic_attach() 725 tms9914_board_reset(tms_priv); in agilent_82350b_generic_attach() [all …]
|
| /drivers/staging/gpib/hp_82341/ |
| A D | hp_82341.c | 42 if (tms_priv->eos_flags & REOS) in hp_82341_accel_read() 73 tms9914_release_holdoff(tms_priv); in hp_82341_accel_read() 120 tms_priv->holdoff_active = 1; in hp_82341_accel_read() 688 struct tms9914_priv *tms_priv; in hp_82341_attach() local 699 tms_priv = &hp_priv->tms9914_priv; in hp_82341_attach() 702 tms_priv->offset = 1; in hp_82341_attach() 762 tms9914_board_reset(tms_priv); in hp_82341_attach() 772 tms9914_online(board, tms_priv); in hp_82341_attach() 780 struct tms9914_priv *tms_priv; in hp_82341_detach() local 787 if (tms_priv->iobase) in hp_82341_detach() [all …]
|
| /drivers/staging/gpib/hp_82335/ |
| A D | hp82335.c | 250 struct tms9914_priv *tms_priv; in hp82335_attach() local 259 tms_priv = &hp_priv->tms9914_priv; in hp82335_attach() 260 tms_priv->read_byte = hp82335_read_byte; in hp82335_attach() 262 tms_priv->offset = 1; in hp82335_attach() 300 tms9914_board_reset(tms_priv); in hp82335_attach() 306 tms9914_online(board, tms_priv); in hp82335_attach() 314 struct tms9914_priv *tms_priv; in hp82335_detach() local 317 tms_priv = &hp_priv->tms9914_priv; in hp82335_detach() 320 if (tms_priv->mmiobase) { in hp82335_detach() 322 tms9914_board_reset(tms_priv); in hp82335_detach() [all …]
|
Completed in 16 milliseconds