Lines Matching refs:match
96 * @dev: the PCI device structure to match against.
100 * %NULL if there is no match.
128 * @drv: the PCI driver to match against
129 * @dev: the PCI device structure to match against
134 * structure or %NULL if there is no match.
162 * The match table is split based on driver_override.
174 /* driver_override will always match, send a dummy id */
225 /* Only accept driver_data values that match an existing id_table
236 if (retval) /* No match */
1511 * @dev: the PCI device structure to match against
1516 * pci_device_id structure or %NULL if there is no match.
1687 .match = pci_bus_match,
1726 .match = pcie_port_bus_match,