Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 72) sorted by relevance

123

/trusted-firmware-a/drivers/console/
A Dmulti_console.c26 console->next = console_list; in IMPORT_SYM()
39 for (ptr = &console_list; *ptr != NULL; ptr = &(*ptr)->next) in console_unregister()
41 *ptr = (*ptr)->next; in console_unregister()
54 for (console = console_list; console != NULL; console = console->next) in console_is_registered()
92 for (console = console_list; console != NULL; console = console->next) in console_putc()
109 console = console->next) in console_getc()
126 for (console = console_list; console != NULL; console = console->next) in console_flush()
/trusted-firmware-a/services/std_svc/sdei/
A Dsdei_state.c127 sdei_state_t next; in can_sdei_state_trans() local
135 next = sdei_state_table[se->state][act]; in can_sdei_state_trans()
136 switch (next) { in can_sdei_state_trans()
145 SDEI_LOG(" event state 0x%x => 0x%x\n", se->state, next); in can_sdei_state_trans()
146 se->state = next; in can_sdei_state_trans()
/trusted-firmware-a/lib/zlib/
A Dinflate.c289 static code *next; local
297 next = fixed;
298 lenfix = next;
305 distfix = next;
792 next += copy;
1383 unsigned next; local
1386 next = 0;
1390 else if (buf[next])
1394 next++;
1397 return next;
[all …]
A Dinftrees.c54 code FAR *next; /* next available space in table */ local
201 next = *table; /* current table to fill in */
236 next[(huff >> drop) + fill] = here;
264 next += min; /* here min is 1 << curr */
286 (*table)[low].val = (unsigned short)(next - *table);
297 next[huff] = here;
A Dinflate.h118 code FAR *next; /* next available space in codes[] */ member
A Dzlib.h1819 unsigned char *next; member
1826 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
1829 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
/trusted-firmware-a/tools/sptool/
A Dsptool.c38 struct arg_list *next; member
123 head = head->next; in freelist()
141 while (tmp->next != NULL) { in append_user_input()
142 tmp = tmp->next; in append_user_input()
144 tmp->next = xzalloc(sizeof(struct arg_list), in append_user_input()
146 tmp = tmp->next; in append_user_input()
348 in_list = in_list->next; in main()
349 out_list = out_list->next; in main()
/trusted-firmware-a/fdts/
A Da5ds.dts30 next-level-cache = <&L2>;
36 next-level-cache = <&L2>;
42 next-level-cache = <&L2>;
48 next-level-cache = <&L2>;
A Dcorstone700.dtsi25 next-level-cache = <&L2_0>;
/trusted-firmware-a/docs/build/latex/
A Dsphinxpackagecyrillic.sty19 \@tfor\next:=%
31 \@ifl@t@r{\fmtversion}{2019/10/01}{\csname u8:\next\endcsname}{\next}}%
A Dsphinxlatexliterals.sty60 % Skip to next page if not enough space at bottom
174 % {, <, #, %, $, ' and ": go to next line.
404 \let\next\spx@verb@wrapPYG@ii
406 \next
426 \let\next=\spx@verb@wrapPYG@one
428 \next
443 \let\next\spx@verb@wrapPYG@PYG@ii
445 \next
464 \let\next=\spx@verb@wrapPYG@PYG@one
466 \next
[all …]
A Dsphinxmessages.sty9 \renewcommand{\literalblockcontinuesname}{continues on next page}
A Dsphinxlatextables.sty198 % next hack is needed only if user has set latex_use_latex_multicolumn to True:
258 \expandafter\sphinx@TYI@multispan@next\expandafter{\the\numexpr#1-\@ne\expandafter}%
261 \def\sphinx@TYI@multispan@next{&\relax\sphinx@TYI@multispan}%
278 \else\expandafter\sphinx@multispan@next
281 \def\sphinx@multispan@next #1{%
407 \afterassignment\sphinx@multirow\let\next=
458 % an update for the next row.
468 % next row will be with a #2 decremented by one
/trusted-firmware-a/lib/bl_aux_params/
A Dbl_aux_params.c18 for (p = (void *)head; p; p = (void *)(uintptr_t)p->next) { in bl_aux_params_parse()
/trusted-firmware-a/tools/fiptool/
A Dfiptool.c184 p = &(*p)->next; in add_image_desc()
196 tmp = desc->next; in free_image_descs()
236 for (desc = image_desc_head; desc != NULL; desc = desc->next) in lookup_image_desc_from_uuid()
246 for (desc = image_desc_head; desc != NULL; desc = desc->next) in lookup_image_desc_from_opt()
443 for (desc = image_desc_head; desc != NULL; desc = desc->next) in fill_common_opts()
477 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in info_cmd()
518 for (desc = image_desc_head; desc != NULL; desc = desc->next) in pack_images()
537 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in pack_images()
570 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in pack_images()
605 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in update_fip()
[all …]
A Dfiptool.h40 struct image_desc *next; member
/trusted-firmware-a/include/export/lib/bl_aux_params/
A Dbl_aux_params_exp.h67 uint64_t next; member
/trusted-firmware-a/include/drivers/
A Dconsole_assertions.h16 CASSERT(CONSOLE_T_NEXT == __builtin_offsetof(console_t, next),
A Dconsole.h38 struct console *next; member
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/
A Dindex.rst.txt7 In the next sections, we first give a description of the target of evaluation
/trusted-firmware-a/docs/threat_model/
A Dindex.rst7 In the next sections, we first give a description of the target of evaluation
/trusted-firmware-a/lib/debugfs/
A Ddev.c95 static const char *next(const char *path, char *token) in next() function
276 path_next = next(path + 1, elem); in path_to_channel()
300 for (path_next = next(path_next, elem); *elem; in path_to_channel()
301 path_next = next(path_next, elem)) { in path_to_channel()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/marvell/armada/
A Dporting.rst.txt46 Boot rom can skip the current image and choose to boot from next position if a
49 saved in next position on flash (e.g. address 2M in SPI flash).
70 Before resetting the board make sure there is a valid image on the next flash
78 saved image at the next position.
/trusted-firmware-a/docs/plat/marvell/armada/
A Dporting.rst46 Boot rom can skip the current image and choose to boot from next position if a
49 saved in next position on flash (e.g. address 2M in SPI flash).
70 Before resetting the board make sure there is a valid image on the next flash
78 saved image at the next position.
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dio_framework_usage_overview.puml57 == Jump to next Image ==

Completed in 35 milliseconds

123