Searched refs:sc_readattempts (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/dev/i2c/ |
H A D | aht20var.h | 37 int sc_readattempts; member
|
H A D | aht20.c | 173 return aht20_cmd(sc->sc_tag, sc->sc_addr, cmd, clen, buf, blen, sc->sc_readattempts); in aht20_cmdr() 235 aht20_verify_sysctl, 0, &sc->sc_readattempts, 0, CTL_HW, in aht20_sysctl_init() 293 sc->sc_readattempts = 10; in aht20_attach()
|
H A D | si70xxvar.h | 45 int sc_readattempts; 47 int sc_readattempts; global() member
|
H A D | sgp40var.h | 45 int sc_readattempts; member
|
H A D | sht4xvar.h | 41 int sc_readattempts; member
|
H A D | sht3xvar.h | 52 int sc_readattempts; member
|
H A D | sgp40.c | 433 sc->sc_readattempts); in sgp40_cmdr() 502 sgp40_verify_sysctl, 0, &sc->sc_readattempts, 0, CTL_HW, in sgp40_sysctl_init() 591 sc->sc_readattempts = 10; in sgp40_attach()
|
H A D | sht4x.c | 385 return sht4x_cmd(sc->sc_tag, sc->sc_addr, &cmd, 1, buf, blen, sc->sc_readattempts); in sht4x_cmdr() 447 sht4x_verify_sysctl, 0, &sc->sc_readattempts, 0, CTL_HW, in sht4x_sysctl_init() 550 sc->sc_readattempts = 10; in sht4x_attach()
|
H A D | si70xx.c | 520 si70xx_verify_sysctl, 0, &sc->sc_readattempts, 0, CTL_HW, in si70xx_sysctl_init() 623 sc->sc_readattempts = 40; in si70xx_attach() 923 for (int aint = 0; aint < sc->sc_readattempts; aint++) { in si70xx_exec()
|
H A D | sht3x.c | 908 sc->sc_readattempts); in sht3x_crc() 977 sht3x_verify_sysctl, 0, &sc->sc_readattempts, 0, CTL_HW, in sht3x_sysctl_init() 1098 sc->sc_readattempts = 10; in sht3x_attach()
|
/netbsd-src/sys/dev/ic/ |
H A D | bmx280var.h | 62 int sc_readattempts; member
|
H A D | bmx280.c | 316 &sc->sc_readattempts, 0, CTL_HW, sysctlroot_num, CTL_CREATE, in bmx280_sysctl_init() 391 sc->sc_readattempts = 25; in bmx280_attach() 692 int c = sc->sc_readattempts; in bmx280_wait_for_data()
|