Lines Matching defs:lcdev
213 static int hx8357_spi_write_then_read(struct lcd_device *lcdev, in hx8357_spi_write_then_read()
263 static inline int hx8357_spi_write_array(struct lcd_device *lcdev, in hx8357_spi_write_array()
269 static inline int hx8357_spi_write_byte(struct lcd_device *lcdev, in hx8357_spi_write_byte()
275 static int hx8357_enter_standby(struct lcd_device *lcdev) in hx8357_enter_standby()
298 static int hx8357_exit_standby(struct lcd_device *lcdev) in hx8357_exit_standby()
319 static void hx8357_lcd_reset(struct lcd_device *lcdev) in hx8357_lcd_reset()
334 static int hx8357_lcd_init(struct lcd_device *lcdev) in hx8357_lcd_init()
446 static int hx8369_lcd_init(struct lcd_device *lcdev) in hx8369_lcd_init()
538 static int hx8357_set_power(struct lcd_device *lcdev, int power) in hx8357_set_power()
556 static int hx8357_get_power(struct lcd_device *lcdev) in hx8357_get_power()
583 struct lcd_device *lcdev; in hx8357_probe() local