Searched refs:cursor (Results 1 – 13 of 13) sorted by relevance
/u-boot/tools/ |
A D | asn1_compiler.c | 824 filename, cursor->line, cursor->content); in parse() 892 filename, cursor->line, cursor->content); in parse_type() 900 filename, cursor->line, cursor->content); in parse_type() 907 if (p - cursor->content != cursor->size) in parse_type() 915 filename, cursor->line, cursor->content); in parse_type() 1016 filename, cursor->line, cursor->content); in parse_type() 1066 filename, cursor->line, cursor->content); in parse_type() 1084 filename, cursor->line, cursor->content); in parse_type() 1136 filename, cursor->line, cursor->content); in parse_type() 1155 filename, cursor->line, cursor->content); in parse_compound() [all …]
|
/u-boot/drivers/misc/ |
A D | cbmem_console.c | 24 int cursor; in cbmemc_putc() local 26 cursor = cbmem_console_p->buffer_cursor++; in cbmemc_putc() 27 if (cursor < cbmem_console_p->buffer_size) in cbmemc_putc() 28 cbmem_console_p->buffer_body[cursor] = data; in cbmemc_putc()
|
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | stm32prog_serial.c | 393 if (data->cursor != in stm32prog_start() 396 data->cursor, in stm32prog_start() 632 u32 cursor = data->cursor; in download_command() local 676 cursor = 0; in download_command() 677 data->cursor = 0; in download_command() 751 data->cursor += codesize; in download_command() 754 size = data->cursor - cursor; in download_command() 763 size = data->cursor - cursor; in download_command() 776 size = data->cursor - cursor; in download_command() 779 cursor += size; in download_command() [all …]
|
A D | stm32prog.h | 134 u32 cursor; member
|
/u-boot/arch/x86/lib/ |
A D | acpi_nhlt.c | 288 struct cursor { struct 293 static void ser8(struct cursor *cur, uint val) in ser8() argument 299 static void ser16(struct cursor *cur, uint val) in ser16() 305 static void ser32(struct cursor *cur, uint val) in ser32() 311 static void serblob(struct cursor *cur, void *from, size_t sz) in serblob() 318 struct cursor *cur) in serialise_specific_config() 325 static void serialise_waveform(struct nhlt_waveform *wave, struct cursor *cur) in serialise_waveform() 343 static void serialise_format(struct nhlt_format *fmt, struct cursor *cur) in serialise_format() 350 static void serialise_endpoint(struct nhlt_endpoint *endp, struct cursor *cur) in serialise_endpoint() 372 static void nhlt_serialise_endpoints(struct nhlt *nhlt, struct cursor *cur) in nhlt_serialise_endpoints() [all …]
|
/u-boot/drivers/video/ |
A D | fsl_diu_fb.c | 163 __be32 cursor; member 258 struct diu_addr cursor; in fsl_diu_init() local 342 if (allocate_buf(&cursor, 32 * 32 * 2, 32) < 0) { in fsl_diu_init() 351 out_be32(&hw->cursor, cursor.paddr); in fsl_diu_init()
|
A D | Kconfig | 83 support cursor positioning and drawing strings on video framebuffer. 687 cursor. 735 a limited number of ANSI escape sequences (cursor control, 750 bool "Enable a software cursor" 754 This draws a cursor after the last character. No blinking is 755 provided. This makes it possible to see the current cursor
|
/u-boot/lib/crypto/ |
A D | asymmetric_type.c | 618 struct asymmetric_key_parser *cursor; in register_asymmetric_key_parser() local 623 list_for_each_entry(cursor, &asymmetric_key_parsers, link) { in register_asymmetric_key_parser() 624 if (strcmp(cursor->name, parser->name) == 0) { in register_asymmetric_key_parser()
|
/u-boot/scripts/coccinelle/iterators/ |
A D | itnull.cocci | 4 //# or in cases when the loop cursor is reassigned. The latter should only
|
/u-boot/doc/usage/ |
A D | bootmenu.rst | 9 The cursor keys "Up" and "Down" are used for navigation through
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_base.c | 3803 uint8_t *cursor; in nand_flash_detect_ext_param_page() local 3842 cursor = (uint8_t *)(ep + 1); in nand_flash_detect_ext_param_page() 3847 cursor += s->length * 16; in nand_flash_detect_ext_param_page() 3855 ecc = (struct onfi_ext_ecc_info *)cursor; in nand_flash_detect_ext_param_page()
|
/u-boot/doc/arch/ |
A D | sandbox.rst | 107 (where the terminal is in cooked mode and cursor keys will not work, Ctrl-C
|
/u-boot/cmd/ |
A D | Kconfig | 56 cursor.
|
Completed in 28 milliseconds