Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/mon/
Dmon_bin.c898 unsigned int cur_out; in mon_bin_fetch() local
917 cur_out = rp->b_out; in mon_bin_fetch()
924 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_fetch()
925 if (put_user(cur_out, &vec[nevents])) { in mon_bin_fetch()
933 if ((cur_out += size) >= rp->b_size) in mon_bin_fetch()
934 cur_out -= rp->b_size; in mon_bin_fetch()
948 unsigned int cur_out; in mon_bin_queued() local
961 cur_out = rp->b_out; in mon_bin_queued()
965 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_queued()
970 if ((cur_out += size) >= rp->b_size) in mon_bin_queued()
[all …]