Home
last modified time | relevance | path

Searched refs:mpt_attach (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/message/fusion/
H A Dmptbase.h906 extern int mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id);
H A Dmptspi.c1366 if ((r = mpt_attach(pdev,id)) != 0) in mptspi_probe()
H A Dmptfc.c1218 if ((r = mpt_attach(pdev,id)) != 0) in mptfc_probe()
H A Dmptbase.c1763 mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id) in mpt_attach() function
8437 EXPORT_SYMBOL(mpt_attach);
H A Dmptsas.c5165 r = mpt_attach(pdev,id); in mptsas_probe()