Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/auxdisplay/
Dcharlcd.c300 if (!lcd->ops->shift_cursor(lcd, CHARLCD_SHIFT_LEFT)) in handle_lcd_special_code()
308 if (!lcd->ops->shift_cursor(lcd, CHARLCD_SHIFT_RIGHT)) in handle_lcd_special_code()
390 if (!lcd->ops->shift_cursor(lcd, in charlcd_write_char()
397 if (!lcd->ops->shift_cursor(lcd, CHARLCD_SHIFT_LEFT)) in charlcd_write_char()
Dcharlcd.h87 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,