Home
last modified time | relevance | path

Searched refs:sc_readattempts (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/dev/i2c/
H A Daht20var.h37 int sc_readattempts; member
H A Daht20.c173 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 Dsi70xxvar.h45 int sc_readattempts;
47 int sc_readattempts; global() member
H A Dsgp40var.h45 int sc_readattempts; member
H A Dsht4xvar.h41 int sc_readattempts; member
H A Dsht3xvar.h52 int sc_readattempts; member
H A Dsgp40.c433 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 Dsht4x.c385 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 Dsi70xx.c520 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 Dsht3x.c908 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 Dbmx280var.h62 int sc_readattempts; member
H A Dbmx280.c316 &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()