Lines Matching +full:console +full:- +full:size
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
20 * console_calc_rowcol() - calculate available rows / columns wihtin a given
21 * screen-size based on used VIDEO_FONT.
24 * @sizex: size X of the screen in pixel
25 * @sizey: size Y of the screen in pixel
29 * lcd_init_console() - Initialize lcd console parameters
31 * Setup the address of console base, and the number of rows and columns the
32 * console has.
34 * @address: Console base address
35 * @vl_rows: Number of rows in the console
36 * @vl_cols: Number of columns in the console
37 * @vl_rot: Rotation of display in degree (0 - 90 - 180 - 270) counterlockwise
41 * lcd_set_col() - Set the number of the current lcd console column
43 * Set the number of the console column where the cursor is.
50 * lcd_set_row() - Set the number of the current lcd console row
52 * Set the number of the console row where the cursor is.
59 * lcd_position_cursor() - Position the cursor on the screen
69 * lcd_get_screen_rows() - Get the total number of screen rows
76 * lcd_get_screen_columns() - Get the total number of screen columns
83 * lcd_putc() - Print to screen a single character at the location of the cursor
90 * lcd_puts() - Print to screen a string at the location of the cursor
97 * lcd_printf() - Print to screen a formatted string at location of the cursor