Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm_adsp_fw_find_test.c36 const char *expect_bin; member
137 (params->expect_wmfw || params->expect_bin) ? 0 : -ENOENT, in wm_adsp_fw_find_test_pick_file()
142 KUNIT_EXPECT_EQ_MSG(test, !!priv->found_fw.coeff.filename, !!params->expect_bin, in wm_adsp_fw_find_test_pick_file()
150 if (params->expect_bin) { in wm_adsp_fw_find_test_pick_file()
151 KUNIT_EXPECT_STREQ_MSG(test, priv->found_fw.coeff.filename, params->expect_bin, in wm_adsp_fw_find_test_pick_file()
185 if (params->expect_bin && (strcmp(filename, params->expect_bin) == 0)) { in wm_adsp_fw_find_test_firmware_request_stub()
223 KUNIT_EXPECT_EQ(test, !!priv->found_fw.coeff.filename, !!params->expect_bin); in wm_adsp_fw_find_test_search_order()
224 if (params->expect_bin) in wm_adsp_fw_find_test_search_order()
225 KUNIT_EXPECT_STREQ(test, priv->found_fw.coeff.filename, params->expect_bin); in wm_adsp_fw_find_test_search_order()
317 param->expect_bin ? param->expect_bin : ""); in wm_adsp_fw_find_test_param_desc()
[all …]