Searched refs:find_id (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/pci/
H A Dpci-uclass.c746 * @find_id: Specification of the driver to find
753 struct pci_device_id *find_id,
767 find_id->vendor, find_id->device);
788 if (!pci_match_one_id(id, find_id))
824 bridge = (find_id->class >> 8) == PCI_CLASS_BRIDGE_PCI;
831 !pci_need_device_pre_reloc(parent, find_id->vendor,
832 find_id->device))
911 struct pci_device_id find_id; local
914 memset(&find_id, '\
752 pci_find_and_bind_driver(struct udevice *parent, struct pci_device_id *find_id, pci_dev_t bdf, struct udevice **devp) argument
1814 struct pci_device_id find_id; local
[all...]
/u-boot/common/
H A Dbootstage.c84 struct bootstage_record *find_id(struct bootstage_data *data, function
104 rec = find_id(data, id);
131 rec = find_id(data, id);

Completed in 41 milliseconds