Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/storage/
Djumpshot.c171 unsigned char thistime; in jumpshot_read_data() local
200 thistime = (len / info->ssize) & 0xff; in jumpshot_read_data()
203 command[1] = thistime; in jumpshot_read_data()
228 sector += thistime; in jumpshot_read_data()
248 unsigned char thistime; in jumpshot_write_data() local
278 thistime = (len / info->ssize) & 0xff; in jumpshot_write_data()
285 command[1] = thistime; in jumpshot_write_data()
320 sector += thistime; in jumpshot_write_data()
Ddatafab.c153 unsigned char thistime; in datafab_read_data() local
189 thistime = (len / info->ssize) & 0xff; in datafab_read_data()
192 command[1] = thistime; in datafab_read_data()
216 sector += thistime; in datafab_read_data()
237 unsigned char thistime; in datafab_write_data() local
273 thistime = (len / info->ssize) & 0xff; in datafab_write_data()
280 command[1] = thistime; in datafab_write_data()
312 sector += thistime; in datafab_write_data()
Dshuttle_usbat.c210 unsigned char thistime, in usbat_pack_ata_sector_cmd() argument
214 buf[1] = thistime; in usbat_pack_ata_sector_cmd()
1133 unsigned char thistime; in usbat_flash_read_data() local
1172 thistime = (len / info->ssize) & 0xff; in usbat_flash_read_data()
1175 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20); in usbat_flash_read_data()
1193 sector += thistime; in usbat_flash_read_data()
1224 unsigned char thistime; in usbat_flash_write_data() local
1263 thistime = (len / info->ssize) & 0xff; in usbat_flash_write_data()
1270 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30); in usbat_flash_write_data()
1282 sector += thistime; in usbat_flash_write_data()
/linux-4.4.14/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.4.14/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.4.14/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()