Searched refs:device_path_in (Results 1 – 2 of 2) sorted by relevance
33 int gpib_match_device_path(struct device *dev, const char *device_path_in);
2191 int gpib_match_device_path(struct device *dev, const char *device_path_in) in gpib_match_device_path() argument2193 if (device_path_in) { in gpib_match_device_path()2201 if (strcmp(device_path_in, device_path) != 0) { in gpib_match_device_path()