Home
last modified time | relevance | path

Searched defs:cec_priv (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpib/cec/
H A Dcec.h11 struct cec_priv { struct
12 struct nec7210_priv nec7210_priv;
13 struct pci_dev *pci_device;
15 unsigned long plx_iobase;
16 unsigned int irq;
H A Dcec_gpib.c239 struct cec_priv *cec_priv; in cec_generic_attach() local
257 static void cec_init(struct cec_priv *cec_priv, const struct gpib_board *board) in cec_init()
271 struct cec_priv *cec_priv; in cec_pci_attach() local
329 struct cec_priv *cec_priv = board->private_data; in cec_pci_detach() local