Home
last modified time | relevance | path

Searched refs:SLIST_FOREACH_SAFE (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/drivers/regulator/
H A Dregulator_dt.c213 SLIST_FOREACH_SAFE(pending, &pending_regu_list, link, next) { in process_pending_list()
420 SLIST_FOREACH_SAFE(pending, &pending_regu_list, link, next) { in release_regulator_pending_lists()
/optee_os/core/kernel/
H A Dnotif.c138 SLIST_FOREACH_SAFE(nd, &notif_driver_head, link, nd_tmp) { in notif_deliver_event()
H A Ddt_driver.c890 SLIST_FOREACH_SAFE(prov, &dt_driver_provider_list, link, next_prov) in release_probe_lists()
/optee_os/
H A D.clang-format84 - 'SLIST_FOREACH_SAFE'
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c385 SLIST_FOREACH_SAFE(region, &nsec_region_list, link, region_safe) { in add_carved_out_nsec()
/optee_os/core/pta/tests/
H A Ddt_driver_test.c85 SLIST_FOREACH_SAFE(ref, &dt_test_free_list, link, t_ref) { in dt_test_free()
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h240 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/optee_os/core/drivers/
H A Dstm32_gpio.c406 SLIST_FOREACH_SAFE(state, &consumed_gpios_head, link, tstate) { in stm32_gpio_put_gpio()