Lines Matching defs:path
237 * pci_dev_str_match_path - test if a path string matches a device
239 * @path: string to match the device against
243 * path of device/function addresses matches a PCI device. The string must
248 * A path for a device can be obtained using 'lspci -t'. Using a path
255 static int pci_dev_str_match_path(struct pci_dev *dev, const char *path,
263 *endptr = strchrnul(path, ';');
265 wpath = kmemdup_nul(path, *endptr - path, GFP_ATOMIC);
335 * bus renumbering issues, a path of PCI device/function numbers may be used
336 * to address the specific device. The path for a device can be determined
382 * (optionally, may include a path of devfns following it)