Home
last modified time | relevance | path

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

/linux/drivers/gpib/include/
H A Dnec7210.h89 int nec7210_request_system_control(struct gpib_board *board,
/linux/drivers/gpib/nec7210/
H A Dnec7210.c335 int nec7210_request_system_control(struct gpib_board *board, struct nec7210_priv *priv, in nec7210_request_system_control() function
345 EXPORT_SYMBOL(nec7210_request_system_control);
/linux/drivers/gpib/pc2/
H A Dpc2_gpib.c135 return nec7210_request_system_control(board, &priv->nec7210_priv, request_control); in pc2_request_system_control()
/linux/drivers/gpib/eastwood/
H A Dfluke_gpib.c101 return nec7210_request_system_control(board, nec_priv, request_control); in fluke_request_system_control()