Lines Matching refs:mainfw
16 const struct firmware *helper, const struct firmware *mainfw)
22 /* User must free helper/mainfw */
23 priv->fw_callback(priv, ret, helper, mainfw);
166 * @mainfw: On success, the main firmware; caller must free
175 const struct firmware **mainfw)
181 BUG_ON(mainfw == NULL);
202 if (*mainfw == NULL) {
203 ret = request_firmware(mainfw, iter->fwname, dev);
213 if (*helper && *mainfw)
223 release_firmware(*mainfw);
224 *mainfw = NULL;