Searched refs:is_cpu (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/sound/soc/generic/ |
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 …]
|
D | audio-graph-card2.c | 403 int is_cpu, int idx) in __graph_parse_node() argument 412 if (is_cpu) { in __graph_parse_node() 455 if (is_cpu) in __graph_parse_node() 461 if (is_cpu) 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() argument 528 li, is_cpu, idx); in graph_parse_node() 536 ret = __graph_parse_node(priv, gtype, ep, li, is_cpu, 0); in graph_parse_node() [all …]
|
/Linux-v6.6/drivers/hwmon/ |
D | hp-wmi-sensors.c | 1462 bool is_cpu; in match_temp_events() local 1468 is_cpu = !strcmp(event_description, HP_WMI_PATTERN_CPU_TEMP); in match_temp_events() 1470 if (!is_cpu && !is_sys) in match_temp_events() 1485 if ((is_cpu && (!strcmp(name, HP_WMI_PATTERN_CPU_TEMP) || in match_temp_events() 1493 if (is_cpu && (strstr(name, HP_WMI_PATTERN_CPU) && in match_temp_events()
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | qcom_nandc.c | 680 bool is_cpu) in nandc_read_buffer_sync() argument 685 if (is_cpu) in nandc_read_buffer_sync()
|