Home
last modified time | relevance | path

Searched refs:total_data (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/dwc2/
H A Dcore.h129 unsigned long total_data; member
H A Ddebugfs.c257 seq_printf(seq, "total_data=%ld\n", ep->total_data); in ep_show()
H A Dgadget.c647 hs_ep->total_data += to_write; in dwc2_hsotg_write_fifo()
2303 hs_ep->total_data += to_read; in dwc2_hsotg_rx_data()
/linux/fs/gfs2/
H A Drgrp.c843 u64 total_data = 0; in gfs2_ri_total() local
858 total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data); in gfs2_ri_total()
860 return total_data; in gfs2_ri_total()