Home
last modified time | relevance | path

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

/linux-6.15/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.c402 int is_cpu, int idx) in __graph_parse_node() argument
411 if (is_cpu) { in __graph_parse_node()
452 if (is_cpu) in __graph_parse_node()
458 if (is_cpu) in __graph_parse_node()
467 if (is_cpu) in __graph_parse_node()
481 if (!is_cpu && gtype == GRAPH_DPCM) { in __graph_parse_node()
491 if (is_cpu) { in __graph_parse_node()
596 struct link_info *li, int is_cpu) in graph_parse_node_multi() argument
643 if (is_cpu && dai_link->ch_maps) { in graph_parse_node_multi()
660 struct link_info *li, int is_cpu) in graph_parse_node_single() argument
[all …]
/linux-6.15/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()
/linux-6.15/drivers/mtd/nand/
H A Dqpic_common.c121 inline void qcom_nandc_dev_to_mem(struct qcom_nand_controller *nandc, bool is_cpu) in qcom_nandc_dev_to_mem() argument
126 if (is_cpu) in qcom_nandc_dev_to_mem()
/linux-6.15/include/linux/mtd/
H A Dnand-qpic-common.h467 void qcom_nandc_dev_to_mem(struct qcom_nand_controller *nandc, bool is_cpu);