gpib_match_device_path
if (gpib_match_device_path(&interface->dev, config->device_path) == 0)
EXPORT_SYMBOL(gpib_match_device_path);
if (gpib_match_device_path(&pci_device->dev, config->device_path) == 0)
if (gpib_match_device_path(&pci_device->dev, config->device_path) == 0)
if (gpib_match_device_path(dev, config->device_path) == 0)
int gpib_match_device_path(struct device *dev, const char *device_path_in);
match = gpib_match_device_path(&lpvo_usb_interfaces[j]->dev,
if (gpib_match_device_path(&interface->dev, config->device_path) == 0)