Searched refs:gpib_pci_get_device (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpib/include/ |
| H A D | gpibP.h | 24 struct pci_dev *gpib_pci_get_device(const struct gpib_board_config *config, unsigned int vendor_id,
|
| /linux/drivers/gpib/cec/ |
| H A D | cec_gpib.c | 285 gpib_pci_get_device(config, CEC_VENDOR_ID, in cec_pci_attach()
|
| /linux/drivers/gpib/agilent_82350b/ |
| H A D | agilent_82350b.c | 612 a_priv->pci_device = gpib_pci_get_device(config, PCI_VENDOR_ID_AGILENT, in agilent_82350b_generic_attach() 619 a_priv->pci_device = gpib_pci_get_device(config, PCI_VENDOR_ID_AGILENT, in agilent_82350b_generic_attach()
|
| /linux/drivers/gpib/cb7210/ |
| H A D | cb7210.c | 945 cb_priv->pci_device = gpib_pci_get_device(config, PCI_VENDOR_ID_CBOARDS, in cb_pci_attach() 950 cb_priv->pci_device = gpib_pci_get_device(config, PCI_VENDOR_ID_CBOARDS, in cb_pci_attach() 956 cb_priv->pci_device = gpib_pci_get_device(config, PCI_VENDOR_ID_QUANCOM, in cb_pci_attach()
|
| /linux/drivers/gpib/common/ |
| H A D | gpib_os.c | 2228 struct pci_dev *gpib_pci_get_device(const struct gpib_board_config *config, unsigned int vendor_id, in gpib_pci_get_device() function 2245 EXPORT_SYMBOL(gpib_pci_get_device);
|
| /linux/drivers/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 1544 pci_device = gpib_pci_get_device(config, BOGUS_PCI_VENDOR_ID_FLUKE, in fmh_gpib_pci_attach_impl()
|