Home
last modified time | relevance | path

Searched refs:new (Results 1 – 23 of 23) sorted by relevance

/SCP-firmware-master/framework/src/
A Dfwk_dlist.c19 struct fwk_dlist_node *new) in __fwk_dlist_push_head() argument
22 fwk_assert(new != NULL); in __fwk_dlist_push_head()
26 list->head->prev = new; in __fwk_dlist_push_head()
38 fwk_assert(new != NULL); in __fwk_dlist_push_tail()
41 new->prev = list->tail; in __fwk_dlist_push_tail()
93 fwk_assert(new != NULL); in __fwk_dlist_insert()
94 fwk_assert(new != node); in __fwk_dlist_insert()
111 node->prev->next = new; in __fwk_dlist_insert()
112 new->prev = node->prev; in __fwk_dlist_insert()
113 new->next = node; in __fwk_dlist_insert()
[all …]
A Dfwk_slist.c54 struct fwk_slist_node *new) in __fwk_slist_push_head() argument
57 fwk_assert(new != NULL); in __fwk_slist_push_head()
58 fwk_check(new->next == NULL); in __fwk_slist_push_head()
60 new->next = list->head; in __fwk_slist_push_head()
62 list->head = new; in __fwk_slist_push_head()
64 list->tail = new; in __fwk_slist_push_head()
70 struct fwk_slist_node *new) in __fwk_slist_push_tail() argument
73 fwk_assert(new != NULL); in __fwk_slist_push_tail()
74 fwk_check(new->next == NULL); in __fwk_slist_push_tail()
78 list->tail->next = new; in __fwk_slist_push_tail()
[all …]
/SCP-firmware-master/framework/include/
A Dfwk_list.h97 #define fwk_list_push_head(list, new) \ argument
101 )(list, new)
113 #define fwk_list_push_tail(list, new) \ argument
117 )(list, new)
184 #define fwk_list_insert(list, new, node) \ argument
187 )(list, new, node)
A Dfwk_dlist.h65 void __fwk_dlist_push_head(struct fwk_dlist *list, struct fwk_dlist_node *new)
75 void __fwk_dlist_push_tail(struct fwk_dlist *list, struct fwk_dlist_node *new)
106 struct fwk_dlist_node *restrict new,
A Dfwk_slist.h87 void __fwk_slist_push_head(struct fwk_slist *list, struct fwk_slist_node *new)
97 void __fwk_slist_push_tail(struct fwk_slist *list, struct fwk_slist_node *new)
/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch_gic.c112 struct r_node *new; in _add() local
115 new = fwk_mm_calloc(1, sizeof(struct r_node)); in _add()
116 if (NULL == new) { in _add()
119 memset(new, 0, sizeof(struct r_node)); in _add()
120 *cur = new; in _add()
/SCP-firmware-master/
A Dcontributing.md35 - If you are submitting new files that you intend to be the technical
36 sub-maintainer for (for example, a new platform port), then also update the
77 may remove the commits and ask you to create a new pull request to resolve
85 - From time to time new features may be added and older features/functionality
87 such new requirements within a reasonable time. Failure to do so may result
A Dchange_log.md23 - rdfremont: Add new plaform (initial support)
96 introduced on a module-level. The final aim is to run unit tests for any new
97 modules and any new additions to modules. To allow contributors to some time to
100 for new modules and new additions. This can be done by adding unit tests on the
101 same patches adding new features or in separate patches, but need to be within
170 - gtimer: add new flag for CNTCONTROL register initialization
620 As a result the debug experience is poor, and the ability to add new
A Duser_guide.md462 follow the [Linaro software release instructions] and/or download a new SD card
/SCP-firmware-master/module/clock/doc/
A Dclock_management_framework.md198 with its new output rate (which is the new input rate for its children). Later,
240 3. Clock-0 sends an Event to Clock-1 with its new rate.
242 5. Clock-1 sends an Event to Clock-2 with its new rate.
/SCP-firmware-master/doc/
A Dcmsis.md14 recommended that new architectures, products and firmwares follow it.
A Dcode_rules.md135 Please note that new patches will have to be compliant with the current status
A Dframework.md490 firmware will loop forever waiting for new events to process at the end of the
498 fwk_process_event_queue() when new events have been added into the list. Such
A DDoxyfile202 # a brief description. This used to be the default behavior. The new default is
218 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
/SCP-firmware-master/product/tc0/doc/
A Dvariants.md11 introduced in SCP-firmware a new variant of TC0 has been created.
/SCP-firmware-master/debugger/src/cli/
A Dreadme.txt12 console. If you wish to add new commands, create a new command structure and
/SCP-firmware-master/unit_test/
A Duser_guide.md257 When generating a new mock, a .clang-format file is placed in the
263 ## Adding test for new modules
266 as a reference for new modules. The following process is intended
288 ```#Append new unit tests below here```
/SCP-firmware-master/arch/none/optee/doc/
A Darch_optee_design.md69 acts like an interrupt to trigger the income of a new request.
/SCP-firmware-master/module/dvfs/doc/
A Dmodule_dvfs_architecture.md45 If there is a request already pending/queued for that domain the new request
83 Overwrite the request OPP with the new OPP.
/SCP-firmware-master/framework/test/
A Dtest_fwk_core.c53 struct fwk_slist_node *restrict new) in __wrap___fwk_slist_push_tail() argument
55 __real___fwk_slist_push_tail(list, new); in __wrap___fwk_slist_push_tail()
/SCP-firmware-master/module/mpmm/doc/
A Dmodule_mpmm.md28 The correct threshold settings for each core are then applied and the new
/SCP-firmware-master/module/scmi_perf/doc/
A Dperf_plugins_handler.md16 Such limitations can be imposed by implementing new modules in SCP-firmware,
80 is a "new" performance request in the FastChannels.
/SCP-firmware-master/doc/media/
A Dstyle.css625 font-family: "courier new",courier,monospace;

Completed in 30 milliseconds