Searched refs:pending (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_dt.c | 195 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 D | notif_test_wd.c | 17 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/lib/libutee/include/ |
| H A D | pta_rtc.h | 54 uint8_t pending; member
|
| /optee_os/core/pta/ |
| H A D | rtc.c | 46 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/core/include/drivers/ |
| H A D | rtc.h | 75 bool pending; member
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_spmc.c | 58 uint64_t pending; member 1618 if (nvb->pending || nvb->bound) { in handle_notification_bitmap_destroy() 1707 if (bitmap & nvb->pending) { in handle_notification_unbind() 1748 reg_pair_from_64(nvb->pending, &w3, &w2); in handle_notification_get() 1749 nvb->pending = 0; in handle_notification_get() 1801 if (!nvb->pending) in add_nvb_to_state() 1895 nvb->pending |= BIT64(nvb->do_bottom_half_value); in notif_send_async()
|
| /optee_os/core/lib/zlib/ |
| H A D | zlib.h | 777 unsigned *pending,
|
| /optee_os/core/drivers/ |
| H A D | stm32_rtc.c | 867 alarm->pending = status & RTC_SR_ALRAF; in stm32_rtc_read_alarm()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 3811 a check for whether more more data is pending to be processed in the 3841 further messages could potentially already be pending to be processed 5121 renegotation was pending, and on client when a HelloRequest was received. 5605 renegotation was pending, and on client when a HelloRequest was received.
|