Home | History | Annotate | Download | only in i2c

Lines Matching defs:brightness

331 	int isel, fdim, brightness;
349 prop_dictionary_get_int32(dict, "brightness", &brightness);
391 tps65217pmic_wled_init(sc, isel, fdim, brightness);
495 int brightness)
528 if (brightness > 100 ||
529 brightness < 0) {
531 "invalid brightness: between 0 and 100: %d\n", brightness);
543 (brightness - 1) & TPS65217PMIC_WLEDCTRL2_DUTY);