/src/sys/dev/i2c/ |
sht4xvar.h | 40 char sc_resolution[SHT4X_RES_NAME]; member in struct:sht4x_sc
|
si70xxvar.h | 38 char sc_resolution[SI70XX_RES_NAME]; member in struct:si70xx_sc
|
sdtemp.c | 57 int sc_resolution; member in struct:sdtemp_softc 299 sc->sc_resolution 317 aprint_normal(", %s resolution", temp_resl[sc->sc_resolution]); 563 temp &= ~(0x7 >> sc->sc_resolution); 693 sc->sc_resolution = SDTEMP_CAP_RESOLUTION_MAX; 713 sc->sc_resolution = SDTEMP_CAP_RESOLUTION_MAX;
|
/src/sys/dev/bluetooth/ |
btmagic.c | 153 int sc_resolution; /* for soft scaling */ member in struct:btmagic_softc 343 sc->sc_resolution = 650; 604 t = sc->sc_resolution; 613 sc->sc_resolution = t; 614 DPRINTF(sc, "sc_resolution = %u", t); 635 if (t < 1 || t > 40 || (sc->sc_resolution / t) == 0) 1210 dx = btmagic_scale(dx, &sc->sc_rx, sc->sc_resolution); 1213 dy = btmagic_scale(dy, &sc->sc_ry, sc->sc_resolution); 1325 dx = btmagic_scale(dx, &sc->sc_rx, sc->sc_resolution); 1329 dy = btmagic_scale(dy, &sc->sc_ry, sc->sc_resolution); [all...] |