Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/generic/
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, };
553 if (adata->is_cpu) { in test_driver_probe()
[all …]
Daudio-graph-card2.c399 int is_cpu, int idx) in __graph_parse_node() argument
408 if (is_cpu) { in __graph_parse_node()
449 if (is_cpu) in __graph_parse_node()
455 if (is_cpu) in __graph_parse_node()
464 if (is_cpu) in __graph_parse_node()
478 if (!is_cpu && gtype == GRAPH_DPCM) { in __graph_parse_node()
491 if (is_cpu) { in __graph_parse_node()
612 struct link_info *li, int is_cpu) in graph_parse_node_multi() argument
655 ret = __graph_parse_node(priv, gtype, ep, li, is_cpu, idx); in graph_parse_node_multi()
661 if (is_cpu && dai_link->ch_maps) { in graph_parse_node_multi()
[all …]
/linux-6.12.1/drivers/hwmon/
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()
/linux-6.12.1/drivers/mtd/nand/raw/
Dqcom_nandc.c680 bool is_cpu) in nandc_read_buffer_sync() argument
685 if (is_cpu) in nandc_read_buffer_sync()