I'm using a custom board derived from the DM6467T EVM.
I find many drivers with a structure containing a .probe value, initialized to point to a drivername_probe() function (and a .name value set to "drivername").
From an application program, how do I call one of these probe functions? I'm guessing it might be through ioctl(), but I'm only guessing.
Thanks very much,
Helmut