/src/sys/arch/arm/gemini/ |
gemini_wdt.c | 142 int prev_state = geminiwdt_sc->sc_armed; local in function:geminiwdt_enable 163 return prev_state;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
nouveau_nvkm_subdev_therm_g84.c | 107 enum nvkm_therm_thrs_state prev_state, new_state; local in function:g84_therm_threshold_hyst_emulation 110 prev_state = nvkm_therm_sensor_get_threshold_state(therm, thrs_name); 132 if (prev_state < new_state) 134 else if (prev_state > new_state)
|
nouveau_nvkm_subdev_therm_temp.c | 147 enum nvkm_therm_thrs_state prev_state, new_state; local in function:nvkm_therm_threshold_hyst_polling 150 prev_state = nvkm_therm_sensor_get_threshold_state(therm, thrs_name); 152 if (temp >= thrs->temp && prev_state == NVKM_THERM_THRS_LOWER) { 156 prev_state == NVKM_THERM_THRS_HIGHER) {
|
/src/sys/dev/i2c/ |
pcf8574.c | 349 u_int8_t prev_state = sc->sc_state; local in function:pcf8574_refresh 359 if (sc->sc_state != prev_state) { 361 device_xname(sc->sc_dev), prev_state, sc->sc_state); 362 pcf8574_check_alert(sc, prev_state, sc->sc_state); 406 uint8_t prev_state = sc->sc_state; local in function:pcf8574_check 409 if (sc->sc_state != prev_state) { 411 device_xname(sc->sc_dev), prev_state, sc->sc_state); 412 pcf8574_check_alert(sc, prev_state, sc->sc_state); 418 pcf8574_check_alert(struct pcf8574_softc *sc, uint8_t prev_state, 425 pin_chg = (sc->sc_state & 1 << i) ^ (prev_state & 1 << i) [all...] |
/src/sys/arch/amiga/pci/ |
p5pb.c | 598 int i, state, prev_state; local in function:p5pb_badaddr_range 603 prev_state = -1; 617 if(state != prev_state) { 622 prev_state = state;
|
/src/sys/dev/ic/ |
mfireg.h | 606 uint32_t prev_state; member in struct:mfi_evtarg_pd_state 685 uint32_t prev_state; member in struct:mfi_evt_detail::__anon459034d40d0a::__anon459034d41408
|