Searched refs:tms_priv (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/staging/gpib/agilent_82350b/ |
| H 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() 70 write_byte(tms_priv, tms_priv->imr0_bits & ~HR_BIIE, IMR0); // disable BI interrupts in agilent_82350b_accel_read() 102 tms_priv->holdoff_active = 1; in agilent_82350b_accel_read() 114 write_byte(tms_priv, tms_priv->imr0_bits, IMR0); // re-enable BI interrupts in agilent_82350b_accel_read() 188 write_byte(tms_priv, tms_priv->imr0_bits & ~HR_BOIE, IMR0); in agilent_82350b_accel_write() 217 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 …]
|
| /linux-6.15/drivers/staging/gpib/hp_82341/ |
| H A D | hp_82341.c | 42 if (tms_priv->eos_flags & REOS) in hp_82341_accel_read() 72 tms9914_release_holdoff(tms_priv); in hp_82341_accel_read() 122 tms_priv->holdoff_active = 1; in hp_82341_accel_read() 692 struct tms9914_priv *tms_priv; in hp_82341_attach() local 703 tms_priv = &hp_priv->tms9914_priv; in hp_82341_attach() 706 tms_priv->offset = 1; in hp_82341_attach() 766 tms9914_board_reset(tms_priv); in hp_82341_attach() 776 tms9914_online(board, tms_priv); in hp_82341_attach() 784 struct tms9914_priv *tms_priv; in hp_82341_detach() local 791 if (tms_priv->iobase) in hp_82341_detach() [all …]
|
| /linux-6.15/drivers/staging/gpib/hp_82335/ |
| H A D | hp82335.c | 249 struct tms9914_priv *tms_priv; in hp82335_attach() local 258 tms_priv = &hp_priv->tms9914_priv; in hp82335_attach() 259 tms_priv->read_byte = hp82335_read_byte; in hp82335_attach() 261 tms_priv->offset = 1; in hp82335_attach() 299 tms9914_board_reset(tms_priv); in hp82335_attach() 305 tms9914_online(board, tms_priv); in hp82335_attach() 313 struct tms9914_priv *tms_priv; in hp82335_detach() local 316 tms_priv = &hp_priv->tms9914_priv; in hp82335_detach() 319 if (tms_priv->mmiobase) { in hp82335_detach() 321 tms9914_board_reset(tms_priv); in hp82335_detach() [all …]
|