Searched refs:sc_ignorecrc (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Daht20var.h36 bool sc_ignorecrc; member in struct:aht20_sc
H A Dsgp40var.h44 bool sc_ignorecrc; member in struct:sgp40_sc
H A Dsht4xvar.h39 bool sc_ignorecrc; member in struct:sht4x_sc
H A Dsi70xxvar.h40 bool sc_ignorecrc; member in struct:si70xx_sc
H A Dsht3xvar.h47 bool sc_ignorecrc; member in struct:sht3x_sc
H A Daht20.c241 SYSCTL_DESCR("Ignore the CRC byte"), NULL, 0, &sc->sc_ignorecrc,
294 sc->sc_ignorecrc = false;
451 if (sc->sc_ignorecrc) {
H A Dsht4x.c468 SYSCTL_DESCR("Ignore the CRC byte"), NULL, 0, &sc->sc_ignorecrc,
551 sc->sc_ignorecrc = false;
795 if (sc->sc_ignorecrc) {
H A Dsgp40.c508 SYSCTL_DESCR("Ignore the CRC byte"), NULL, 0, &sc->sc_ignorecrc,
592 sc->sc_ignorecrc = false;
H A Dsi70xx.c543 SYSCTL_DESCR("Ignore the CRC byte"), NULL, 0, &sc->sc_ignorecrc,
627 sc->sc_ignorecrc = false;
941 if (sc->sc_ignorecrc) {
H A Dsht3x.c1007 SYSCTL_DESCR("Ignore the CRC byte"), NULL, 0, &sc->sc_ignorecrc,
1078 sc->sc_ignorecrc = false;
1338 if (sc->sc_ignorecrc) {

Completed in 237 milliseconds