Searched defs:fw_table (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wireless/libertas/
H A Dfirmware.c88 iter = priv->fw_table;
126 * @fw_table: Table of firmware file names and device model numbers
131 u32 card_model, const struct lbs_fw_table *fw_table,
145 priv->fw_table = fw_table;
162 * @fw_table: Table of firmware file names and device model numbers
172 const struct lbs_fw_table *fw_table,
183 iter = fw_table;
130 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) 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
H A Dif_usb.c46 static const struct lbs_fw_table fw_table[] = { variable in typeref:struct:lbs_fw_table
281 fw_table, if_usb_prog_firmware);
H A Dif_cs.c75 static const struct lbs_fw_table fw_table[] = { variable in typeref:struct:lbs_fw_table
948 ret = lbs_get_firmware_async(priv, &p_dev->dev, card->model, fw_table,
H A Dif_sdio.c82 static const struct lbs_fw_table fw_table[] = { variable in typeref:struct:lbs_fw_table
769 fw_table, if_sdio_do_prog_firmware);
1236 for (i = 0; i < ARRAY_SIZE(fw_table); i++) {
1237 if (card->model == fw_table[i].model)
1240 if (i == ARRAY_SIZE(fw_table)) {
H A Dif_spi.c103 static const struct lbs_fw_table fw_table[] = { variable in typeref:struct:lbs_fw_table
1055 for (i = 0; i < ARRAY_SIZE(fw_table); i++) {
1056 if (card->card_id == fw_table[i].model)
1059 if (i == ARRAY_SIZE(fw_table)) {
1067 &fw_table[0], &helper, &mainfw);
H A Ddev.h192 const struct lbs_fw_table *fw_table; member in struct:lbs_private
/drivers/net/wireless/
H A Datmel.c91 } fw_table[] = { variable in typeref:struct:__anon4297
3941 while (fw_table[fw_index].fw_type != priv->firmware_type
3942 && fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE)
3946 if (fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) {
3949 snprintf(priv->firmware_id, 32, "%s%s.%s", fw_table[fw_index].fw_file,
3950 firmware_modifier[i], fw_table[fw_index].fw_file_ext);

Completed in 5411 milliseconds