Searched refs:lastprobe (Results 1 – 1 of 1) sorted by relevance
2573 struct bus_probe *lastprobe = NULL; in impl_bus_add_probe() local2584 lastprobe = bus_probes; in impl_bus_add_probe()2585 while (lastprobe->next) in impl_bus_add_probe()2586 lastprobe = lastprobe->next; in impl_bus_add_probe()2587 lastprobe->next = probe; in impl_bus_add_probe()