Lines Matching refs:props
195 return lm3630a_pwm_ctrl(pchip, bl->props.brightness,
196 bl->props.max_brightness);
204 ret = lm3630a_write(pchip, REG_BRT_A, bl->props.brightness);
269 return lm3630a_pwm_ctrl(pchip, bl->props.brightness,
270 bl->props.max_brightness);
278 ret = lm3630a_write(pchip, REG_BRT_B, bl->props.brightness);
337 struct backlight_properties props;
340 memset(&props, 0, sizeof(struct backlight_properties));
341 props.type = BACKLIGHT_RAW;
343 props.brightness = pdata->leda_init_brt;
344 props.max_brightness = pdata->leda_max_brt;
349 &lm3630a_bank_a_ops, &props);
356 props.brightness = pdata->ledb_init_brt;
357 props.max_brightness = pdata->ledb_max_brt;
362 &lm3630a_bank_b_ops, &props);