Home | History | Annotate | Download | only in i2c

Lines Matching defs:act

139 	bool ok = TRUE, act;
180 ok &= prop_dictionary_get_bool(pin, "active_high", &act);
192 sc->sc_pins[i].pin_active = act;
195 pcf8574_attach_led(sc, name, num, act, def);
198 if (pcf8574_attach_sysmon(sc, name, envc, num, act))
205 if (pcf8574_attach_sysmon(sc, name, envc, num, act))
293 pcf8574_attach_led(struct pcf8574_softc *sc, char *name, int pin, int act,
301 l->v_on = act ? l->mask : 0;
302 l->v_off = act ? 0 : l->mask;
313 int act)
348 int act = sc->sc_pins[pin].pin_active;
352 if (act)