Home
last modified time | relevance | path

Searched refs:bytes_processed (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c71 unsigned int bytes_processed; member
433 sp->bytes_processed += urb->actual_length; in buffer_complete()
518 stats->bytes_processed = sp->bytes_processed; in pvr2_stream_get_stats()
523 sp->bytes_processed = 0; in pvr2_stream_get_stats()
H A Dpvrusb2-io.h30 unsigned int bytes_processed; member
H A Dpvrusb2-debugifc.c166 stats.bytes_processed, in pvr2_debugifc_print_status()
H A Dpvrusb2-hdw.c4789 stats.bytes_processed, in pvr2_hdw_report_unlocked()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c2194 unsigned int bytes_processed = 0; in bcmgenet_desc_rx() local
2306 bytes_processed += len; in bcmgenet_desc_rx()
2330 ring->dim.bytes = bytes_processed; in bcmgenet_desc_rx()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-42574.patch1909 return dw.bytes_processed () + MAX (0, display_col - avail_display);
2096 int bytes_processed () const { return m_next - m_begin; }