Searched refs:saved_params (Results 1 – 3 of 3) sorted by relevance
186 * struct saved_params - Static working copies of data from the PS3 'os area'.194 static struct saved_params { struct 198 } saved_params; variable 202 .length = sizeof(saved_params.rtc_diff),203 .value = &saved_params.rtc_diff,208 .length = sizeof(saved_params.av_multi_out),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.648 db_set_64(db, &os_area_db_id_rtc_diff, saved_params in update_flash_db() [all...]
37 struct spdif_out_params saved_params; member 145 host->saved_params.core_freq = core_freq; in spdif_out_hw_params() 146 host->saved_params.rate = rate; in spdif_out_hw_params() 167 if (!host->saved_params.mute) in spdif_out_trigger() 196 host->saved_params.mute = mute; in spdif_mute() 219 ucontrol->value.integer.value[0] = host->saved_params.mute; in spdif_mute_get() 229 if (host->saved_params.mute == ucontrol->value.integer.value[0]) in spdif_mute_put() 338 spdif_out_clock(host, host->saved_params.core_freq, in spdif_out_resume() 339 host->saved_params.rate); in spdif_out_resume()
37 struct spdif_in_params saved_params; member 105 host->saved_params.format = format; in spdif_in_hw_params() 126 spdif_in_format(host, host->saved_params.format); in spdif_in_trigger()