Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/auxdisplay/
Dhd44780_common.c52 int hd44780_common_gotoxy(struct charlcd *lcd, unsigned int x, unsigned int y) in hd44780_common_gotoxy() function
69 EXPORT_SYMBOL_GPL(hd44780_common_gotoxy);
73 return hd44780_common_gotoxy(lcd, 0, 0); in hd44780_common_home()
Dhd44780_common.h19 int hd44780_common_gotoxy(struct charlcd *lcd, unsigned int x, unsigned int y);
Dhd44780.c130 .gotoxy = hd44780_common_gotoxy,
186 .gotoxy = hd44780_common_gotoxy,
Dpanel.c814 .gotoxy = hd44780_common_gotoxy,