Searched refs:uthum_read_data (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | uthum.c | 107 static int uthum_read_data(struct uthum_softc *, uint8_t, uint8_t *, size_t, int); 249 uthum_read_data(struct uthum_softc *sc, uint8_t target_cmd, uint8_t *buf, in uthum_read_data() function 310 if (uthum_read_data(sc, CMD_DEVTYPE, buf, sizeof(buf), 0) != 0) { in uthum_check_sensortype() 348 if (uthum_read_data(sc, CMD_GETDATA, buf, sizeof(buf), 1000) in uthum_refresh() 369 if (uthum_read_data(sc, CMD_GETTEMP, buf, sizeof(buf), 0) != 0) { in uthum_refresh()
|