Home
last modified time | relevance | path

Searched refs:shift_cursor (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/auxdisplay/
Dcharlcd.c298 if (!lcd->ops->shift_cursor(lcd, CHARLCD_SHIFT_LEFT)) in handle_lcd_special_code()
306 if (!lcd->ops->shift_cursor(lcd, CHARLCD_SHIFT_RIGHT)) in handle_lcd_special_code()
388 if (!lcd->ops->shift_cursor(lcd, in charlcd_write_char()
395 if (!lcd->ops->shift_cursor(lcd, CHARLCD_SHIFT_LEFT)) in charlcd_write_char()
Dcharlcd.h85 int (*shift_cursor)(struct charlcd *lcd, enum charlcd_shift_dir dir); member
Dhd44780.c134 .shift_cursor = hd44780_common_shift_cursor,
190 .shift_cursor = hd44780_common_shift_cursor,
Dlcd2s.c280 .shift_cursor = lcd2s_shift_cursor,
Dpanel.c818 .shift_cursor = hd44780_common_shift_cursor,