Home
last modified time | relevance | path

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

/linux/sound/soc/generic/
H A Dtest-component.c33 u32 is_cpu:1; member
486 static const struct test_adata test_cpu = { .is_cpu = 1, .cmp_v = 0, .dai_v = 0, };
487 static const struct test_adata test_cpu_vv = { .is_cpu = 1, .cmp_v = 1, .dai_v = 1, };
488 static const struct test_adata test_cpu_nv = { .is_cpu = 1, .cmp_v = 0, .dai_v = 1, };
489 static const struct test_adata test_cpu_vn = { .is_cpu = 1, .cmp_v = 1, .dai_v = 0, };
491 static const struct test_adata test_codec = { .is_cpu = 0, .cmp_v = 0, .dai_v = 0, };
492 static const struct test_adata test_codec_vv = { .is_cpu = 0, .cmp_v = 1, .dai_v = 1, };
493 static const struct test_adata test_codec_nv = { .is_cpu = 0, .cmp_v = 0, .dai_v = 1, };
494 static const struct test_adata test_codec_vn = { .is_cpu = 0, .cmp_v = 1, .dai_v = 0, };
552 if (adata->is_cpu) { in test_driver_probe()
[all …]
H A Daudio-graph-card2.c395 int is_cpu, int idx) in __graph_parse_node() argument
404 if (is_cpu) { in __graph_parse_node()
445 if (is_cpu) in __graph_parse_node()
451 if (is_cpu) in __graph_parse_node()
460 if (is_cpu) in __graph_parse_node()
474 if (!is_cpu && gtype == GRAPH_DPCM) { in __graph_parse_node()
484 if (is_cpu) { in __graph_parse_node()
588 struct link_info *li, int is_cpu) in graph_parse_node_multi() argument
630 ret = __graph_parse_node(priv, gtype, ep, li, is_cpu, idx); in graph_parse_node_multi()
635 if (is_cpu && dai_link->ch_maps) { in graph_parse_node_multi()
[all …]
/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c1554 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()