Searched refs:readcount (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/spi/ |
| H A D | spidev_fdx.c | 109 int readcount = 0; in main() local 122 readcount = atoi(optarg); in main() 123 if (readcount < 0) in main() 154 if (readcount) in main() 155 do_read(fd, readcount); in main()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_csr.c | 589 u32 readcount = 0; in parse_csr_fw() local 601 readcount += r; in parse_csr_fw() 604 package_header = (struct intel_package_header *)&fw->data[readcount]; in parse_csr_fw() 605 r = parse_csr_fw_package(csr, package_header, si, fw->size - readcount); in parse_csr_fw() 609 readcount += r; in parse_csr_fw() 612 dmc_header = (struct intel_dmc_header_base *)&fw->data[readcount]; in parse_csr_fw() 613 parse_csr_fw_dmc(csr, dmc_header, fw->size - readcount); in parse_csr_fw()
|
| /OK3568_Linux_fs/kernel/drivers/input/rmi4/ |
| H A D | rmi_smbus.c | 27 u8 readcount; member 95 if (entry->readcount == bytecount) in rmi_smb_get_command_code() 111 new_map.readcount = bytecount; in rmi_smb_get_command_code()
|
| /OK3568_Linux_fs/kernel/drivers/usb/class/ |
| H A D | usblp.c | 140 int readcount; /* Counter for reads */ member 177 dev_dbg(dev, "readcount=%d\n", usblp->readcount); in usblp_dump() 868 count = len < avail - usblp->readcount ? len : avail - usblp->readcount; in usblp_read() 870 copy_to_user(buffer, usblp->readbuf + usblp->readcount, count)) { in usblp_read() 875 if ((usblp->readcount += count) == avail) { in usblp_read() 1031 usblp->readcount = 0; /* XXX Why here? */ in usblp_submit_read()
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | finelock_queue.cc | 177 uint32 readcount = pages_[i].touch; in QueueAnalysis() local 180 if (readcount < (1u << b)) in QueueAnalysis()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | effects_i_dsp.c | 34 int readcount, writecount; /* initial value = 0 */ member 42 if (++p.readcount == 1) omp_set_lock(&p.w);\ 49 if (!--p.readcount) omp_unset_lock(&p.w);\
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4xdr.c | 2209 int readcount = 0; in nfsd4_decode_compound() local 2265 readcount++; in nfsd4_decode_compound() 2289 if (readcount > 1 || max_reply > PAGE_SIZE - auth_slack) in nfsd4_decode_compound()
|