Home
last modified time | relevance | path

Searched refs:really_wrote (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flashrom/
H A Dserial.c567 …(const unsigned char *buf, unsigned int writecnt, unsigned int timeout, unsigned int *really_wrote) in serialport_write_nonblock() argument
632 if (really_wrote != NULL) in serialport_write_nonblock()
633 *really_wrote = wr_bytes; in serialport_write_nonblock()
/aosp_15_r20/external/flashrom/include/
H A Dprogrammer.h504 …const unsigned char *buf, unsigned int writecnt, unsigned int timeout, unsigned int *really_wrote);