Searched refs:is_cpu (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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 | 406 int is_cpu, int idx) in __graph_parse_node() argument 415 if (is_cpu) { in __graph_parse_node() 458 if (is_cpu) in __graph_parse_node() 464 if (is_cpu) in __graph_parse_node() 473 if (is_cpu) in __graph_parse_node() 487 if (!is_cpu && gtype == GRAPH_DPCM) { in __graph_parse_node() 501 if (is_cpu) { in __graph_parse_node() 515 struct link_info *li, int is_cpu) in graph_parse_node() argument 531 li, is_cpu, idx); in graph_parse_node() 539 ret = __graph_parse_node(priv, gtype, ep, li, is_cpu, 0); in graph_parse_node() [all …]
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 680 bool is_cpu) in nandc_read_buffer_sync() argument 685 if (is_cpu) in nandc_read_buffer_sync()
|