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