Searched refs:tosa_tg_send (Results 1 – 1 of 1) sorted by relevance
/drivers/video/backlight/ |
D | tosa_lcd.c | 56 static int tosa_tg_send(struct spi_device *spi, int adrs, uint8_t data) in tosa_tg_send() function 76 return tosa_tg_send(spi, TG_GPODR2, enable ? 0x01 : 0x00); in tosa_bl_enable() 88 tosa_tg_send(data->spi, TG_TPOSCTL, 0x00); in tosa_lcd_tg_init() 90 tosa_tg_send(data->spi, TG_GPOSR, 0x02); in tosa_lcd_tg_init() 101 tosa_tg_send(spi, TG_PNLCTL, value); in tosa_lcd_tg_on() 104 tosa_tg_send(spi, TG_PINICTL, 0x4); in tosa_lcd_tg_on() 108 tosa_tg_send(spi, TG_PINICTL, 0x0); in tosa_lcd_tg_on() 131 tosa_tg_send(spi, TG_PINICTL, 0x4); in tosa_lcd_tg_off() 135 tosa_tg_send(spi, TG_PINICTL, 0x6); in tosa_lcd_tg_off()
|