Searched refs:value_pending (Results 1 – 4 of 4) sorted by relevance
158 uint32_t notif_get_value(bool *value_valid, bool *value_pending);160 static inline uint32_t notif_get_value(bool *value_valid, bool *value_pending) in notif_get_value() argument163 *value_pending = false; in notif_get_value()
179 bool value_pending = false; in get_async_notif_value() local182 args->a1 = notif_get_value(&value_valid, &value_pending); in get_async_notif_value()186 if (value_pending) in get_async_notif_value()
101 uint32_t notif_get_value(bool *value_valid, bool *value_pending) in notif_get_value() argument131 *value_pending = (bit >= 0); in notif_get_value()
240 bool value_pending = false; in get_async_notif_value() local243 args->a1 = notif_get_value(&value_valid, &value_pending); in get_async_notif_value()247 if (value_pending) in get_async_notif_value()