Searched refs:iwi_fw (Results 1 – 2 of 2) sorted by relevance
114 struct iwi_fw { struct182 struct iwi_fw fw_boot; /* boot firmware */183 struct iwi_fw fw_uc; /* microcode */184 struct iwi_fw fw_fw; /* operating mode support */
186 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()