Lines Matching full:display
3 * Character line display core support
30 #include "line-display.h"
35 * linedisp_scroll() - scroll the display by a character
38 * Scroll the current message along the display by one character, rearming the
57 /* update the display */ in linedisp_scroll()
72 * @msg: the message to display
75 * Display a new message @msg on the display. @msg can be longer than the
76 * number of characters the display can display, in which case it will begin
77 * scrolling across the display.
97 /* Clear the display */ in linedisp_display()
116 /* update the display */ in linedisp_display()
124 * @dev: the display device
125 * @attr: the display message attribute
128 * Read the current message being displayed or scrolled across the display into
143 * @dev: the display device
144 * @attr: the display message attribute
148 * Write a new message to display or scroll across the display from sysfs.
324 * linedisp_register - register a character line display
325 * @linedisp: pointer to character line display structure
328 * @ops: character line display operations
369 /* display a default message */ in linedisp_register()
387 * linedisp_unregister - unregister a character line display
388 * @linedisp: pointer to character line display structure registered previously
399 MODULE_DESCRIPTION("Character line display core support");