fw_table 90 drivers/net/wireless/atmel/atmel.c } fw_table[] = { fw_table 3907 drivers/net/wireless/atmel/atmel.c while (fw_table[fw_index].fw_type != priv->firmware_type fw_table 3908 drivers/net/wireless/atmel/atmel.c && fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) fw_table 3912 drivers/net/wireless/atmel/atmel.c if (fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) { fw_table 3915 drivers/net/wireless/atmel/atmel.c snprintf(priv->firmware_id, 32, "%s%s.%s", fw_table[fw_index].fw_file, fw_table 3916 drivers/net/wireless/atmel/atmel.c firmware_modifier[i], fw_table[fw_index].fw_file_ext); fw_table 75 drivers/net/wireless/marvell/libertas/decl.h const struct lbs_fw_table *fw_table, fw_table 79 drivers/net/wireless/marvell/libertas/decl.h u32 card_model, const struct lbs_fw_table *fw_table, fw_table 193 drivers/net/wireless/marvell/libertas/dev.h const struct lbs_fw_table *fw_table; fw_table 89 drivers/net/wireless/marvell/libertas/firmware.c iter = priv->fw_table; fw_table 132 drivers/net/wireless/marvell/libertas/firmware.c u32 card_model, const struct lbs_fw_table *fw_table, fw_table 146 drivers/net/wireless/marvell/libertas/firmware.c priv->fw_table = fw_table; fw_table 173 drivers/net/wireless/marvell/libertas/firmware.c const struct lbs_fw_table *fw_table, fw_table 184 drivers/net/wireless/marvell/libertas/firmware.c iter = fw_table; fw_table 62 drivers/net/wireless/marvell/libertas/if_cs.c static const struct lbs_fw_table fw_table[] = { fw_table 904 drivers/net/wireless/marvell/libertas/if_cs.c ret = lbs_get_firmware_async(priv, &p_dev->dev, card->model, fw_table, fw_table 78 drivers/net/wireless/marvell/libertas/if_sdio.c static const struct lbs_fw_table fw_table[] = { fw_table 735 drivers/net/wireless/marvell/libertas/if_sdio.c fw_table, if_sdio_do_prog_firmware); fw_table 1190 drivers/net/wireless/marvell/libertas/if_sdio.c for (i = 0; i < ARRAY_SIZE(fw_table); i++) { fw_table 1191 drivers/net/wireless/marvell/libertas/if_sdio.c if (card->model == fw_table[i].model) fw_table 1194 drivers/net/wireless/marvell/libertas/if_sdio.c if (i == ARRAY_SIZE(fw_table)) { fw_table 99 drivers/net/wireless/marvell/libertas/if_spi.c static const struct lbs_fw_table fw_table[] = { fw_table 1028 drivers/net/wireless/marvell/libertas/if_spi.c for (i = 0; i < ARRAY_SIZE(fw_table); i++) { fw_table 1029 drivers/net/wireless/marvell/libertas/if_spi.c if (card->card_id == fw_table[i].model) fw_table 1032 drivers/net/wireless/marvell/libertas/if_spi.c if (i == ARRAY_SIZE(fw_table)) { fw_table 1040 drivers/net/wireless/marvell/libertas/if_spi.c &fw_table[0], &helper, &mainfw); fw_table 47 drivers/net/wireless/marvell/libertas/if_usb.c static const struct lbs_fw_table fw_table[] = { fw_table 283 drivers/net/wireless/marvell/libertas/if_usb.c fw_table, if_usb_prog_firmware);