Lines Matching refs:tcnt

3334 	unsigned pcnt,tcnt;  in pvr2_full_eeprom_fetch()  local
3370 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_full_eeprom_fetch()
3372 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_full_eeprom_fetch()
3373 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_full_eeprom_fetch()
3381 msg[1].buf = eeprom+tcnt; in pvr2_full_eeprom_fetch()
4679 unsigned int tcnt = 0; in print_input_mask() local
4682 ccnt = scnprintf(buf+tcnt, in print_input_mask()
4683 acnt-tcnt, in print_input_mask()
4685 (tcnt ? ", " : ""), in print_input_mask()
4687 tcnt += ccnt; in print_input_mask()
4689 return tcnt; in print_input_mask()
4762 unsigned int tcnt = 0; in pvr2_hdw_report_unlocked() local
4768 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4769 tcnt += print_input_mask(hdw->input_avail_mask, in pvr2_hdw_report_unlocked()
4770 buf+tcnt, in pvr2_hdw_report_unlocked()
4771 acnt-tcnt); in pvr2_hdw_report_unlocked()
4773 ccnt = scnprintf(buf+tcnt, in pvr2_hdw_report_unlocked()
4774 acnt-tcnt, in pvr2_hdw_report_unlocked()
4776 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4777 tcnt += print_input_mask(hdw->input_allowed_mask, in pvr2_hdw_report_unlocked()
4778 buf+tcnt, in pvr2_hdw_report_unlocked()
4779 acnt-tcnt); in pvr2_hdw_report_unlocked()
4781 return tcnt; in pvr2_hdw_report_unlocked()
4818 unsigned int tcnt = 0; in pvr2_hdw_report_clients() local
4825 tcnt += ccnt; in pvr2_hdw_report_clients()
4831 ccnt = scnprintf(buf + tcnt, acnt - tcnt, " %s:", p); in pvr2_hdw_report_clients()
4832 tcnt += ccnt; in pvr2_hdw_report_clients()
4834 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4836 tcnt += ccnt; in pvr2_hdw_report_clients()
4840 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4843 tcnt += ccnt; in pvr2_hdw_report_clients()
4845 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4847 tcnt += ccnt; in pvr2_hdw_report_clients()
4850 return tcnt; in pvr2_hdw_report_clients()