Lines Matching full:character
3 * Character line display core support
35 * linedisp_scroll() - scroll the display by a character
38 * Scroll the current message along the display by one character, rearming the
60 /* move on to the next character */ in linedisp_scroll()
324 * linedisp_register - register a character line display
325 * @linedisp: pointer to character line display structure
328 * @ops: character line display operations
357 /* initialise a character mapping, if required */ 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");