/kernel/linux/linux-6.6/sound/soc/generic/ |
H A D | test-component.c | 33 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, }; 562 if (adata->is_cpu) { in test_driver_probe() [all...] |
H A D | audio-graph-card2.c | 403 int is_cpu, int idx) in __graph_parse_node() 412 if (is_cpu) { in __graph_parse_node() 454 /* run is_cpu only. see audio_graph2_link_normal() */ in __graph_parse_node() 455 if (is_cpu) in __graph_parse_node() 461 if (is_cpu) in __graph_parse_node() 469 /* run is_cpu only. see audio_graph2_link_c2c() */ in __graph_parse_node() 470 if (is_cpu) in __graph_parse_node() 484 if (!is_cpu && gtype == GRAPH_DPCM) { in __graph_parse_node() 498 if (is_cpu) { in __graph_parse_node() 512 struct link_info *li, int is_cpu) in graph_parse_node() 399 __graph_parse_node(struct asoc_simple_priv *priv, enum graph_type gtype, struct device_node *ep, struct link_info *li, int is_cpu, int idx) __graph_parse_node() argument 509 graph_parse_node(struct asoc_simple_priv *priv, enum graph_type gtype, struct device_node *port, struct link_info *li, int is_cpu) graph_parse_node() argument 690 int is_cpu = asoc_graph_is_ports0(lnk); audio_graph2_link_dpcm() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.c | 1433 int is_cpu; member 1452 if (as->is_cpu != bs->is_cpu) in cmp_sevent() 1453 return bs->is_cpu - as->is_cpu; in cmp_sevent() 1514 bool is_cpu = is_pmu_core(pmu->name); in print_pmu_events() local 1521 (!is_cpu && strglobmatch_nocase(alias->name, in print_pmu_events() 1527 if (is_cpu && !name_only && !alias->desc) in print_pmu_events() 1531 if (is_cpu && !name_only && !alias->desc) in print_pmu_events() 1546 aliases[j].is_cpu in print_pmu_events() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.c | 130 else if (is_cpu(AMD) || is_cpu(HYGON)) in set_num_var_ranges() 132 else if (is_cpu(CYRIX) || is_cpu(CENTAUR)) in set_num_var_ranges()
|
H A D | mtrr.h | 63 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd) macro
|
H A D | cleanup.c | 692 if (!is_cpu(INTEL) || enable_mtrr_cleanup < 1) in mtrr_cleanup() 889 if (!is_cpu(INTEL) || disable_mtrr_trim) in mtrr_trim_uncached_memory()
|
H A D | generic.c | 872 if (is_cpu(INTEL) && boot_cpu_data.x86 == 6 && in generic_validate_add_page()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | hp-wmi-sensors.c | 1554 bool is_cpu; in match_temp_events() local 1560 is_cpu = !strcmp(event_description, HP_WMI_PATTERN_CPU_TEMP); in match_temp_events() 1562 if (!is_cpu && !is_sys) in match_temp_events() 1577 if ((is_cpu && (!strcmp(name, HP_WMI_PATTERN_CPU_TEMP) || in match_temp_events() 1585 if (is_cpu && (strstr(name, HP_WMI_PATTERN_CPU) && in match_temp_events()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 585 bool is_cpu) in nandc_read_buffer_sync() 590 if (is_cpu) in nandc_read_buffer_sync() 584 nandc_read_buffer_sync(struct qcom_nand_controller *nandc, bool is_cpu) nandc_read_buffer_sync() argument
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 680 bool is_cpu) in nandc_read_buffer_sync() 685 if (is_cpu) in nandc_read_buffer_sync() 679 nandc_read_buffer_sync(struct qcom_nand_controller *nandc, bool is_cpu) nandc_read_buffer_sync() argument
|