Home
last modified time | relevance | path

Searched refs:ccnt (Results 1 – 8 of 8) sorted by relevance

/drivers/media/video/pvrusb2/
Dpvrusb2-debugifc.c145 int ccnt; in pvr2_debugifc_print_info() local
146 ccnt = scnprintf(buf,acnt,"Driver state info:\n"); in pvr2_debugifc_print_info()
147 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info()
148 ccnt = pvr2_hdw_state_report(hdw,buf,acnt); in pvr2_debugifc_print_info()
149 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info()
150 ccnt = scnprintf(buf,acnt,"Attached I2C modules:\n"); in pvr2_debugifc_print_info()
151 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info()
152 ccnt = pvr2_i2c_report(hdw,buf,acnt); in pvr2_debugifc_print_info()
153 bcnt += ccnt; acnt -= ccnt; buf += ccnt; in pvr2_debugifc_print_info()
163 int ccnt; in pvr2_debugifc_print_status() local
[all …]
Dpvrusb2-i2c-core.c799 unsigned int ccnt,bcnt; in pvr2_i2c_client_describe() local
803 ccnt = 0; in pvr2_i2c_client_describe()
808 ccnt += bcnt; buf += bcnt; maxlen -= bcnt; in pvr2_i2c_client_describe()
816 ccnt += bcnt; buf += bcnt; maxlen -= bcnt; in pvr2_i2c_client_describe()
820 ccnt += bcnt; buf += bcnt; maxlen -= bcnt; in pvr2_i2c_client_describe()
823 ccnt += bcnt; buf += bcnt; maxlen -= bcnt; in pvr2_i2c_client_describe()
825 ccnt += bcnt; buf += bcnt; maxlen -= bcnt; in pvr2_i2c_client_describe()
832 ccnt += bcnt; buf += bcnt; maxlen -= bcnt; in pvr2_i2c_client_describe()
842 ccnt += bcnt; buf += bcnt; maxlen -= bcnt; in pvr2_i2c_client_describe()
851 ccnt += bcnt; buf += bcnt; maxlen -= bcnt; in pvr2_i2c_client_describe()
[all …]
Dpvrusb2-hdw.c2691 unsigned int bcnt,ccnt; in pvr2_hdw_commit_setup() local
2706 sizeof(buf)-bcnt,&ccnt); in pvr2_hdw_commit_setup()
2707 bcnt += ccnt; in pvr2_hdw_commit_setup()
3552 unsigned int ccnt,bcnt; in pvr2_issue_simple_cmd() local
3556 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd()
3559 bcnt += ccnt; in pvr2_issue_simple_cmd()
3562 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd()
3566 bcnt += ccnt; in pvr2_issue_simple_cmd()
3571 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd()
3574 bcnt += ccnt; in pvr2_issue_simple_cmd()
[all …]
Dpvrusb2-sysfs.c210 unsigned int bcnt, ccnt, ecnt; in show_enum() local
216 PAGE_SIZE - bcnt, &ccnt); in show_enum()
217 if (!ccnt) continue; in show_enum()
218 bcnt += ccnt; in show_enum()
234 unsigned int bcnt, ccnt; in show_bits() local
242 PAGE_SIZE - bcnt, &ccnt); in show_bits()
243 bcnt += ccnt; in show_bits()
Dpvrusb2-io.c134 unsigned int ccnt; in pvr2_buffer_remove() local
140 ccnt = bp->max_count; in pvr2_buffer_remove()
145 ccnt = bp->max_count; in pvr2_buffer_remove()
150 ccnt = bp->used_count; in pvr2_buffer_remove()
157 (*bcnt) -= ccnt; in pvr2_buffer_remove()
/drivers/mmc/host/
Ds3cmci.h68 unsigned int ccnt, dcnt; member
Ds3cmci.c114 host->ccnt, (stop ? " (STOP)" : ""), in prepare_dbgmsg()
996 host->ccnt++; in s3cmci_send_request()
/drivers/net/
Djme.c948 int i, j, ccnt, desccnt, mask = jme->rx_ring_mask; in jme_process_receive() local
984 for (j = i, ccnt = desccnt ; ccnt-- ; ) { in jme_process_receive()