Exemple #1
0
static GSList *scan(struct sr_dev_driver *di, GSList *options)
{
	return sr_scpi_scan(di->context, options, probe_device);
}
Exemple #2
0
static GSList *scan(struct sr_dev_driver *di, GSList *options)
{
	return sr_scpi_scan(di->priv, options, hmo_probe_serial_device);
}
Exemple #3
0
static GSList *scan(struct sr_dev_driver *di, GSList *options)
{
	return sr_scpi_scan(di->priv, options, probe_usbtmc_device);
}
Exemple #4
0
static GSList *scan(GSList *options)
{
	return sr_scpi_scan(di->priv, options, probe_device);
}