Searched refs:value_valid (Results 1 – 3 of 3) sorted by relevance
145 uint32_t notif_get_value(bool *value_valid, bool *value_pending);147 static inline uint32_t notif_get_value(bool *value_valid, bool *value_pending) in notif_get_value() argument149 *value_valid = false; in notif_get_value()
69 uint32_t notif_get_value(bool *value_valid, bool *value_pending) in notif_get_value() argument78 *value_valid = (bit >= 0); in notif_get_value()79 if (!*value_valid) { in notif_get_value()
199 bool value_valid = false; in get_async_notif_value() local203 args->a1 = notif_get_value(&value_valid, &value_pending); in get_async_notif_value()205 if (value_valid) in get_async_notif_value()
Completed in 4 milliseconds