Home
last modified time | relevance | path

Searched refs:gpib_match_device_path (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/drivers/staging/gpib/include/
DgpibP.h33 int gpib_match_device_path(struct device *dev, const char *device_path_in);
/linux-6.14.4/drivers/staging/gpib/common/
Dgpib_os.c2217 int gpib_match_device_path(struct device *dev, const char *device_path_in) in gpib_match_device_path() function
2235 EXPORT_SYMBOL(gpib_match_device_path);
2248 if (gpib_match_device_path(&pci_device->dev, config->device_path) == 0) in gpib_pci_get_device()
2270 if (gpib_match_device_path(&pci_device->dev, config->device_path) == 0) in gpib_pci_get_subsys()
/linux-6.14.4/drivers/staging/gpib/lpvo_usb_gpib/
Dlpvo_usb_gpib.c461 match = gpib_match_device_path(&lpvo_usb_interfaces[j]->dev, in usb_gpib_attach()
/linux-6.14.4/drivers/staging/gpib/fmh_gpib/
Dfmh_gpib.c1372 if (gpib_match_device_path(dev, config->device_path) == 0) in fmh_gpib_device_match()
/linux-6.14.4/drivers/staging/gpib/agilent_82357a/
Dagilent_82357a.c1292 if (gpib_match_device_path(&interface->dev, config->device_path) == 0) in agilent_82357a_device_match()
/linux-6.14.4/drivers/staging/gpib/ni_usb/
Dni_usb_gpib.c2204 if (gpib_match_device_path(&interface->dev, config->device_path) == 0) in ni_usb_device_match()