Home
last modified time | relevance | path

Searched refs:hd44780_common_shift_cursor (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/auxdisplay/
Dhd44780_common.h23 int hd44780_common_shift_cursor(struct charlcd *lcd,
Dhd44780_common.c172 int hd44780_common_shift_cursor(struct charlcd *lcd, enum charlcd_shift_dir dir) in hd44780_common_shift_cursor() function
189 EXPORT_SYMBOL_GPL(hd44780_common_shift_cursor);
Dhd44780.c134 .shift_cursor = hd44780_common_shift_cursor,
190 .shift_cursor = hd44780_common_shift_cursor,
Dpanel.c818 .shift_cursor = hd44780_common_shift_cursor,