Searched refs:find_pci_dr (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/pci/
H A Dpci.h819 * TODO: Struct pci_devres and find_pci_dr() only need to be here because
832 struct pci_devres *find_pci_dr(struct pci_dev *pdev);
H A Dpci.c2223 dr = find_pci_dr(dev);
3886 dr = find_pci_dr(pdev);
3930 dr = find_pci_dr(pdev);
4419 dr = find_pci_dr(pdev);
H A Ddevres.c155 dr = find_pci_dr(dev);
186 * TODO: After the last four callers in pci.c are ported, find_pci_dr()
189 struct pci_devres *find_pci_dr(struct pci_dev *pdev) function
248 dr = find_pci_dr(pdev);

Completed in 168 milliseconds