Lines Matching defs:isel
331 int isel, fdim, brightness;
347 if (prop_dictionary_get_int32(dict, "isel", &isel)) {
351 isel = -1;
390 if (isel != -1)
391 tps65217pmic_wled_init(sc, isel, fdim, brightness);
494 tps65217pmic_wled_init(struct tps65217pmic_softc *sc, int isel, int fdim,
499 switch (isel) {
502 val |= ((isel - 1) << TPS65217PMIC_WLEDCTRL1_ISEL);
506 "WLED ISET selection is 1 or 2: isel %d\n", isel);