Searched refs:mps_firmware_send (Results 1 – 3 of 3) sorted by relevance
126 int mps_firmware_send(int fd, unsigned char *buf, uint32_t len, bool bios);
223 if (mps_firmware_send(fd, mem, st.st_size, bios) < 0) { in flash_update()
448 mps_firmware_send(int fd, unsigned char *fw, uint32_t len, bool bios) in mps_firmware_send() function