uthum_read_data
int uthum_read_data(struct uthum_softc *, uint8_t, uint8_t *, size_t, int);
if (uthum_read_data(sc, CMD_DEVTYPE, (void *)&dinfo,
if (uthum_read_data(sc, CMD_GETDATA_NTC, buf, sizeof(buf), 10) != 0) {
if (uthum_read_data(sc, CMD_GETDATA, buf, sizeof(buf), 1000) != 0) {
if (uthum_read_data(sc, cmd, buf, sizeof(buf), 1000) != 0) {