Lines Matching full:display
3 * Character line display core support
20 #include "line-display.h"
25 * linedisp_scroll() - scroll the display by a character
28 * Scroll the current message along the display by one character, rearming the
47 /* update the display */ in linedisp_scroll()
62 * @msg: the message to display
65 * Display a new message @msg on the display. @msg can be longer than the
66 * number of characters the display can display, in which case it will begin
67 * scrolling across the display.
87 /* Clear the display */ in linedisp_display()
106 /* update the display */ in linedisp_display()
114 * @dev: the display device
115 * @attr: the display message attribute
118 * Read the current message being displayed or scrolled across the display into
133 * @dev: the display device
134 * @attr: the display message attribute
138 * Write a new message to display or scroll across the display from sysfs.
196 * linedisp_register - register a character line display
197 * @linedisp: pointer to character line display structure
201 * @update: Function called to update the display. This must not sleep!
231 /* display a default message */ in linedisp_register()
248 * linedisp_unregister - unregister a character line display
249 * @linedisp: pointer to character line display structure registered previously