writecount 83 arch/mips/include/asm/lasat/lasat.h unsigned int writecount; writecount 722 drivers/usb/class/usblp.c ssize_t writecount = 0; writecount 731 drivers/usb/class/usblp.c while (writecount < count) { writecount 735 drivers/usb/class/usblp.c if ((transfer_length = count - writecount) > USBLP_BUF_SIZE) writecount 745 drivers/usb/class/usblp.c buffer + writecount, transfer_length)) { writecount 772 drivers/usb/class/usblp.c writecount += transfer_length; writecount 778 drivers/usb/class/usblp.c writecount += transfer_length; writecount 792 drivers/usb/class/usblp.c writecount += usblp->wstatus; writecount 796 drivers/usb/class/usblp.c return writecount; writecount 807 drivers/usb/class/usblp.c return writecount ? writecount : rv; writecount 684 drivers/video/fbdev/broadsheetfb.c int writecount; writecount 701 drivers/video/fbdev/broadsheetfb.c writecount = min(bytecount, maxlen); writecount 704 drivers/video/fbdev/broadsheetfb.c cur_addr, writecount, wfm + offset); writecount 708 drivers/video/fbdev/broadsheetfb.c offset += writecount; writecount 709 drivers/video/fbdev/broadsheetfb.c bytecount -= writecount;