Lines Matching defs:lcdev
212 static int hx8357_spi_write_then_read(struct lcd_device *lcdev, in hx8357_spi_write_then_read()
262 static inline int hx8357_spi_write_array(struct lcd_device *lcdev, in hx8357_spi_write_array()
268 static inline int hx8357_spi_write_byte(struct lcd_device *lcdev, in hx8357_spi_write_byte()
274 static int hx8357_enter_standby(struct lcd_device *lcdev) in hx8357_enter_standby()
297 static int hx8357_exit_standby(struct lcd_device *lcdev) in hx8357_exit_standby()
318 static void hx8357_lcd_reset(struct lcd_device *lcdev) in hx8357_lcd_reset()
333 static int hx8357_lcd_init(struct lcd_device *lcdev) in hx8357_lcd_init()
445 static int hx8369_lcd_init(struct lcd_device *lcdev) in hx8369_lcd_init()
537 static int hx8357_set_power(struct lcd_device *lcdev, int power) in hx8357_set_power()
555 static int hx8357_get_power(struct lcd_device *lcdev) in hx8357_get_power()
572 struct lcd_device *lcdev; in hx8357_probe() local