Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/mon/
Dmon_bin.c897 unsigned int cur_out; in mon_bin_fetch() local
916 cur_out = rp->b_out; in mon_bin_fetch()
923 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_fetch()
924 if (put_user(cur_out, &vec[nevents])) { in mon_bin_fetch()
932 if ((cur_out += size) >= rp->b_size) in mon_bin_fetch()
933 cur_out -= rp->b_size; in mon_bin_fetch()
947 unsigned int cur_out; in mon_bin_queued() local
960 cur_out = rp->b_out; in mon_bin_queued()
964 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_queued()
969 if ((cur_out += size) >= rp->b_size) in mon_bin_queued()
[all …]