Home
last modified time | relevance | path

Searched refs:nec7210_primary_address (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpib/include/
H A Dnec7210.h99 int nec7210_primary_address(const struct gpib_board *board,
/linux/drivers/gpib/nec7210/
H A Dnec7210.c113 int nec7210_primary_address(const struct gpib_board *board, struct nec7210_priv *priv, in nec7210_primary_address() function
120 EXPORT_SYMBOL(nec7210_primary_address);
1005 nec7210_primary_address(board, priv, board->pad); in nec7210_board_online()
/linux/drivers/gpib/pc2/
H A Dpc2_gpib.c177 return nec7210_primary_address(board, &priv->nec7210_priv, address); in pc2_primary_address()
/linux/drivers/gpib/eastwood/
H A Dfluke_gpib.c143 return nec7210_primary_address(board, &priv->nec7210_priv, address); in fluke_primary_address()