Searched refs:rtv (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskvpd.c684 int rtv; /* return code */ local
694 rtv = 0;
740 rtv = 2;
754 return(rtv);
962 int rtv; /* return code */ local
985 rtv = 0;
990 rtv = 2;
1000 return(rtv);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dselect.c409 struct timeval rtv; local
413 rtv.tv_usec = jiffies_to_usecs(do_div((*(u64*)&timeout), HZ));
414 rtv.tv_sec = timeout;
415 if (timeval_compare(&rtv, &tv) >= 0)
416 rtv = tv;
417 if (copy_to_user(tvp, &rtv, sizeof(rtv))) {
H A Dcompat.c1639 struct compat_timeval rtv; local
1643 rtv.tv_usec = jiffies_to_usecs(do_div((*(u64*)&timeout), HZ));
1644 rtv.tv_sec = timeout;
1645 if (compat_timeval_compare(&rtv, &tv) >= 0)
1646 rtv = tv;
1647 if (copy_to_user(tvp, &rtv, sizeof(rtv))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/serio/
H A Dhp_sdc.c192 do_gettimeofday(&hp_sdc.rtv);
297 if (tv.tv_sec > hp_sdc.rtv.tv_sec)
300 if (tv.tv_usec - hp_sdc.rtv.tv_usec > HP_SDC_MAX_REG_DELAY) {
310 tv.tv_usec - hp_sdc.rtv.tv_usec);
539 do_gettimeofday(&hp_sdc.rtv);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dhp_sdc.h284 struct timeval rtv; /* Time when current read started */ member in struct:__anon9800

Completed in 163 milliseconds