Searched refs:COMMAND_READY_BN (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpib/nec7210/ |
| H A D | nec7210.c | 51 clear_bit(COMMAND_READY_BN, &priv->state); in nec7210_parallel_poll() 56 ret = wait_event_interruptible(board->wait, test_bit(COMMAND_READY_BN, &priv->state)); in nec7210_parallel_poll() 330 clear_bit(COMMAND_READY_BN, &priv->state); in nec7210_go_to_standby() 433 test_bit(COMMAND_READY_BN, &priv->state) || in nec7210_command() 445 clear_bit(COMMAND_READY_BN, &priv->state); in nec7210_command() 455 if (wait_event_interruptible(board->wait, test_bit(COMMAND_READY_BN, &priv->state) || in nec7210_command() 927 set_bit(COMMAND_READY_BN, &priv->state); in nec7210_interrupt_have_status()
|
| /linux/drivers/gpib/tms9914/ |
| H A D | tms9914.c | 94 clear_bit(COMMAND_READY_BN, &priv->state); in tms9914_go_to_standby() 675 test_bit(COMMAND_READY_BN, in tms9914_command() 683 clear_bit(COMMAND_READY_BN, &priv->state); in tms9914_command() 693 test_bit(COMMAND_READY_BN, in tms9914_command() 725 set_bit(COMMAND_READY_BN, &priv->state); in tms9914_interrupt_have_status()
|
| /linux/drivers/gpib/include/ |
| H A D | nec7210.h | 72 COMMAND_READY_BN, // board is ready to send a command byte enumerator
|
| H A D | tms9914.h | 75 COMMAND_READY_BN, // board is ready to send a command byte enumerator
|