Lines Matching refs:tcnt

3379 	unsigned pcnt,tcnt;  in pvr2_full_eeprom_fetch()  local
3417 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_full_eeprom_fetch()
3419 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_full_eeprom_fetch()
3420 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_full_eeprom_fetch()
3428 msg[1].buf = eeprom+tcnt; in pvr2_full_eeprom_fetch()
4696 unsigned int tcnt = 0; in print_input_mask() local
4699 ccnt = scnprintf(buf+tcnt, in print_input_mask()
4700 acnt-tcnt, in print_input_mask()
4702 (tcnt ? ", " : ""), in print_input_mask()
4704 tcnt += ccnt; in print_input_mask()
4706 return tcnt; in print_input_mask()
4779 unsigned int tcnt = 0; in pvr2_hdw_report_unlocked() local
4785 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4786 tcnt += print_input_mask(hdw->input_avail_mask, in pvr2_hdw_report_unlocked()
4787 buf+tcnt, in pvr2_hdw_report_unlocked()
4788 acnt-tcnt); in pvr2_hdw_report_unlocked()
4790 ccnt = scnprintf(buf+tcnt, in pvr2_hdw_report_unlocked()
4791 acnt-tcnt, in pvr2_hdw_report_unlocked()
4793 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4794 tcnt += print_input_mask(hdw->input_allowed_mask, in pvr2_hdw_report_unlocked()
4795 buf+tcnt, in pvr2_hdw_report_unlocked()
4796 acnt-tcnt); in pvr2_hdw_report_unlocked()
4798 return tcnt; in pvr2_hdw_report_unlocked()
4837 unsigned int tcnt = 0; in pvr2_hdw_report_clients() local
4844 tcnt += ccnt; in pvr2_hdw_report_clients()
4850 ccnt = scnprintf(buf + tcnt, acnt - tcnt, " %s:", p); in pvr2_hdw_report_clients()
4851 tcnt += ccnt; in pvr2_hdw_report_clients()
4853 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4855 tcnt += ccnt; in pvr2_hdw_report_clients()
4859 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4862 tcnt += ccnt; in pvr2_hdw_report_clients()
4864 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4866 tcnt += ccnt; in pvr2_hdw_report_clients()
4869 return tcnt; in pvr2_hdw_report_clients()