Lines Matching refs:tcnt

3330 	unsigned pcnt,tcnt;  in pvr2_full_eeprom_fetch()  local
3366 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_full_eeprom_fetch()
3368 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_full_eeprom_fetch()
3369 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_full_eeprom_fetch()
3377 msg[1].buf = eeprom+tcnt; in pvr2_full_eeprom_fetch()
4672 unsigned int tcnt = 0; in print_input_mask() local
4675 ccnt = scnprintf(buf+tcnt, in print_input_mask()
4676 acnt-tcnt, in print_input_mask()
4678 (tcnt ? ", " : ""), in print_input_mask()
4680 tcnt += ccnt; in print_input_mask()
4682 return tcnt; in print_input_mask()
4755 unsigned int tcnt = 0; in pvr2_hdw_report_unlocked() local
4761 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4762 tcnt += print_input_mask(hdw->input_avail_mask, in pvr2_hdw_report_unlocked()
4763 buf+tcnt, in pvr2_hdw_report_unlocked()
4764 acnt-tcnt); in pvr2_hdw_report_unlocked()
4766 ccnt = scnprintf(buf+tcnt, in pvr2_hdw_report_unlocked()
4767 acnt-tcnt, in pvr2_hdw_report_unlocked()
4769 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4770 tcnt += print_input_mask(hdw->input_allowed_mask, in pvr2_hdw_report_unlocked()
4771 buf+tcnt, in pvr2_hdw_report_unlocked()
4772 acnt-tcnt); in pvr2_hdw_report_unlocked()
4774 return tcnt; in pvr2_hdw_report_unlocked()
4811 unsigned int tcnt = 0; in pvr2_hdw_report_clients() local
4818 tcnt += ccnt; in pvr2_hdw_report_clients()
4824 ccnt = scnprintf(buf + tcnt, acnt - tcnt, " %s:", p); in pvr2_hdw_report_clients()
4825 tcnt += ccnt; in pvr2_hdw_report_clients()
4827 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4829 tcnt += ccnt; in pvr2_hdw_report_clients()
4833 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4836 tcnt += ccnt; in pvr2_hdw_report_clients()
4838 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4840 tcnt += ccnt; in pvr2_hdw_report_clients()
4843 return tcnt; in pvr2_hdw_report_clients()