Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/
H A Dexplore.py558 actual_type = value.type.strip_typedefs()
561 (expr, str(value.type), str(actual_type)))
563 Explorer.explore_expr(expr, value.cast(actual_type), is_child)
571 actual_type = datatype.strip_typedefs()
574 (name, str(actual_type)))
577 (name, str(actual_type)))
579 Explorer.explore_type(name, actual_type, is_child)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dexplore.py558 actual_type = value.type.strip_typedefs()
561 (expr, str(value.type), str(actual_type)))
563 Explorer.explore_expr(expr, value.cast(actual_type), is_child)
571 actual_type = datatype.strip_typedefs()
574 (name, str(actual_type)))
577 (name, str(actual_type)))
579 Explorer.explore_type(name, actual_type, is_child)
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dmemtype.c581 enum page_cache_mode actual_type; in memtype_reserve() local
618 actual_type = pat_x_mtrr_type(start, end, req_type); in memtype_reserve()
621 *new_type = actual_type; in memtype_reserve()
639 entry_new->type = actual_type; in memtype_reserve()
/OK3568_Linux_fs/buildroot/package/freerdp/
H A D0005-client-X11-Disable-complex-regions-by-default.patch30 Atom actual_type = 0;
/OK3568_Linux_fs/kernel/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()
H A Dutcopy.c153 external_object->reference.actual_type = in acpi_ut_copy_isimple_to_esimple()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_controller.c513 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK; in azx_get_time_info()
539 audio_tstamp_report->actual_type = in azx_get_time_info()
546 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT; in azx_get_time_info()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h320 u32 actual_type:4; member
334 tmp |= report->actual_type; in snd_pcm_pack_audio_tstamp_report()
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-pcm.c1268 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK; in skl_platform_soc_get_time_info()
1273 audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT; in skl_platform_soc_get_time_info()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactypes.h932 acpi_object_type actual_type; /* Type associated with the Handle */ member
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_lib.c220 (runtime->audio_tstamp_report.actual_type == in update_audio_tstamp()
290 if (runtime->audio_tstamp_report.actual_type == SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT) in snd_pcm_update_hw_ptr0()