Searched refs:wpi_load_bootcode (Results 1 – 1 of 1) sorted by relevance
133 int wpi_load_bootcode(struct wpi_softc *, const uint8_t *, int);2823 wpi_load_bootcode(struct wpi_softc *sc, const uint8_t *ucode, int size) in wpi_load_bootcode() function2891 error = wpi_load_bootcode(sc, fw->boot.text, fw->boot.textsz); in wpi_load_firmware()