Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/auxdisplay/
Dhd44780_common.h18 int hd44780_common_print(struct charlcd *lcd, int c);
Dhd44780.c129 .print = hd44780_common_print,
185 .print = hd44780_common_print,
Dhd44780_common.c39 int hd44780_common_print(struct charlcd *lcd, int c) in hd44780_common_print() function
50 EXPORT_SYMBOL_GPL(hd44780_common_print);
Dpanel.c813 .print = hd44780_common_print,