• Home
  • Raw
  • Download

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()
4676 unsigned int tcnt = 0; in print_input_mask() local
4679 ccnt = scnprintf(buf+tcnt, in print_input_mask()
4680 acnt-tcnt, in print_input_mask()
4682 (tcnt ? ", " : ""), in print_input_mask()
4684 tcnt += ccnt; in print_input_mask()
4686 return tcnt; in print_input_mask()
4759 unsigned int tcnt = 0; in pvr2_hdw_report_unlocked() local
4765 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4766 tcnt += print_input_mask(hdw->input_avail_mask, in pvr2_hdw_report_unlocked()
4767 buf+tcnt, in pvr2_hdw_report_unlocked()
4768 acnt-tcnt); in pvr2_hdw_report_unlocked()
4770 ccnt = scnprintf(buf+tcnt, in pvr2_hdw_report_unlocked()
4771 acnt-tcnt, in pvr2_hdw_report_unlocked()
4773 tcnt += ccnt; in pvr2_hdw_report_unlocked()
4774 tcnt += print_input_mask(hdw->input_allowed_mask, in pvr2_hdw_report_unlocked()
4775 buf+tcnt, in pvr2_hdw_report_unlocked()
4776 acnt-tcnt); in pvr2_hdw_report_unlocked()
4778 return tcnt; in pvr2_hdw_report_unlocked()
4815 unsigned int tcnt = 0; in pvr2_hdw_report_clients() local
4822 tcnt += ccnt; in pvr2_hdw_report_clients()
4828 ccnt = scnprintf(buf + tcnt, acnt - tcnt, " %s:", p); in pvr2_hdw_report_clients()
4829 tcnt += ccnt; in pvr2_hdw_report_clients()
4831 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4833 tcnt += ccnt; in pvr2_hdw_report_clients()
4837 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4840 tcnt += ccnt; in pvr2_hdw_report_clients()
4842 ccnt = scnprintf(buf + tcnt, acnt - tcnt, in pvr2_hdw_report_clients()
4844 tcnt += ccnt; in pvr2_hdw_report_clients()
4847 return tcnt; in pvr2_hdw_report_clients()