Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/include/
H A DgpibP.h33 int gpib_match_device_path(struct device *dev, const char *device_path_in);
/linux-6.15/drivers/staging/gpib/common/
H A Dgpib_os.c2191 int gpib_match_device_path(struct device *dev, const char *device_path_in) in gpib_match_device_path() argument
2193 if (device_path_in) { in gpib_match_device_path()
2201 if (strcmp(device_path_in, device_path) != 0) { in gpib_match_device_path()