Searched refs:sc_light_count (Results 1 – 2 of 2) sorted by relevance
78 int sc_light_count; member
717 for (int i = 0; i < sc->sc_light_count; i++) in asmc_detach()1483 if (sensor_idx < sc->sc_light_count) in asmc_sensor_sysctl()1547 sc->sc_light_count = 0; in asmc_detect_sensors()1620 if (sc->sc_light_count >= ASMC_MAX_SENSORS) in asmc_detect_sensors()1625 sc->sc_light_sensors[sc->sc_light_count++] = in asmc_detect_sensors()1636 sc->sc_power_count, sc->sc_light_count); in asmc_detect_sensors()1687 if (sc->sc_light_count > 0) { in asmc_detect_sensors()1692 for (i = 0; i < sc->sc_light_count; i++) { in asmc_detect_sensors()