Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/storage/
Djumpshot.c159 unsigned char thistime; in jumpshot_read_data() local
188 thistime = (len / info->ssize) & 0xff; in jumpshot_read_data()
191 command[1] = thistime; in jumpshot_read_data()
216 sector += thistime; in jumpshot_read_data()
236 unsigned char thistime; in jumpshot_write_data() local
266 thistime = (len / info->ssize) & 0xff; in jumpshot_write_data()
273 command[1] = thistime; in jumpshot_write_data()
308 sector += thistime; in jumpshot_write_data()
Ddatafab.c141 unsigned char thistime; in datafab_read_data() local
177 thistime = (len / info->ssize) & 0xff; in datafab_read_data()
180 command[1] = thistime; in datafab_read_data()
204 sector += thistime; in datafab_read_data()
225 unsigned char thistime; in datafab_write_data() local
261 thistime = (len / info->ssize) & 0xff; in datafab_write_data()
268 command[1] = thistime; in datafab_write_data()
300 sector += thistime; in datafab_write_data()
Dshuttle_usbat.c198 unsigned char thistime, in usbat_pack_ata_sector_cmd() argument
202 buf[1] = thistime; in usbat_pack_ata_sector_cmd()
1122 unsigned char thistime; in usbat_flash_read_data() local
1161 thistime = (len / info->ssize) & 0xff; in usbat_flash_read_data()
1164 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20); in usbat_flash_read_data()
1182 sector += thistime; in usbat_flash_read_data()
1213 unsigned char thistime; in usbat_flash_write_data() local
1252 thistime = (len / info->ssize) & 0xff; in usbat_flash_write_data()
1259 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30); in usbat_flash_write_data()
1271 sector += thistime; in usbat_flash_write_data()
/Linux-v4.19/drivers/usb/misc/
Drio500.c281 unsigned long thistime; in write_rio() local
284 thistime = copy_size = in write_rio()
291 while (thistime) { in write_rio()
303 obuf, thistime, &partial, 5000); in write_rio()
307 result, thistime, partial); in write_rio()
320 thistime -= partial; in write_rio()
/Linux-v4.19/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-v4.19/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()