Lines Matching refs:value
75 * @rtc_diff: Difference in seconds between 1970 and the ps3 rtc value.
85 * The ps3 rtc maintains a read-only value that approximates seconds since
191 * 1) The database value.
192 * 2) The game os value.
205 .value = &saved_params.rtc_diff,
211 .value = &saved_params.av_multi_out,
253 * os_area_set_property - Add or overwrite a saved_params value to the device tree.
277 * os_area_get_property - Get a saved_params value from the device tree.
288 memcpy(prop->value, tmp->value, prop->length);
414 * A NULL value for id can be used to match all entries.
467 uint64_t value)
472 id->owner, id->key, (unsigned long long)value);
492 *i.value_64 = value;
505 const struct os_area_db_id *id, uint64_t *value)
511 *value = *i.value_64;
799 * ps3_os_area_get_rtc_diff - Returns the rtc diff value.
809 * ps3_os_area_set_rtc_diff - Set the rtc diff value.