Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/storage/
Djumpshot.c169 unsigned char thistime; in jumpshot_read_data() local
198 thistime = (len / info->ssize) & 0xff; in jumpshot_read_data()
201 command[1] = thistime; in jumpshot_read_data()
226 sector += thistime; in jumpshot_read_data()
246 unsigned char thistime; in jumpshot_write_data() local
276 thistime = (len / info->ssize) & 0xff; in jumpshot_write_data()
283 command[1] = thistime; in jumpshot_write_data()
318 sector += thistime; in jumpshot_write_data()
Ddatafab.c150 unsigned char thistime; in datafab_read_data() local
186 thistime = (len / info->ssize) & 0xff; in datafab_read_data()
189 command[1] = thistime; in datafab_read_data()
213 sector += thistime; in datafab_read_data()
234 unsigned char thistime; in datafab_write_data() local
270 thistime = (len / info->ssize) & 0xff; in datafab_write_data()
277 command[1] = thistime; in datafab_write_data()
309 sector += thistime; in datafab_write_data()
Dshuttle_usbat.c207 unsigned char thistime, in usbat_pack_ata_sector_cmd() argument
211 buf[1] = thistime; in usbat_pack_ata_sector_cmd()
1130 unsigned char thistime; in usbat_flash_read_data() local
1169 thistime = (len / info->ssize) & 0xff; in usbat_flash_read_data()
1172 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20); in usbat_flash_read_data()
1190 sector += thistime; in usbat_flash_read_data()
1221 unsigned char thistime; in usbat_flash_write_data() local
1260 thistime = (len / info->ssize) & 0xff; in usbat_flash_write_data()
1267 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30); in usbat_flash_write_data()
1279 sector += thistime; in usbat_flash_write_data()
/linux-4.1.27/drivers/usb/misc/
Drio500.c298 unsigned long thistime; in write_rio() local
301 thistime = copy_size = in write_rio()
308 while (thistime) { in write_rio()
320 obuf, thistime, &partial, 5000); in write_rio()
324 result, thistime, partial); in write_rio()
337 thistime -= partial; in write_rio()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_glue.c445 unsigned long thistime = jiffies; in sym_timer() local
450 np->s.timer.expires = thistime + SYM_CONF_TIMER_INTERVAL; in sym_timer()
458 if (time_before_eq(np->s.settle_time, thistime)) { in sym_timer()
470 if (np->s.lasttime + 4*HZ < thistime) { in sym_timer()
471 np->s.lasttime = thistime; in sym_timer()
/linux-4.1.27/drivers/scsi/
Dncr53c8xx.c5737 u_long thistime = jiffies; in ncr_timeout() local
5758 if (np->settle_time <= thistime) { in ncr_timeout()
5773 if (np->lasttime + 4*HZ < thistime) { in ncr_timeout()
5777 np->lasttime = thistime; in ncr_timeout()