probe              64 bsp/drv/dev/base/init.c 		if (dp->probe != NULL) {
probe              65 bsp/drv/dev/base/init.c 			if (dp->probe(dp) == 0)
probe             138 bsp/drv/dev/base/init.c 		       (long)dp->probe, (long)dp->init, (long)dp->unload,
probe              84 include/sys/device.h 	int (*probe)	(struct driver *);