Lines Matching refs:blc
170 struct blc_struct *blc;
187 blc = &backlight->panels[panel_type];
189 printf("\tInverter type: %d\n", blc->inverter_type);
190 printf("\t polarity: %d\n", blc->inverter_polarity);
191 printf("\t GPIO pins: %d\n", blc->gpio_pins);
192 printf("\t GMBUS speed: %d\n", blc->gmbus_speed);
193 printf("\t PWM freq: %d\n", blc->pwm_freq);
194 printf("\tMinimum brightness: %d\n", blc->min_brightness);
195 printf("\tI2C slave addr: 0x%02x\n", blc->i2c_slave_addr);
196 printf("\tI2C command: 0x%02x\n", blc->i2c_cmd);