Lines Matching full:found
138 * in the global list of PCI buses. If the bus is found, a pointer to its
139 * data structure is returned. If no bus is found, %NULL is returned.
159 * @from: Previous PCI bus found, or %NULL for new search.
190 * If the device is found, its reference count is increased and this
193 * If no device is found, %NULL is returned.
225 * found, its reference count is increased and this function returns a
227 * reference count by calling pci_dev_put(). If no device is found,
257 * @from: Previous PCI device found in search, or %NULL for new search.
259 * Iterates through the list of known PCI devices. If a PCI device is found
294 * @from: Previous PCI device found in search, or %NULL for new search.
296 * Iterates through the list of known PCI devices. If a PCI device is found
323 * @from: Previous PCI device found in search, or %NULL for new search.
326 * found with a matching @vendor and @device, the reference count to the
343 * @from: Previous PCI device found in search, or %NULL for new search.
346 * found with a matching @class, the reference count to the device is
374 * Obvious fact: You do not have a reference to any device that might be found
382 struct pci_dev *found = NULL; in pci_dev_present() local
386 found = pci_get_dev_by_id(ids, NULL); in pci_dev_present()
387 if (found) { in pci_dev_present()
388 pci_dev_put(found); in pci_dev_present()