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 D | explore.py | 558 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 D | explore.py | 558 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 D | memtype.c | 581 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 D | 0005-client-X11-Disable-complex-regions-by-default.patch | 30 Atom actual_type = 0;
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | dbtest.c | 819 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 D | utcopy.c | 153 external_object->reference.actual_type = in acpi_ut_copy_isimple_to_esimple()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_controller.c | 513 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 D | pcm.h | 320 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 D | skl-pcm.c | 1268 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 D | actypes.h | 932 acpi_object_type actual_type; /* Type associated with the Handle */ member
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_lib.c | 220 (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()
|