Home
last modified time | relevance | path

Searched refs:actual_type (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/mm/pat/
H A Dmemtype.c525 enum page_cache_mode actual_type; in memtype_reserve() local
562 actual_type = pat_x_mtrr_type(start, end, req_type); in memtype_reserve()
565 *new_type = actual_type; in memtype_reserve()
583 entry_new->type = actual_type; in memtype_reserve()
/linux/drivers/acpi/acpica/
H A Ddbtest.c819 params[0].reference.actual_type = node->type; in acpi_db_read_from_object()
900 params[0].reference.actual_type = node->type; in acpi_db_write_to_object()
/linux/sound/hda/common/
H A Dcontroller.c511 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK; in azx_get_time_info()
537 audio_tstamp_report->actual_type = in azx_get_time_info()
544 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT; in azx_get_time_info()
/linux/sound/core/
H A Dpcm_lib.c248 (runtime->audio_tstamp_report.actual_type == in update_audio_tstamp()
318 if (runtime->audio_tstamp_report.actual_type == SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT) in snd_pcm_update_hw_ptr0()
/linux/kernel/bpf/
H A Dverifier.c7628 enum bpf_dynptr_type actual_type = dynptr_reg_type(env, reg); in process_dynptr_func() local
7636 dynptr_type_str(actual_type), dynptr_type_str(expected_type)); in process_dynptr_func()