Lines Matching refs:ili9320
29 static inline int ili9320_write_spi(struct ili9320 *ili, in ili9320_write_spi()
54 int ili9320_write(struct ili9320 *ili, unsigned int reg, unsigned int value) in ili9320_write()
61 int ili9320_write_regs(struct ili9320 *ili, in ili9320_write_regs()
78 static void ili9320_reset(struct ili9320 *lcd) in ili9320_reset()
92 static inline int ili9320_init_chip(struct ili9320 *lcd) in ili9320_init_chip()
108 static inline int ili9320_power_on(struct ili9320 *lcd) in ili9320_power_on()
119 static inline int ili9320_power_off(struct ili9320 *lcd) in ili9320_power_off()
129 static int ili9320_power(struct ili9320 *lcd, int power) in ili9320_power()
148 static inline struct ili9320 *to_our_lcd(struct lcd_device *lcd) in to_our_lcd()
155 struct ili9320 *lcd = to_our_lcd(ld); in ili9320_set_power()
162 struct ili9320 *lcd = to_our_lcd(ld); in ili9320_get_power()
172 static void ili9320_setup_spi(struct ili9320 *ili, in ili9320_setup_spi()
203 struct ili9320 *ili; in ili9320_probe_spi()
221 ili = devm_kzalloc(&spi->dev, sizeof(struct ili9320), GFP_KERNEL); in ili9320_probe_spi()
257 int ili9320_remove(struct ili9320 *ili) in ili9320_remove()
265 int ili9320_suspend(struct ili9320 *lcd) in ili9320_suspend()
282 int ili9320_resume(struct ili9320 *lcd) in ili9320_resume()
295 void ili9320_shutdown(struct ili9320 *lcd) in ili9320_shutdown()