Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/drivers/regulator/
H A Dregulator_dt.c195 struct pending_regu *pending = NULL; in print_pending_regulators() local
197 SLIST_FOREACH(pending, &pending_regu_list, link) in print_pending_regulators()
199 regulator_name(pending->regulator)); in print_pending_regulators()
209 struct pending_regu *pending = NULL; in process_pending_list() local
213 SLIST_FOREACH_SAFE(pending, &pending_regu_list, link, next) { in process_pending_list()
214 p = dt_driver_get_provider_by_phandle(pending->supply_phandle, in process_pending_list()
219 pending->regulator->supply = dt_driver_provider_priv_data(p); in process_pending_list()
221 if (register_final(pending->fdt, pending->node, in process_pending_list()
222 pending->regulator)) in process_pending_list()
225 SLIST_REMOVE(&pending_regu_list, pending, pending_regu, link); in process_pending_list()
[all …]
/optee_os/core/tests/
H A Dnotif_test_wd.c17 bool pending; member
41 if (wd->pending) in test_wd_callback()
44 if (wd->call_count < 10 || !(wd->call_count % 60) || wd->pending) { in test_wd_callback()
52 wd->pending = true; in test_wd_callback()
84 if (wd->pending && wd->call_count < 10) in wd_ndrv_yielding_cb()
86 wd->pending = false; in wd_ndrv_yielding_cb()
/optee_os/core/pta/
H A Drtc.c46 pta_alarm->pending = optee_alarm->pending; in rtc_pta_copy_alarm_from_optee()
55 optee_alarm->pending = pta_alarm->pending; in rtc_pta_copy_alarm_to_optee()
/optee_os/lib/libutee/include/
H A Dpta_rtc.h55 uint8_t pending; member
/optee_os/core/include/drivers/
H A Drtc.h75 bool pending; member
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c58 uint64_t pending; member
1622 if (nvb->pending || nvb->bound) { in handle_notification_bitmap_destroy()
1711 if (bitmap & nvb->pending) { in handle_notification_unbind()
1752 reg_pair_from_64(nvb->pending, &w3, &w2); in handle_notification_get()
1753 nvb->pending = 0; in handle_notification_get()
1805 if (!nvb->pending) in add_nvb_to_state()
1899 nvb->pending |= BIT64(nvb->do_bottom_half_value); in notif_send_async()
/optee_os/core/lib/zlib/
H A Dzlib.h777 unsigned *pending,
/optee_os/core/drivers/
H A Dstm32_rtc.c867 alarm->pending = status & RTC_SR_ALRAF; in stm32_rtc_read_alarm()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3854 a check for whether more more data is pending to be processed in the
3884 further messages could potentially already be pending to be processed
5164 renegotation was pending, and on client when a HelloRequest was received.
5648 renegotation was pending, and on client when a HelloRequest was received.