Searched refs:thistime (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Drio500.c292 unsigned long thistime; local
295 thistime = copy_size =
302 while (thistime) {
314 obuf, thistime, &partial, 5000);
316 dbg("write stats: result:%d thistime:%lu partial:%u",
317 result, thistime, partial);
330 thistime -= partial;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Ddatafab.c150 unsigned char thistime; local
186 thistime = (len / info->ssize) & 0xff;
189 command[1] = thistime;
213 sector += thistime;
234 unsigned char thistime; local
270 thistime = (len / info->ssize) & 0xff;
277 command[1] = thistime;
310 sector += thistime;
H A Djumpshot.c170 unsigned char thistime; local
199 thistime = (len / info->ssize) & 0xff;
202 command[1] = thistime;
227 sector += thistime;
247 unsigned char thistime; local
277 thistime = (len / info->ssize) & 0xff;
284 command[1] = thistime;
319 sector += thistime;
H A Dshuttle_usbat.c207 unsigned char thistime,
211 buf[1] = thistime;
1127 unsigned char thistime; local
1166 thistime = (len / info->ssize) & 0xff;
1169 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20);
1187 sector += thistime;
1218 unsigned char thistime; local
1257 thistime = (len / info->ssize) & 0xff;
1264 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30);
1276 sector += thistime;
206 usbat_pack_ata_sector_cmd(unsigned char *buf, unsigned char thistime, u32 sector, unsigned char cmd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dbookutil.c403 struct timeval thistime; local
405 gettimeofday(&thistime,NULL);
406 test=thistime.tv_sec*10+thistime.tv_usec/100000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c422 unsigned long thistime = jiffies; local
427 np->s.timer.expires = thistime + SYM_CONF_TIMER_INTERVAL;
435 if (time_before_eq(np->s.settle_time, thistime)) {
447 if (np->s.lasttime + 4*HZ < thistime) {
448 np->s.lasttime = thistime;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c5595 u_long thistime = jiffies; local
5616 if (np->settle_time <= thistime) {
5631 if (np->lasttime + 4*HZ < thistime) {
5635 np->lasttime = thistime;

Completed in 270 milliseconds