Searched refs:probe_uuids (Results 1 – 1 of 1) sorted by relevance
1214 GSList *probe_uuids; in device_probe_drivers() local1216 probe_uuids = device_match_driver(device, driver, profiles); in device_probe_drivers()1218 if (!probe_uuids) in device_probe_drivers()1221 err = driver->probe(device, probe_uuids); in device_probe_drivers()1225 g_slist_free(probe_uuids); in device_probe_drivers()1230 g_slist_free(probe_uuids); in device_probe_drivers()