Searched refs:read_check (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach.c | 321 static int read_check(int fd, void *buf, int count) in read_check() function 419 if (read_check(fd, &byte, 1) == -1){ in bcsp() 426 if ( read_check(fd, &bcsph[0], 1) == -1){ in bcsp() 432 if ( read_check(fd, &bcsph[1], 3) == -1){ in bcsp() 442 if (read_check(fd, &bcspp, 4) == -1){ in bcsp() 463 if (read_check(fd, &byte, 1) == -1){ in bcsp() 470 if (read_check(fd, &bcsph[0], 1) == -1){ in bcsp() 476 if (read_check(fd, &bcsph[1], 3) == -1){ in bcsp() 487 if (read_check(fd, &bcspp, 4) == -1){ in bcsp()
|