Lines Matching refs:tcnt

3370 	unsigned pcnt,tcnt;  in pvr2_full_eeprom_fetch()  local
3408 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_full_eeprom_fetch()
3410 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_full_eeprom_fetch()
3411 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_full_eeprom_fetch()
3419 msg[1].buf = eeprom+tcnt; in pvr2_full_eeprom_fetch()
4687 unsigned int tcnt = 0; in print_input_mask() local
4690 ccnt = scnprintf(buf+tcnt, in print_input_mask()
4691 acnt-tcnt, in print_input_mask()
4693 (tcnt ? ", " : ""), in print_input_mask()
4695 tcnt += ccnt; in print_input_mask()
4697 return tcnt; in print_input_mask()
4770 unsigned int tcnt = 0; in pvr2_hdw_report_unlocked() local
4776 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4777 tcnt += print_input_mask(hdw->input_avail_mask, in pvr2_hdw_report_unlocked()
4778 buf+tcnt, in pvr2_hdw_report_unlocked()
4779 acnt-tcnt); in pvr2_hdw_report_unlocked()
4781 ccnt = scnprintf(buf+tcnt, in pvr2_hdw_report_unlocked()
4782 acnt-tcnt, in pvr2_hdw_report_unlocked()
4784 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4785 tcnt += print_input_mask(hdw->input_allowed_mask, in pvr2_hdw_report_unlocked()
4786 buf+tcnt, in pvr2_hdw_report_unlocked()
4787 acnt-tcnt); in pvr2_hdw_report_unlocked()
4789 return tcnt; in pvr2_hdw_report_unlocked()
4828 unsigned int tcnt = 0; in pvr2_hdw_report_clients() local
4835 tcnt += ccnt; in pvr2_hdw_report_clients()
4841 ccnt = scnprintf(buf + tcnt, acnt - tcnt, " %s:", p); in pvr2_hdw_report_clients()
4842 tcnt += ccnt; in pvr2_hdw_report_clients()
4844 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4846 tcnt += ccnt; in pvr2_hdw_report_clients()
4850 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4853 tcnt += ccnt; in pvr2_hdw_report_clients()
4855 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4857 tcnt += ccnt; in pvr2_hdw_report_clients()
4860 return tcnt; in pvr2_hdw_report_clients()