Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/
H A Dsoc-topology-test.c61 struct kunit_soc_component *kunit_comp = in d_probe() local
65 ret = snd_soc_tplg_component_load(component, NULL, &kunit_comp->fw); in d_probe()
66 KUNIT_EXPECT_EQ_MSG(kunit_comp->kunit, kunit_comp->expect, ret, in d_probe()
74 struct kunit_soc_component *kunit_comp = in d_remove() local
79 KUNIT_EXPECT_EQ(kunit_comp->kunit, 0, ret); in d_remove()
225 struct kunit_soc_component *kunit_comp = in d_probe_null_comp() local
230 ret = snd_soc_tplg_component_load(NULL, NULL, &kunit_comp->fw); in d_probe_null_comp()
231 KUNIT_EXPECT_EQ_MSG(kunit_comp->kunit, kunit_comp->expect, ret, in d_probe_null_comp()
244 struct kunit_soc_component *kunit_comp; in snd_soc_tplg_test_load_with_null_comp() local
248 kunit_comp = kunit_kzalloc(test, sizeof(*kunit_comp), GFP_KERNEL); in snd_soc_tplg_test_load_with_null_comp()
[all …]