Searched refs:SLIST_FOREACH_SAFE (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_dt.c | 213 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 D | notif.c | 138 SLIST_FOREACH_SAFE(nd, ¬if_driver_head, link, nd_tmp) { in notif_deliver_event()
|
| H A D | dt_driver.c | 890 SLIST_FOREACH_SAFE(prov, &dt_driver_provider_list, link, next_prov) in release_probe_lists()
|
| /optee_os/ |
| H A D | .clang-format | 84 - 'SLIST_FOREACH_SAFE'
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | plat_tzc400.c | 385 SLIST_FOREACH_SAFE(region, &nsec_region_list, link, region_safe) { in add_carved_out_nsec()
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 85 SLIST_FOREACH_SAFE(ref, &dt_test_free_list, link, t_ref) { in dt_test_free()
|
| /optee_os/lib/libutils/isoc/include/sys/ |
| H A D | queue.h | 240 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
| /optee_os/core/drivers/ |
| H A D | stm32_gpio.c | 406 SLIST_FOREACH_SAFE(state, &consumed_gpios_head, link, tstate) { in stm32_gpio_put_gpio()
|