We are trying to use "Upp_Ioctl_QUERY_STATS".
The UPP driver comes from pspdrivers_01_30_01
The source code is as follows:
Upp_devStats stats;
SIO_ctrl(uppInHandle, Upp_Ioctl_QUERY_STATS, (Arg) &stats);
The return value is 6, which seems to be SYS_EBADIO. The handle is valid and works for calls to SIO_reclaim().
What needs to be done to enable Upp_Ioctl_QUERY_STATS?
Thank you