Searched refs:DEV_CLEAR_BN (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpib/eastwood/ |
| H A D | fluke_gpib.c | 270 test_bit(DEV_CLEAR_BN, &nec_priv->state) || in wait_for_read() 276 if (test_and_clear_bit(DEV_CLEAR_BN, &nec_priv->state)) in wait_for_read() 330 test_bit(DEV_CLEAR_BN, &nec_priv->state) || in wait_for_data_out_ready() 335 if (test_and_clear_bit(DEV_CLEAR_BN, &nec_priv->state)) in wait_for_data_out_ready() 348 test_bit(DEV_CLEAR_BN, &nec_priv->state) || in wait_for_sids_or_sgns() 354 if (test_and_clear_bit(DEV_CLEAR_BN, &nec_priv->state)) in wait_for_sids_or_sgns() 430 test_bit(DEV_CLEAR_BN, &nec_priv->state) || in fluke_dma_write() 436 if (test_and_clear_bit(DEV_CLEAR_BN, &nec_priv->state)) in fluke_dma_write() 483 clear_bit(DEV_CLEAR_BN, &nec_priv->state); // XXX FIXME in fluke_accel_write() 610 test_bit(DEV_CLEAR_BN, &nec_priv->state) || in fluke_dma_read() [all …]
|
| /linux/drivers/gpib/nec7210/ |
| H A D | nec7210.c | 481 test_bit(DEV_CLEAR_BN, &priv->state) || in pio_read() 505 if (test_bit(DEV_CLEAR_BN, &priv->state)) { in pio_read() 553 test_bit(DEV_CLEAR_BN, &priv->state) || in __dma_read() 559 if (test_bit(DEV_CLEAR_BN, &priv->state)) in __dma_read() 613 clear_bit(DEV_CLEAR_BN, &priv->state); // XXX wrong in nec7210_read() 630 test_bit(DEV_CLEAR_BN, &priv->state) || in pio_write_wait() 640 if (test_bit(DEV_CLEAR_BN, &priv->state)) in pio_write_wait() 724 test_bit(DEV_CLEAR_BN, &priv->state) || in __dma_write() 730 if (test_and_clear_bit(DEV_CLEAR_BN, &priv->state)) in __dma_write() 782 clear_bit(DEV_CLEAR_BN, &priv->state); // XXX in nec7210_write() [all …]
|
| /linux/drivers/gpib/tms9914/ |
| H A D | tms9914.c | 446 test_bit(DEV_CLEAR_BN, &priv->state) || in wait_for_read_byte() 453 if (test_bit(DEV_CLEAR_BN, &priv->state)) in wait_for_read_byte() 522 clear_bit(DEV_CLEAR_BN, &priv->state); in tms9914_read() 557 test_bit(DEV_CLEAR_BN, &priv->state) || in pio_write_wait() 565 if (test_bit(DEV_CLEAR_BN, &priv->state)) in pio_write_wait() 605 clear_bit(DEV_CLEAR_BN, &priv->state); in tms9914_write() 800 set_bit(DEV_CLEAR_BN, &priv->state); in tms9914_interrupt_have_status()
|
| /linux/drivers/gpib/include/ |
| H A D | nec7210.h | 76 DEV_CLEAR_BN, // device clear received enumerator
|
| H A D | tms9914.h | 78 DEV_CLEAR_BN, // device clear received enumerator
|