/src/sys/dev/i2c/ |
aht20var.h | 37 int sc_readattempts; member in struct:aht20_sc
|
sgp40var.h | 45 int sc_readattempts; member in struct:sgp40_sc
|
sht4xvar.h | 41 int sc_readattempts; member in struct:sht4x_sc
|
si70xxvar.h | 45 int sc_readattempts; member in struct:si70xx_sc
|
sht3xvar.h | 52 int sc_readattempts; member in struct:sht3x_sc
|
aht20.c | 173 return aht20_cmd(sc->sc_tag, sc->sc_addr, cmd, clen, buf, blen, sc->sc_readattempts); 235 aht20_verify_sysctl, 0, &sc->sc_readattempts, 0, CTL_HW, 293 sc->sc_readattempts = 10;
|
sgp40.c | 433 sc->sc_readattempts); 502 sgp40_verify_sysctl, 0, &sc->sc_readattempts, 0, CTL_HW, 591 sc->sc_readattempts = 10;
|
sht4x.c | 385 return sht4x_cmd(sc->sc_tag, sc->sc_addr, &cmd, 1, buf, blen, sc->sc_readattempts); 447 sht4x_verify_sysctl, 0, &sc->sc_readattempts, 0, CTL_HW, 550 sc->sc_readattempts = 10;
|
si70xx.c | 520 si70xx_verify_sysctl, 0, &sc->sc_readattempts, 0, CTL_HW, 623 sc->sc_readattempts = 40; 923 for (int aint = 0; aint < sc->sc_readattempts; aint++) {
|
sht3x.c | 908 sc->sc_readattempts); 977 sht3x_verify_sysctl, 0, &sc->sc_readattempts, 0, CTL_HW, 1098 sc->sc_readattempts = 10;
|
/src/sys/dev/ic/ |
bmx280var.h | 71 int sc_readattempts; member in struct:bmx280_sc
|
bmx280.c | 327 &sc->sc_readattempts, 0, CTL_HW, sysctlroot_num, CTL_CREATE, 402 sc->sc_readattempts = 25; 734 int c = sc->sc_readattempts;
|