Searched refs:expect_wmfw (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | wm_adsp_fw_find_test.c | 33 const char *expect_wmfw; member 137 (params->expect_wmfw || params->expect_bin) ? 0 : -ENOENT, in wm_adsp_fw_find_test_pick_file() 140 KUNIT_EXPECT_EQ_MSG(test, !!priv->found_fw.wmfw.filename, !!params->expect_wmfw, in wm_adsp_fw_find_test_pick_file() 145 if (params->expect_wmfw) { in wm_adsp_fw_find_test_pick_file() 146 KUNIT_EXPECT_STREQ_MSG(test, priv->found_fw.wmfw.filename, params->expect_wmfw, in wm_adsp_fw_find_test_pick_file() 180 if (params->expect_wmfw && (strcmp(filename, params->expect_wmfw) == 0)) { in wm_adsp_fw_find_test_firmware_request_stub() 219 KUNIT_EXPECT_EQ(test, !!priv->found_fw.wmfw.filename, !!params->expect_wmfw); in wm_adsp_fw_find_test_search_order() 220 if (params->expect_wmfw) in wm_adsp_fw_find_test_search_order() 221 KUNIT_EXPECT_STREQ(test, priv->found_fw.wmfw.filename, params->expect_wmfw); in wm_adsp_fw_find_test_search_order() 316 param->expect_wmfw ? param->expect_wmfw : "", in wm_adsp_fw_find_test_param_desc() [all …]
|