Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/adb/
HDadb_bus.c44 static int adb_bus_probe(device_t dev);
59 DEVMETHOD(device_probe, adb_bus_probe),
82 adb_bus_probe(device_t dev) in adb_bus_probe() function