Searched refs:os_read (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | os.h | 27 ssize_t os_read(int fd, void *buf, size_t count);
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | cpu.c | 135 if (os_read(fd, blob, size) != size) { in sandbox_read_fdt_from_file()
|
| H A D | os.c | 35 ssize_t os_read(int fd, void *buf, size_t count) in os_read() function 45 return os_read(fd, buf, count); in os_read_no_block()
|
| H A D | state.c | 67 if (os_read(fd, state->state_fdt, size) != size) { in state_read_file()
|
| /OK3568_Linux_fs/u-boot/fs/sandbox/ |
| H A D | sandboxfs.c | 44 size = os_read(fd, buffer, maxsize); in sandbox_fs_read_at()
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | sandbox.c | 57 ssize_t len = os_read(host_dev->fd, buffer, blkcnt * block_dev->blksz);
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | video.c | 251 size = os_read(fd, buf, buf_size); in read_file()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 1744 int os_read(int fd, uint8_t * buff, int len) in os_read() function 1810 ret = os_read(fd, evt_buff, 1); in read_hci_evt() 1823 ret = os_read(fd, evt_buff + 1, 1); in read_hci_evt() 1829 ret = os_read(fd, evt_buff + 2, 1); in read_hci_evt() 1835 ret = os_read(fd, evt_buff + 3, evt_buff[2]); in read_hci_evt()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_flash.c | 341 bytes_read = os_read(priv->fd, buff, len); in sandbox_flash_bulk()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sandbox.c | 409 ret = os_read(sbsf->fd, tx + pos, cnt); in sandbox_sf_xfer()
|