Home
last modified time | relevance | path

Searched refs:iwi_fw (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwivar.h114 struct iwi_fw { struct
182 struct iwi_fw fw_boot; /* boot firmware */
183 struct iwi_fw fw_uc; /* microcode */
184 struct iwi_fw fw_fw; /* operating mode support */
H A Dif_iwi.c186 static int iwi_load_ucode(struct iwi_softc *, const struct iwi_fw *);
187 static int iwi_load_firmware(struct iwi_softc *, const struct iwi_fw *);
2145 iwi_setup_ofw(struct iwi_softc *sc, struct iwi_fw *fw) in iwi_setup_ofw()
2170 iwi_setup_oucode(struct iwi_softc *sc, struct iwi_fw *fw) in iwi_setup_oucode()
2184 iwi_getfw(struct iwi_fw *fw, const char *fwname, in iwi_getfw()
2185 struct iwi_fw *uc, const char *ucname) in iwi_getfw()
2317 iwi_put_fw(struct iwi_fw *fw) in iwi_put_fw()
2340 iwi_load_ucode(struct iwi_softc *sc, const struct iwi_fw *fw) in iwi_load_ucode()
2415 iwi_load_firmware(struct iwi_softc *sc, const struct iwi_fw *fw) in iwi_load_firmware()