Searched refs:show_line (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/input/misc/ |
D | yealink.c | 581 static ssize_t show_line(struct device *dev, char *buf, int a, int b) in show_line() function 608 return show_line(dev, buf, LCD_LINE1_OFFSET, LCD_LINE2_OFFSET); in show_line1() 614 return show_line(dev, buf, LCD_LINE2_OFFSET, LCD_LINE3_OFFSET); in show_line2() 620 return show_line(dev, buf, LCD_LINE3_OFFSET, LCD_LINE4_OFFSET); in show_line3()
|