Home
last modified time | relevance | path

Searched refs:is_cpu (Results 1 – 8 of 8) sorted by relevance

/linux/sound/soc/generic/
A Dtest-component.c33 u32 is_cpu:1; member
495 static const struct test_adata test_cpu = { .is_cpu = 1, .cmp_v = 0, .dai_v = 0, };
496 static const struct test_adata test_cpu_vv = { .is_cpu = 1, .cmp_v = 1, .dai_v = 1, };
497 static const struct test_adata test_cpu_nv = { .is_cpu = 1, .cmp_v = 0, .dai_v = 1, };
498 static const struct test_adata test_cpu_vn = { .is_cpu = 1, .cmp_v = 1, .dai_v = 0, };
500 static const struct test_adata test_codec = { .is_cpu = 0, .cmp_v = 0, .dai_v = 0, };
501 static const struct test_adata test_codec_vv = { .is_cpu = 0, .cmp_v = 1, .dai_v = 1, };
502 static const struct test_adata test_codec_nv = { .is_cpu = 0, .cmp_v = 0, .dai_v = 1, };
503 static const struct test_adata test_codec_vn = { .is_cpu = 0, .cmp_v = 1, .dai_v = 0, };
563 if (adata->is_cpu) { in test_driver_probe()
[all …]
A Daudio-graph-card2.c479 int is_cpu, int idx) in __graph_parse_node() argument
488 if (is_cpu) { in __graph_parse_node()
527 if (is_cpu) in __graph_parse_node()
533 if (is_cpu) in __graph_parse_node()
542 if (is_cpu) in __graph_parse_node()
556 if (!is_cpu && gtype == GRAPH_DPCM) { in __graph_parse_node()
570 if (is_cpu) { in __graph_parse_node()
584 struct link_info *li, int is_cpu) in graph_parse_node() argument
600 li, is_cpu, idx); in graph_parse_node()
762 int is_cpu = asoc_graph_is_ports0(lnk); in audio_graph2_link_dpcm() local
[all …]
/linux/arch/x86/kernel/cpu/mtrr/
A Dmtrr.c128 else if (is_cpu(AMD) || is_cpu(HYGON)) in set_num_var_ranges()
130 else if (is_cpu(CYRIX) || is_cpu(CENTAUR)) in set_num_var_ranges()
A Dmtrr.h63 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd) macro
A Dcleanup.c692 if (!is_cpu(INTEL) || enable_mtrr_cleanup < 1) in mtrr_cleanup()
889 if (!is_cpu(INTEL) || disable_mtrr_trim) in mtrr_trim_uncached_memory()
A Dgeneric.c871 if (is_cpu(INTEL) && boot_cpu_data.x86 == 6 && in generic_validate_add_page()
/linux/tools/perf/util/
A Dpmu.c1604 int is_cpu; member
1624 if (as->is_cpu != bs->is_cpu) in cmp_sevent()
1625 return bs->is_cpu - as->is_cpu; in cmp_sevent()
1713 bool is_cpu = is_pmu_core(pmu->name) || in print_pmu_events() local
1721 (!is_cpu && strglobmatch_nocase(alias->name, in print_pmu_events()
1727 if (is_cpu && !name_only && !alias->desc) in print_pmu_events()
1731 if (is_cpu && !name_only && !alias->desc) in print_pmu_events()
1746 aliases[j].is_cpu = is_cpu; in print_pmu_events()
/linux/drivers/mtd/nand/raw/
A Dqcom_nandc.c602 bool is_cpu) in nandc_read_buffer_sync() argument
607 if (is_cpu) in nandc_read_buffer_sync()

Completed in 30 milliseconds