Home
last modified time | relevance | path

Searched refs:pci_chip_type (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/gpib/ines/
H A Dines_gpib.c275 if (priv->pci_chip_type == PCI_CHIP_QUANCOM) { in ines_pci_interrupt()
357 enum ines_pci_chip pci_chip_type; member
367 pci_chip_type : PCI_CHIP_PLX9050,
375 pci_chip_type : PCI_CHIP_AMCC5920,
383 pci_chip_type : PCI_CHIP_QUICKLOGIC5030,
391 pci_chip_type : PCI_CHIP_QUANCOM,
689 ines_priv->pci_chip_type = PCI_CHIP_NONE; in ines_generic_attach()
786 ines_priv->pci_chip_type = found_id.pci_chip_type; in ines_common_pci_attach()
788 switch (ines_priv->pci_chip_type) { in ines_common_pci_attach()
808 if (ines_priv->pci_chip_type == PCI_CHIP_QUANCOM) { in ines_common_pci_attach()
[all …]
H A Dines.h34 enum ines_pci_chip pci_chip_type; member