Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/auxdisplay/
Dhd44780_common.h23 int hd44780_common_shift_cursor(struct charlcd *lcd,
Dhd44780.c134 .shift_cursor = hd44780_common_shift_cursor,
190 .shift_cursor = hd44780_common_shift_cursor,
Dhd44780_common.c164 int hd44780_common_shift_cursor(struct charlcd *lcd, enum charlcd_shift_dir dir) in hd44780_common_shift_cursor() function
181 EXPORT_SYMBOL_GPL(hd44780_common_shift_cursor);
Dpanel.c818 .shift_cursor = hd44780_common_shift_cursor,