Home
last modified time | relevance | path

Searched refs:fw_table (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/marvell/libertas/
A Dfirmware.c89 iter = priv->fw_table; in load_next_firmware_from_table()
132 u32 card_model, const struct lbs_fw_table *fw_table, in lbs_get_firmware_async() argument
146 priv->fw_table = fw_table; in lbs_get_firmware_async()
173 const struct lbs_fw_table *fw_table, in lbs_get_firmware() argument
184 iter = fw_table; in lbs_get_firmware()
A Ddecl.h74 const struct lbs_fw_table *fw_table,
78 u32 card_model, const struct lbs_fw_table *fw_table,
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()
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()
A Ddev.h193 const struct lbs_fw_table *fw_table; member
A Dif_usb.c47 static const struct lbs_fw_table fw_table[] = { variable
283 fw_table, if_usb_prog_firmware); in if_usb_probe()
/linux/lib/
A DMakefile395 obj-$(CONFIG_FIRMWARE_TABLE) += fw_table.o
/linux/
A DMAINTAINERS294 F: include/linux/fw_table.h
295 F: lib/fw_table.c

Completed in 920 milliseconds