Searched refs:tms9914_take_control (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpib/tms9914/ |
| H A D | tms9914.c | 32 int tms9914_take_control(struct gpib_board *board, struct tms9914_priv *priv, int synchronous) in tms9914_take_control() function 54 EXPORT_SYMBOL_GPL(tms9914_take_control); 75 return tms9914_take_control(board, priv, synchronous); in tms9914_take_control_workaround()
|
| /linux/drivers/gpib/include/ |
| H A D | tms9914.h | 88 int tms9914_take_control(struct gpib_board *board, struct tms9914_priv *priv, int syncronous);
|
| /linux/drivers/gpib/hp_82335/ |
| H A D | hp82335.c | 61 return tms9914_take_control(board, &priv->tms9914_priv, synchronous); in hp82335_take_control()
|
| /linux/drivers/gpib/hp_82341/ |
| H A D | hp_82341.c | 281 return tms9914_take_control(board, &priv->tms9914_priv, synchronous); in hp_82341_take_control()
|