Lines Matching refs:props
191 lm3630a_pwm_ctrl(pchip, bl->props.brightness,
192 bl->props.max_brightness);
202 ret = lm3630a_write(pchip, REG_BRT_A, bl->props.brightness);
203 if (bl->props.brightness < 0x4)
246 bl->props.brightness = brightness;
247 return bl->props.brightness;
268 lm3630a_pwm_ctrl(pchip, bl->props.brightness,
269 bl->props.max_brightness);
279 ret = lm3630a_write(pchip, REG_BRT_B, bl->props.brightness);
280 if (bl->props.brightness < 0x4)
323 bl->props.brightness = brightness;
324 return bl->props.brightness;
339 struct backlight_properties props;
342 props.type = BACKLIGHT_RAW;
344 props.brightness = pdata->leda_init_brt;
345 props.max_brightness = pdata->leda_max_brt;
350 &lm3630a_bank_a_ops, &props);
357 props.brightness = pdata->ledb_init_brt;
358 props.max_brightness = pdata->ledb_max_brt;
363 &lm3630a_bank_b_ops, &props);