Searched defs:mainfw (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/libertas/
H A Dfirmware.c15 const struct firmware *helper, const struct firmware *mainfw)
21 /* User must free helper/mainfw */
22 priv->fw_callback(priv, ret, helper, mainfw);
165 * @mainfw: On success, the main firmware; caller must free
174 const struct firmware **mainfw)
180 BUG_ON(mainfw == NULL);
201 if (*mainfw == NULL) {
202 ret = request_firmware(mainfw, iter->fwname, dev);
212 if (*helper && *mainfw)
222 release_firmware(*mainfw);
14 lbs_fw_loaded(struct lbs_private *priv, int ret, const struct firmware *helper, const struct firmware *mainfw) argument
171 lbs_get_firmware(struct device *dev, u32 card_model, const struct lbs_fw_table *fw_table, const struct firmware **helper, const struct firmware **mainfw) argument
[all...]
H A Dif_cs.c743 const struct firmware *mainfw)
755 ret = if_cs_prog_real(card, mainfw);
741 if_cs_prog_firmware(struct lbs_private *priv, int ret, const struct firmware *helper, const struct firmware *mainfw) argument
H A Dif_sdio.c700 const struct firmware *mainfw)
715 ret = if_sdio_prog_real(card, mainfw);
698 if_sdio_do_prog_firmware(struct lbs_private *priv, int ret, const struct firmware *helper, const struct firmware *mainfw) argument
H A Dif_spi.c1036 const struct firmware *mainfw = NULL; local
1067 &fw_table[0], &helper, &mainfw);
1085 err = if_spi_prog_main_firmware(card, mainfw);

Completed in 464 milliseconds