HomeSort by: relevance | last modified time | path
    Searched refs:sc_resolution (Results 1 - 6 of 6) sorted by relevancy

  /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;
sht4x.c 240 (void) memcpy(buf, sc->sc_resolution, SHT4X_RES_NAME);
255 (void) memcpy(sc->sc_resolution, node.sysctl_data, SHT4X_RES_NAME);
549 strlcpy(sc->sc_resolution,"high",SHT4X_RES_NAME);
740 measurement_command = sht4x_compute_measure_command(sc->sc_resolution,
si70xx.c 138 (void) memcpy(buf, sc->sc_resolution, SI70XX_RES_NAME);
152 (void) memcpy(sc->sc_resolution, node.sysctl_data, SI70XX_RES_NAME);
432 memcpy(sc->sc_resolution, si70xx_resolutions[i].text,
435 snprintf(sc->sc_resolution, SI70XX_RES_NAME, "%02x", res);
  /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...]

Completed in 16 milliseconds