/linux-6.12.1/drivers/media/usb/pvrusb2/ |
D | pvrusb2-debugifc.c | 114 int ccnt; in pvr2_debugifc_print_info() local 115 ccnt = scnprintf(buf, acnt, "Driver hardware description: %s\n", in pvr2_debugifc_print_info() 117 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info() 118 ccnt = scnprintf(buf,acnt,"Driver state info:\n"); in pvr2_debugifc_print_info() 119 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info() 120 ccnt = pvr2_hdw_state_report(hdw,buf,acnt); in pvr2_debugifc_print_info() 121 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info() 131 int ccnt; in pvr2_debugifc_print_status() local 138 ccnt = scnprintf(buf,acnt,"USB link speed: %s\n", in pvr2_debugifc_print_status() 140 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_status() [all …]
|
D | pvrusb2-hdw.c | 2980 unsigned int bcnt,ccnt; in pvr2_hdw_commit_setup() local 2995 sizeof(buf)-bcnt,&ccnt); in pvr2_hdw_commit_setup() 2996 bcnt += ccnt; in pvr2_hdw_commit_setup() 3843 unsigned int ccnt,bcnt; in pvr2_issue_simple_cmd() local 3847 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd() 3850 bcnt += ccnt; in pvr2_issue_simple_cmd() 3853 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd() 3857 bcnt += ccnt; in pvr2_issue_simple_cmd() 3862 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd() 3865 bcnt += ccnt; in pvr2_issue_simple_cmd() [all …]
|
D | pvrusb2-sysfs.c | 193 unsigned int bcnt, ccnt, ecnt; in show_enum() local 199 PAGE_SIZE - bcnt, &ccnt); in show_enum() 200 if (!ccnt) continue; in show_enum() 201 bcnt += ccnt; in show_enum() 217 unsigned int bcnt, ccnt; in show_bits() local 225 PAGE_SIZE - bcnt, &ccnt); in show_bits() 226 bcnt += ccnt; in show_bits()
|
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()
|
/linux-6.12.1/drivers/power/supply/ |
D | 88pm860x_battery.c | 111 struct ccnt { struct 148 static struct ccnt ccnt_data; 247 int *ccnt) in read_ccnt() argument 258 *ccnt = ((buf[0] & 0xff) << 8) | (buf[1] & 0xff); in read_ccnt() 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() [all …]
|
/linux-6.12.1/drivers/perf/ |
D | arm-ni.c | 112 struct perf_event *ccnt; member 272 unsigned int ccnt; member 281 val->ccnt++; in arm_ni_val_count_event() 282 return val->ccnt <= 1; in arm_ni_val_count_event() 353 bool ccnt = hw->idx == NI_CCNT_IDX; in arm_ni_event_read() local 357 if (ccnt) in arm_ni_event_read() 364 if (!ccnt) in arm_ni_event_read() 387 local64_set(&cd->ccnt->hw.prev_count, S64_MIN); in arm_ni_init_ccnt() 406 if (cd->ccnt) in arm_ni_event_add() 409 cd->ccnt = event; in arm_ni_event_add() [all …]
|
/linux-6.12.1/drivers/dma/ti/ |
D | edma.c | 147 u32 ccnt; member 271 .ccnt = 1, 764 edesc->pset[j].param.ccnt, in edma_execute() 904 int bcnt, ccnt, cidx; in edma_config_pset() local 930 ccnt = dma_length / acnt / (SZ_64K - 1); in edma_config_pset() 931 bcnt = dma_length / acnt - ccnt * (SZ_64K - 1); in edma_config_pset() 937 ccnt++; in edma_config_pset() 953 ccnt = dma_length / (acnt * bcnt); in edma_config_pset() 954 if (ccnt > (SZ_64K - 1)) { in edma_config_pset() 998 param->ccnt = ccnt; in edma_config_pset() [all …]
|
/linux-6.12.1/drivers/net/ethernet/ |
D | jme.c | 1051 int i, j, ccnt, desccnt, mask = jme->rx_ring_mask; in jme_process_receive() local 1088 for (j = i, ccnt = desccnt ; ccnt-- ; ) { in jme_process_receive()
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_init.c | 13371 int idx, ccnt; in lpfc_sli4_xri_exchange_busy_wait() local 13387 ccnt = 0; in lpfc_sli4_xri_exchange_busy_wait() 13392 ccnt++; in lpfc_sli4_xri_exchange_busy_wait() 13394 if (ccnt) in lpfc_sli4_xri_exchange_busy_wait() 13426 ccnt = 0; in lpfc_sli4_xri_exchange_busy_wait() 13432 ccnt++; in lpfc_sli4_xri_exchange_busy_wait() 13434 if (ccnt) in lpfc_sli4_xri_exchange_busy_wait()
|