Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/ines/
H A Dines_gpib.c273 if (priv->pci_chip_type == PCI_CHIP_QUANCOM) { in ines_pci_interrupt()
355 enum ines_pci_chip pci_chip_type; member
365 .pci_chip_type = PCI_CHIP_PLX9050,
373 .pci_chip_type = PCI_CHIP_AMCC5920,
381 .pci_chip_type = PCI_CHIP_QUICKLOGIC5030,
389 .pci_chip_type = PCI_CHIP_QUANCOM,
688 ines_priv->pci_chip_type = PCI_CHIP_NONE; in ines_generic_attach()
785 ines_priv->pci_chip_type = found_id.pci_chip_type; in ines_common_pci_attach()
787 switch (ines_priv->pci_chip_type) { in ines_common_pci_attach()
822 switch (ines_priv->pci_chip_type) { in ines_common_pci_attach()
[all …]
H A Dines.h34 enum ines_pci_chip pci_chip_type; member