Searched refs:ccnt (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/media/usb/pvrusb2/ |
A D | pvrusb2-debugifc.c | 119 int ccnt; in pvr2_debugifc_print_info() local 122 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info() 124 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info() 125 ccnt = pvr2_hdw_state_report(hdw,buf,acnt); in pvr2_debugifc_print_info() 126 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info() 136 int ccnt; in pvr2_debugifc_print_status() local 145 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_status() 153 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_status() 157 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_status() 163 ccnt = scnprintf( in pvr2_debugifc_print_status() [all …]
|
A D | pvrusb2-hdw.c | 2996 bcnt += ccnt; in pvr2_hdw_commit_setup() 3848 bcnt += ccnt; in pvr2_issue_simple_cmd() 3863 bcnt += ccnt; in pvr2_issue_simple_cmd() 3873 bcnt += ccnt; in pvr2_issue_simple_cmd() 4687 tcnt += ccnt; in print_input_mask() 4768 tcnt += ccnt; in pvr2_hdw_report_unlocked() 4776 tcnt += ccnt; in pvr2_hdw_report_unlocked() 4825 tcnt += ccnt; in pvr2_hdw_report_clients() 4863 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_hdw_state_report() 4866 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_hdw_state_report() [all …]
|
A D | pvrusb2-io.c | 119 unsigned int ccnt; in pvr2_buffer_remove() local 125 ccnt = bp->max_count; in pvr2_buffer_remove() 130 ccnt = bp->max_count; in pvr2_buffer_remove() 135 ccnt = bp->used_count; in pvr2_buffer_remove() 142 (*bcnt) -= ccnt; in pvr2_buffer_remove()
|
A D | pvrusb2-sysfs.c | 197 unsigned int bcnt, ccnt, ecnt; in show_enum() local 203 PAGE_SIZE - bcnt, &ccnt); in show_enum() 204 if (!ccnt) continue; in show_enum() 205 bcnt += ccnt; in show_enum() 221 unsigned int bcnt, ccnt; in show_bits() local 229 PAGE_SIZE - bcnt, &ccnt); in show_bits() 230 bcnt += ccnt; in show_bits()
|
/linux-6.3-rc2/drivers/power/supply/ |
A D | 88pm860x_battery.c | 111 struct ccnt { struct 148 static struct ccnt ccnt_data; 247 int *ccnt) in read_ccnt() argument 264 static int calc_ccnt(struct pm860x_battery_info *info, struct ccnt *ccnt) in calc_ccnt() argument 278 ccnt->pos += sum; in calc_ccnt() 289 ccnt->neg += sum; in calc_ccnt() 294 ccnt->spos += data; in calc_ccnt() 304 ccnt->total_chg = (int) ((ccnt->pos * 18236) >> 40); in calc_ccnt() 305 ccnt->total_dischg = (int) ((ccnt->neg * 18236) >> 40); in calc_ccnt() 311 static int clear_ccnt(struct pm860x_battery_info *info, struct ccnt *ccnt) in clear_ccnt() argument [all …]
|
/linux-6.3-rc2/drivers/staging/wlan-ng/ |
A D | prism2fw.c | 169 static int mkimage(struct imgchunk *clist, unsigned int *ccnt); 512 static int mkimage(struct imgchunk *clist, unsigned int *ccnt) in mkimage() argument 526 *ccnt = 0; in mkimage() 536 (*ccnt)++; in mkimage() 537 currchunk = *ccnt - 1; in mkimage() 557 for (i = 0; i < *ccnt; i++) { in mkimage() 570 for (j = 0; j < *ccnt; j++) { in mkimage() 576 if (((unsigned int)j) >= (*ccnt)) { in mkimage()
|
/linux-6.3-rc2/drivers/dma/ti/ |
A D | edma.c | 148 u32 ccnt; member 272 .ccnt = 1, 773 edesc->pset[j].param.ccnt, in edma_execute() 913 int bcnt, ccnt, cidx; in edma_config_pset() local 939 ccnt = dma_length / acnt / (SZ_64K - 1); in edma_config_pset() 946 ccnt++; in edma_config_pset() 962 ccnt = dma_length / (acnt * bcnt); in edma_config_pset() 963 if (ccnt > (SZ_64K - 1)) { in edma_config_pset() 1007 param->ccnt = ccnt; in edma_config_pset() 1290 param->ccnt = 1; in edma_prep_dma_interleaved() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/ |
A D | jme.c | 1053 int i, j, ccnt, desccnt, mask = jme->rx_ring_mask; in jme_process_receive() local 1090 for (j = i, ccnt = desccnt ; ccnt-- ; ) { in jme_process_receive()
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_init.c | 13429 int idx, ccnt; in lpfc_sli4_xri_exchange_busy_wait() local 13445 ccnt = 0; in lpfc_sli4_xri_exchange_busy_wait() 13450 ccnt++; in lpfc_sli4_xri_exchange_busy_wait() 13452 if (ccnt) in lpfc_sli4_xri_exchange_busy_wait() 13484 ccnt = 0; in lpfc_sli4_xri_exchange_busy_wait() 13490 ccnt++; in lpfc_sli4_xri_exchange_busy_wait() 13492 if (ccnt) in lpfc_sli4_xri_exchange_busy_wait()
|
Completed in 53 milliseconds