Lines Matching refs:ld9040

38 struct ld9040 {  struct
57 static void ld9040_regulator_enable(struct ld9040 *lcd) in ld9040_regulator_enable() argument
76 static void ld9040_regulator_disable(struct ld9040 *lcd) in ld9040_regulator_disable()
426 static int ld9040_spi_write_byte(struct ld9040 *lcd, int addr, int data) in ld9040_spi_write_byte()
444 static int ld9040_spi_write(struct ld9040 *lcd, unsigned char address, in ld9040_spi_write()
457 static int ld9040_panel_send_sequence(struct ld9040 *lcd, in ld9040_panel_send_sequence()
476 static int _ld9040_gamma_ctl(struct ld9040 *lcd, const unsigned int *gamma) in _ld9040_gamma_ctl()
505 static int ld9040_gamma_ctl(struct ld9040 *lcd, int gamma) in ld9040_gamma_ctl()
510 static int ld9040_ldi_init(struct ld9040 *lcd) in ld9040_ldi_init()
536 static int ld9040_ldi_enable(struct ld9040 *lcd) in ld9040_ldi_enable()
541 static int ld9040_ldi_disable(struct ld9040 *lcd) in ld9040_ldi_disable()
556 static int ld9040_power_on(struct ld9040 *lcd) in ld9040_power_on()
589 static int ld9040_power_off(struct ld9040 *lcd) in ld9040_power_off()
610 static int ld9040_power(struct ld9040 *lcd, int power) in ld9040_power()
627 struct ld9040 *lcd = lcd_get_data(ld); in ld9040_set_power()
640 struct ld9040 *lcd = lcd_get_data(ld); in ld9040_get_power()
648 struct ld9040 *lcd = bl_get_data(bd); in ld9040_set_brightness()
678 struct ld9040 *lcd = NULL; in ld9040_probe()
683 lcd = devm_kzalloc(&spi->dev, sizeof(struct ld9040), GFP_KERNEL); in ld9040_probe()
757 struct ld9040 *lcd = spi_get_drvdata(spi); in ld9040_remove()
766 struct ld9040 *lcd = dev_get_drvdata(dev); in ld9040_suspend()
779 struct ld9040 *lcd = dev_get_drvdata(dev); in ld9040_resume()
792 struct ld9040 *lcd = spi_get_drvdata(spi); in ld9040_shutdown()