Home
last modified time | relevance | path

Searched refs:device_path_in (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/gpib/include/
H A DgpibP.h34 int gpib_match_device_path(struct device *dev, const char *device_path_in);
/linux/drivers/staging/gpib/common/
H A Dgpib_os.c2208 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()