Lines Matching defs:bcnt
1504 unsigned int pipe, fw_len, fw_done, bcnt, icnt;
1589 bcnt = fw_len - fw_done;
1590 if (bcnt > FIRMWARE_CHUNK_SIZE) bcnt = FIRMWARE_CHUNK_SIZE;
1591 memcpy(fw_ptr, fw_entry->data + fw_done, bcnt);
1604 for (icnt = 0; icnt < bcnt/4 ; icnt++)
1607 ret |= usb_bulk_msg(hdw->usb_dev, pipe, fw_ptr,bcnt,
1609 ret |= (actual_length != bcnt);
1611 fw_done += bcnt;
1862 unsigned int bcnt;
1868 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),hdw->std_mask_eeprom);
1871 bcnt,buf);
1877 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std2);
1880 bcnt,buf);
1887 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std1);
1890 bcnt,buf);
1896 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),std3);
1899 bcnt, buf);
1914 bcnt = pvr2_std_id_to_str(buf,sizeof(buf),
1918 bcnt,buf);
2980 unsigned int bcnt,ccnt;
2989 bcnt = scnprintf(buf,sizeof(buf),"\"%s\" <-- ",
2994 buf+bcnt,
2995 sizeof(buf)-bcnt,&ccnt);
2996 bcnt += ccnt;
2997 bcnt += scnprintf(buf+bcnt,sizeof(buf)-bcnt," <%s>",
3001 bcnt,buf);
3843 unsigned int ccnt,bcnt;
3846 bcnt = 0;
3847 ccnt = scnprintf(tbuf+bcnt,
3848 sizeof(tbuf)-bcnt,
3850 bcnt += ccnt;
3853 ccnt = scnprintf(tbuf+bcnt,
3854 sizeof(tbuf)-bcnt,
3857 bcnt += ccnt;
3862 ccnt = scnprintf(tbuf+bcnt,
3863 sizeof(tbuf)-bcnt,
3865 bcnt += ccnt;
3867 ccnt = scnprintf(tbuf+bcnt,
3868 sizeof(tbuf)-bcnt,
3870 bcnt += ccnt;
3872 ccnt = scnprintf(tbuf+bcnt,
3873 sizeof(tbuf)-bcnt,
3875 bcnt += ccnt;
3877 pvr2_trace(PVR2_TRACE_INIT,"%.*s",bcnt,tbuf);
4860 unsigned int bcnt,ccnt,idx;
4861 bcnt = 0;
4866 bcnt += ccnt; acnt -= ccnt; buf += ccnt;
4869 bcnt += ccnt; acnt -= ccnt; buf += ccnt;
4872 bcnt += ccnt; acnt -= ccnt; buf += ccnt;
4874 return bcnt;