Home
last modified time | relevance | path

Searched refs:mainfw (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dfirmware.c16 const struct firmware *helper, const struct firmware *mainfw) in lbs_fw_loaded()
22 /* User must free helper/mainfw */ in lbs_fw_loaded()
23 priv->fw_callback(priv, ret, helper, mainfw); in lbs_fw_loaded()
166 * @mainfw: On success, the main firmware; caller must free
175 const struct firmware **mainfw) in lbs_get_firmware()
181 BUG_ON(mainfw == NULL); in lbs_get_firmware()
202 if (*mainfw == NULL) { in lbs_get_firmware()
203 ret = request_firmware(mainfw, iter->fwname, dev); in lbs_get_firmware()
213 if (*helper && *mainfw) in lbs_get_firmware()
223 release_firmware(*mainfw); in lbs_get_firmware()
15 lbs_fw_loaded(struct lbs_private *priv, int ret, const struct firmware *helper, const struct firmware *mainfw) lbs_fw_loaded() argument
172 lbs_get_firmware(struct device *dev, u32 card_model, const struct lbs_fw_table *fw_table, const struct firmware **helper, const struct firmware **mainfw) lbs_get_firmware() argument
[all...]
H A Ddecl.h24 const struct firmware *helper, const struct firmware *mainfw);
77 const struct firmware **mainfw);
H A Dif_spi.c1012 const struct firmware *mainfw = NULL; in if_spi_init_card() local
1041 &fw_table[0], &helper, &mainfw); in if_spi_init_card()
1059 err = if_spi_prog_main_firmware(card, mainfw); in if_spi_init_card()
H A Dif_cs.c708 const struct firmware *mainfw) in if_cs_prog_firmware()
720 ret = if_cs_prog_real(card, mainfw); in if_cs_prog_firmware()
706 if_cs_prog_firmware(struct lbs_private *priv, int ret, const struct firmware *helper, const struct firmware *mainfw) if_cs_prog_firmware() argument
H A Dif_sdio.c668 const struct firmware *mainfw) in if_sdio_do_prog_firmware()
683 ret = if_sdio_prog_real(card, mainfw); in if_sdio_do_prog_firmware()
666 if_sdio_do_prog_firmware(struct lbs_private *priv, int ret, const struct firmware *helper, const struct firmware *mainfw) if_sdio_do_prog_firmware() argument
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dfirmware.c16 const struct firmware *helper, const struct firmware *mainfw) in lbs_fw_loaded()
22 /* User must free helper/mainfw */ in lbs_fw_loaded()
23 priv->fw_callback(priv, ret, helper, mainfw); in lbs_fw_loaded()
166 * @mainfw: On success, the main firmware; caller must free
175 const struct firmware **mainfw) in lbs_get_firmware()
181 BUG_ON(mainfw == NULL); in lbs_get_firmware()
202 if (*mainfw == NULL) { in lbs_get_firmware()
203 ret = request_firmware(mainfw, iter->fwname, dev); in lbs_get_firmware()
213 if (*helper && *mainfw) in lbs_get_firmware()
223 release_firmware(*mainfw); in lbs_get_firmware()
15 lbs_fw_loaded(struct lbs_private *priv, int ret, const struct firmware *helper, const struct firmware *mainfw) lbs_fw_loaded() argument
172 lbs_get_firmware(struct device *dev, u32 card_model, const struct lbs_fw_table *fw_table, const struct firmware **helper, const struct firmware **mainfw) lbs_get_firmware() argument
[all...]
H A Ddecl.h24 const struct firmware *helper, const struct firmware *mainfw);
76 const struct firmware **mainfw);
H A Dif_spi.c1014 const struct firmware *mainfw = NULL; in if_spi_init_card() local
1043 &fw_table[0], &helper, &mainfw); in if_spi_init_card()
1061 err = if_spi_prog_main_firmware(card, mainfw); in if_spi_init_card()
H A Dif_cs.c708 const struct firmware *mainfw) in if_cs_prog_firmware()
720 ret = if_cs_prog_real(card, mainfw); in if_cs_prog_firmware()
706 if_cs_prog_firmware(struct lbs_private *priv, int ret, const struct firmware *helper, const struct firmware *mainfw) if_cs_prog_firmware() argument
H A Dif_sdio.c670 const struct firmware *mainfw) in if_sdio_do_prog_firmware()
685 ret = if_sdio_prog_real(card, mainfw); in if_sdio_do_prog_firmware()
668 if_sdio_do_prog_firmware(struct lbs_private *priv, int ret, const struct firmware *helper, const struct firmware *mainfw) if_sdio_do_prog_firmware() argument

Completed in 10 milliseconds