Home
last modified time | relevance | path

Searched refs:fw_table (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dfirmware.c89 iter = priv->fw_table; in load_next_firmware_from_table()
127 * @fw_table: Table of firmware file names and device model numbers
132 u32 card_model, const struct lbs_fw_table *fw_table, in lbs_get_firmware_async()
146 priv->fw_table = fw_table; in lbs_get_firmware_async()
163 * @fw_table: Table of firmware file names and device model numbers
173 const struct lbs_fw_table *fw_table, in lbs_get_firmware()
184 iter = fw_table; in lbs_get_firmware()
131 lbs_get_firmware_async(struct lbs_private *priv, struct device *device, u32 card_model, const struct lbs_fw_table *fw_table, lbs_fw_cb callback) lbs_get_firmware_async() 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
H A Ddecl.h75 const struct lbs_fw_table *fw_table,
79 u32 card_model, const struct lbs_fw_table *fw_table,
H A Dif_sdio.c78 static const struct lbs_fw_table fw_table[] = { variable
735 fw_table, if_sdio_do_prog_firmware); in if_sdio_prog_firmware()
1190 for (i = 0; i < ARRAY_SIZE(fw_table); i++) { in if_sdio_probe()
1191 if (card->model == fw_table[i].model) in if_sdio_probe()
1194 if (i == ARRAY_SIZE(fw_table)) { in if_sdio_probe()
H A Dif_spi.c99 static const struct lbs_fw_table fw_table[] = { variable
1029 for (i = 0; i < ARRAY_SIZE(fw_table); i++) { in if_spi_init_card()
1030 if (card->card_id == fw_table[i].model) in if_spi_init_card()
1033 if (i == ARRAY_SIZE(fw_table)) { in if_spi_init_card()
1041 &fw_table[0], &helper, &mainfw); in if_spi_init_card()
H A Ddev.h193 const struct lbs_fw_table *fw_table; member
H A Dif_cs.c62 static const struct lbs_fw_table fw_table[] = { variable
904 ret = lbs_get_firmware_async(priv, &p_dev->dev, card->model, fw_table, in if_cs_probe()
H A Dif_usb.c47 static const struct lbs_fw_table fw_table[] = { variable
283 fw_table, if_usb_prog_firmware); in if_usb_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dfirmware.c89 iter = priv->fw_table; in load_next_firmware_from_table()
127 * @fw_table: Table of firmware file names and device model numbers
132 u32 card_model, const struct lbs_fw_table *fw_table, in lbs_get_firmware_async()
146 priv->fw_table = fw_table; in lbs_get_firmware_async()
163 * @fw_table: Table of firmware file names and device model numbers
173 const struct lbs_fw_table *fw_table, in lbs_get_firmware()
184 iter = fw_table; in lbs_get_firmware()
131 lbs_get_firmware_async(struct lbs_private *priv, struct device *device, u32 card_model, const struct lbs_fw_table *fw_table, lbs_fw_cb callback) lbs_get_firmware_async() 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
H A Ddecl.h74 const struct lbs_fw_table *fw_table,
78 u32 card_model, const struct lbs_fw_table *fw_table,
H A Dif_spi.c96 static const struct lbs_fw_table fw_table[] = { variable
1031 for (i = 0; i < ARRAY_SIZE(fw_table); i++) { in if_spi_init_card()
1032 if (card->card_id == fw_table[i].model) in if_spi_init_card()
1035 if (i == ARRAY_SIZE(fw_table)) { in if_spi_init_card()
1043 &fw_table[0], &helper, &mainfw); in if_spi_init_card()
H A Dif_sdio.c78 static const struct lbs_fw_table fw_table[] = { variable
737 fw_table, if_sdio_do_prog_firmware); in if_sdio_prog_firmware()
1195 for (i = 0; i < ARRAY_SIZE(fw_table); i++) { in if_sdio_probe()
1196 if (card->model == fw_table[i].model) in if_sdio_probe()
1199 if (i == ARRAY_SIZE(fw_table)) { in if_sdio_probe()
H A Ddev.h193 const struct lbs_fw_table *fw_table; member
H A Dif_cs.c62 static const struct lbs_fw_table fw_table[] = { variable
904 ret = lbs_get_firmware_async(priv, &p_dev->dev, card->model, fw_table, in if_cs_probe()
H A Dif_usb.c47 static const struct lbs_fw_table fw_table[] = { variable
283 fw_table, if_usb_prog_firmware); in if_usb_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c90 } fw_table[] = { variable
3906 while (fw_table[fw_index].fw_type != priv->firmware_type in reset_atmel_card()
3907 && fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) in reset_atmel_card()
3911 if (fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) { in reset_atmel_card()
3914 snprintf(priv->firmware_id, 32, "%s%s.%s", fw_table[fw_index].fw_file, in reset_atmel_card()
3915 firmware_modifier[i], fw_table[fw_index].fw_file_ext); in reset_atmel_card()
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel.c89 } fw_table[] = { variable
3906 while (fw_table[fw_index].fw_type != priv->firmware_type in reset_atmel_card()
3907 && fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) in reset_atmel_card()
3911 if (fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) { in reset_atmel_card()
3914 snprintf(priv->firmware_id, 32, "%s%s.%s", fw_table[fw_index].fw_file, in reset_atmel_card()
3915 firmware_modifier[i], fw_table[fw_index].fw_file_ext); in reset_atmel_card()

Completed in 25 milliseconds