Lines Matching refs:value
73 * @rtc_diff: Difference in seconds between 1970 and the ps3 rtc value.
83 * The ps3 rtc maintains a read-only value that approximates seconds since
189 * 1) The database value.
190 * 2) The game os value.
203 .value = &saved_params.rtc_diff,
209 .value = &saved_params.av_multi_out,
251 * os_area_set_property - Add or overwrite a saved_params value to the device tree.
275 * os_area_get_property - Get a saved_params value from the device tree.
286 memcpy(prop->value, tmp->value, prop->length);
412 * A NULL value for id can be used to match all entries.
465 uint64_t value)
470 id->owner, id->key, (unsigned long long)value);
490 *i.value_64 = value;
503 const struct os_area_db_id *id, uint64_t *value)
509 *value = *i.value_64;
797 * ps3_os_area_get_rtc_diff - Returns the rtc diff value.
807 * ps3_os_area_set_rtc_diff - Set the rtc diff value.