Searched refs:device_path_in (Results 1 – 2 of 2) sorted by relevance
34 int gpib_match_device_path(struct device *dev, const char *device_path_in);
2208 int gpib_match_device_path(struct device *dev, const char *device_path_in) in gpib_match_device_path() argument 2210 if (device_path_in) { in gpib_match_device_path() 2218 if (strcmp(device_path_in, device_path) != 0) { in gpib_match_device_path()