Symbol: iwm_fw_img
sys/dev/iwm/if_iwm.c
2479
const struct iwm_fw_img *image, int cpu, int *first_ucode_section)
sys/dev/iwm/if_iwm.c
2541
const struct iwm_fw_img *image, int cpu, int *first_ucode_section)
sys/dev/iwm/if_iwm.c
2582
iwm_pcie_load_given_ucode(struct iwm_softc *sc, const struct iwm_fw_img *image)
sys/dev/iwm/if_iwm.c
2621
const struct iwm_fw_img *image)
sys/dev/iwm/if_iwm.c
2659
iwm_start_fw(struct iwm_softc *sc, const struct iwm_fw_img *fw)
sys/dev/iwm/if_iwm.c
2824
const struct iwm_fw_img *fw;
sys/dev/iwm/if_iwm.c
334
const struct iwm_fw_img *,
sys/dev/iwm/if_iwm.c
337
const struct iwm_fw_img *,
sys/dev/iwm/if_iwm.c
340
const struct iwm_fw_img *);
sys/dev/iwm/if_iwm.c
342
const struct iwm_fw_img *);
sys/dev/iwm/if_iwm.c
343
static int iwm_start_fw(struct iwm_softc *, const struct iwm_fw_img *);
sys/dev/iwm/if_iwm.c
452
struct iwm_fw_img *fws;
sys/dev/iwm/if_iwm_fw.c
142
iwm_fill_paging_mem(struct iwm_softc *sc, const struct iwm_fw_img *image)
sys/dev/iwm/if_iwm_fw.c
225
iwm_alloc_fw_paging_mem(struct iwm_softc *sc, const struct iwm_fw_img *image)
sys/dev/iwm/if_iwm_fw.c
299
iwm_save_fw_paging(struct iwm_softc *sc, const struct iwm_fw_img *fw)
sys/dev/iwm/if_iwm_fw.c
312
iwm_send_paging_cmd(struct iwm_softc *sc, const struct iwm_fw_img *fw)
sys/dev/iwm/if_iwm_fw.h
109
extern int iwm_save_fw_paging(struct iwm_softc *, const struct iwm_fw_img *);
sys/dev/iwm/if_iwm_fw.h
110
extern int iwm_send_paging_cmd(struct iwm_softc *, const struct iwm_fw_img *);
sys/dev/iwm/if_iwmvar.h
185
struct iwm_fw_img img[IWM_UCODE_TYPE_MAX];