Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/
H A Dvhci_driver.c187 static int read_record(int rhport, char *host, unsigned long host_len, in read_record() function
438 ret = read_record(idev->port, host, sizeof(host), serv, sizeof(serv), in usbip_vhci_imported_device_dump()
/OK3568_Linux_fs/u-boot/cmd/
H A Dload.c29 static int read_record(char *buf, ulong len);
144 while (read_record(record, SREC_MAXRECLEN + 1) >= 0) { in load_serial()
203 static int read_record(char *buf, ulong len) in read_record() function