Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/adb/
HDadb_mouse.c54 static int adb_mouse_probe(device_t dev);
99 DEVMETHOD(device_probe, adb_mouse_probe),
131 adb_mouse_probe(device_t dev) in adb_mouse_probe() function