Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptbase.h909 extern int mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id);
H A Dmptfc.c1181 if ((r = mpt_attach(pdev,id)) != 0) in mptfc_probe()
H A Dmptspi.c1365 if ((r = mpt_attach(pdev,id)) != 0) in mptspi_probe()
H A Dmptbase.c1763 mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id) in mpt_attach() function
8441 EXPORT_SYMBOL(mpt_attach);
H A Dmptsas.c5166 r = mpt_attach(pdev,id); in mptsas_probe()