Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/mon/
Dmon_bin.c896 unsigned int cur_out; in mon_bin_fetch() local
915 cur_out = rp->b_out; in mon_bin_fetch()
922 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_fetch()
923 if (put_user(cur_out, &vec[nevents])) { in mon_bin_fetch()
931 if ((cur_out += size) >= rp->b_size) in mon_bin_fetch()
932 cur_out -= rp->b_size; in mon_bin_fetch()
946 unsigned int cur_out; in mon_bin_queued() local
959 cur_out = rp->b_out; in mon_bin_queued()
963 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_queued()
968 if ((cur_out += size) >= rp->b_size) in mon_bin_queued()
[all …]