Lines Matching full:tcnt

3336 	unsigned pcnt,tcnt;  in pvr2_full_eeprom_fetch()  local
3372 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_full_eeprom_fetch()
3374 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_full_eeprom_fetch()
3375 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_full_eeprom_fetch()
3383 msg[1].buf = eeprom+tcnt; in pvr2_full_eeprom_fetch()
4681 unsigned int tcnt = 0; in print_input_mask() local
4684 ccnt = scnprintf(buf+tcnt, in print_input_mask()
4685 acnt-tcnt, in print_input_mask()
4687 (tcnt ? ", " : ""), in print_input_mask()
4689 tcnt += ccnt; in print_input_mask()
4691 return tcnt; in print_input_mask()
4764 unsigned int tcnt = 0; in pvr2_hdw_report_unlocked() local
4770 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4771 tcnt += print_input_mask(hdw->input_avail_mask, in pvr2_hdw_report_unlocked()
4772 buf+tcnt, in pvr2_hdw_report_unlocked()
4773 acnt-tcnt); in pvr2_hdw_report_unlocked()
4775 ccnt = scnprintf(buf+tcnt, in pvr2_hdw_report_unlocked()
4776 acnt-tcnt, in pvr2_hdw_report_unlocked()
4778 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4779 tcnt += print_input_mask(hdw->input_allowed_mask, in pvr2_hdw_report_unlocked()
4780 buf+tcnt, in pvr2_hdw_report_unlocked()
4781 acnt-tcnt); in pvr2_hdw_report_unlocked()
4783 return tcnt; in pvr2_hdw_report_unlocked()
4820 unsigned int tcnt = 0; in pvr2_hdw_report_clients() local
4827 tcnt += ccnt; in pvr2_hdw_report_clients()
4833 ccnt = scnprintf(buf + tcnt, acnt - tcnt, " %s:", p); in pvr2_hdw_report_clients()
4834 tcnt += ccnt; in pvr2_hdw_report_clients()
4836 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4838 tcnt += ccnt; in pvr2_hdw_report_clients()
4842 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4845 tcnt += ccnt; in pvr2_hdw_report_clients()
4847 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4849 tcnt += ccnt; in pvr2_hdw_report_clients()
4852 return tcnt; in pvr2_hdw_report_clients()