Home
last modified time | relevance | path

Searched defs:col (Results 1 – 25 of 53) sorted by relevance

123

/u-boot/drivers/video/
A Dvideo_osd-uclass.c20 int video_osd_set_mem(struct udevice *dev, uint col, uint row, u8 *buf, in video_osd_set_mem()
28 int video_osd_set_size(struct udevice *dev, uint col, uint row) in video_osd_set_size()
35 int video_osd_print(struct udevice *dev, uint col, uint row, ulong color, in video_osd_print()
A Dsandbox_osd.c42 int sandbox_osd_set_mem(struct udevice *dev, uint col, uint row, u8 *buf, in sandbox_osd_set_mem()
61 int _sandbox_osd_set_size(struct udevice *dev, uint col, uint row) in _sandbox_osd_set_size()
85 int sandbox_osd_set_size(struct udevice *dev, uint col, uint row) in sandbox_osd_set_size()
90 int sandbox_osd_print(struct udevice *dev, uint col, uint row, ulong color, in sandbox_osd_print()
A Dvidconsole-uclass.c136 static void set_cursor_position(struct vidconsole_priv *priv, int row, int col) in set_cursor_position()
159 int *row, int *col) in get_cursor_position()
193 int col = priv->col_saved; in vidconsole_escape_char() local
229 int row, col, num; in vidconsole_escape_char() local
262 int row, col; in vidconsole_escape_char() local
329 int row, col; in vidconsole_escape_char() local
671 void vidconsole_position_cursor(struct udevice *dev, unsigned col, unsigned row) in vidconsole_position_cursor()
A Dihs_video_out.c132 int ihs_video_out_set_mem(struct udevice *dev, uint col, uint row, u8 *buf, in ihs_video_out_set_mem()
182 int ihs_video_out_set_size(struct udevice *dev, uint col, uint row) in ihs_video_out_set_size()
202 int ihs_video_out_print(struct udevice *dev, uint col, uint row, ulong color, in ihs_video_out_print()
A Dconsole_core.c103 for (int col = 0; col < fontdata->byte_width; col++) { in fill_char_vertically() local
152 for (int col = 0; col < fontdata->byte_width; col++) { in fill_char_horizontally() local
/u-boot/include/dt-bindings/input/
A Dinput.h14 #define MATRIX_KEY(row, col, code) \ argument
/u-boot/tools/patman/
A Dcontrol.py23 def prepare_patches(col, branch, count, start, end, ignore_binary, signoff): argument
96 def email_patches(col, series, cover_fname, patch_files, process_tags, its_a_go, argument
A Dcheckpatch.py225 def get_warning_msg(col, msg_type, fname, line, msg): argument
/u-boot/lib/efi_selftest/
A Defi_selftest_textoutput.c26 s16 col; in execute() local
A Defi_selftest_bitblt.c35 const struct efi_gop_pixel col, struct efi_gop_pixel *pix) in ellipse()
50 const struct efi_gop_pixel col, struct efi_gop_pixel *pix) in rectangle()
/u-boot/cmd/
A Dvideo.c18 unsigned int col, row; in do_video_setcursor() local
/u-boot/include/
A Dkey_matrix.h33 uint8_t col; /* column number (0 = first) */ member
/u-boot/scripts/kconfig/
A Dgconf.c574 GtkTreeViewColumn *col; in on_show_name1_activate() local
585 GtkTreeViewColumn *col; in on_show_range1_activate() local
603 GtkTreeViewColumn *col; in on_show_data1_activate() local
806 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
867 GtkTreeViewColumn *col; in column2index() local
888 gint col; in on_treeview2_button_press_event() local
945 gint col; in on_treeview2_key_press_event() local
/u-boot/tools/binman/
A Dbintool_test.py166 def fake_fetch(method, col, skip_present): argument
197 def fake_fetch2(method, col, skip_present): argument
A Dbintool.py180 def fetch_tool(self, method, col, skip_present): argument
/u-boot/common/
A Dsplash.c135 int col, row, ret; in splash_display_banner() local
A Dcli_readline.c393 int num2, col; in cread_line() local
476 int col; /* output column cnt */ in cli_readline_into_buffer() local
/u-boot/drivers/ram/rockchip/
A Dsdram_common.c221 u32 col; in sdram_detect_col() local
291 u32 row, col, bk, bw, cs_cap, cs; in sdram_detect_dbw() local
A Dsdram_rk3328.c139 u32 cs, bw, die_bw, col, row, bank; in calculate_ddrconfig() local
411 u32 col, coltmp; in dram_detect_cap() local
A Dsdram_px30.c213 u32 bw, die_bw, col, bank; in calculate_ddrconfig() local
579 u32 col, coltmp; in dram_detect_cap() local
/u-boot/drivers/input/
A Dkey_matrix.c124 int key_code, row, col; in create_keymap() local
A Dcros_ec_keyb.c53 unsigned int row, col, bit, data; in check_for_keys() local
/u-boot/drivers/mtd/nand/raw/
A Dmxc_nand.c733 uint16_t col; local
772 uint16_t col, ret; local
823 int n, col, i = 0; local
894 int n, col, i = 0; local
A Dmt7621_nand_spl.c144 u32 addr, col, page, chksz; in nand_spl_load_image() local
/u-boot/fs/ubifs/
A Dlpt.c529 static int calc_nnode_num(int row, int col) in calc_nnode_num()
2101 int col) in dbg_chk_pnode()
2231 int row, int col) in dbg_check_lpt_nodes()

Completed in 58 milliseconds

123