Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-topology-test.c55 struct kunit_soc_component *kunit_comp = in d_probe() local
59 ret = snd_soc_tplg_component_load(component, NULL, &kunit_comp->fw); in d_probe()
60 KUNIT_EXPECT_EQ_MSG(kunit_comp->kunit, kunit_comp->expect, ret, in d_probe()
68 struct kunit_soc_component *kunit_comp = in d_remove() local
73 KUNIT_EXPECT_EQ(kunit_comp->kunit, 0, ret); in d_remove()
217 struct kunit_soc_component *kunit_comp = in d_probe_null_comp() local
222 ret = snd_soc_tplg_component_load(NULL, NULL, &kunit_comp->fw); in d_probe_null_comp()
223 KUNIT_EXPECT_EQ_MSG(kunit_comp->kunit, kunit_comp->expect, ret, in d_probe_null_comp()
236 struct kunit_soc_component *kunit_comp; in snd_soc_tplg_test_load_with_null_comp() local
240 kunit_comp = kunit_kzalloc(test, sizeof(*kunit_comp), GFP_KERNEL); in snd_soc_tplg_test_load_with_null_comp()
[all …]