Lines Matching refs:firmware
465 const struct firmware *fw) in if_sdio_prog_helper()
471 const u8 *firmware; in if_sdio_prog_helper() local
488 firmware = fw->data; in if_sdio_prog_helper()
504 memcpy(chunk_buffer + 4, firmware, chunk_size); in if_sdio_prog_helper()
513 firmware += chunk_size; in if_sdio_prog_helper()
564 const struct firmware *fw) in if_sdio_prog_real()
570 const u8 *firmware; in if_sdio_prog_real() local
587 firmware = fw->data; in if_sdio_prog_real()
644 memcpy(chunk_buffer, firmware, chunk_size); in if_sdio_prog_real()
654 firmware += chunk_size; in if_sdio_prog_real()
699 const struct firmware *helper, in if_sdio_do_prog_firmware()
700 const struct firmware *mainfw) in if_sdio_do_prog_firmware()