/drivers/video/fbdev/omap2/dss/ |
D | dispc-compat.c | 51 unsigned long last_reset; member 80 dispc_compat.irq_stats.last_reset = jiffies; in dispc_dump_irqs() 85 jiffies_to_msecs(jiffies - stats.last_reset)); in dispc_dump_irqs() 421 dispc_compat.irq_stats.last_reset = jiffies; in dss_dispc_initialize_irq()
|
D | dsi.c | 259 unsigned long last_reset; member 1829 dsi->irq_stats.last_reset = jiffies; in dsi_dump_dsidev_irqs() 1834 jiffies_to_msecs(jiffies - stats.last_reset)); in dsi_dump_dsidev_irqs() 5479 dsi->irq_stats.last_reset = jiffies; in omap_dsihw_probe()
|
/drivers/scsi/ |
D | scsi_error.c | 94 if (!shost->last_reset || shost->eh_deadline == -1) in scsi_host_eh_past_deadline() 104 if (time_before(jiffies, shost->last_reset + shost->eh_deadline) && in scsi_host_eh_past_deadline() 214 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_abort_command() 215 shost->last_reset = jiffies; in scsi_abort_command() 248 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_eh_scmd_add() 249 shost->last_reset = jiffies; in scsi_eh_scmd_add() 282 if (host->eh_deadline != -1 && !host->last_reset) in scsi_times_out() 283 host->last_reset = jiffies; in scsi_times_out() 2145 shost->last_reset = 0; in scsi_unjam_host()
|
D | dc395x.c | 311 unsigned long last_reset; member 863 if (time_before(jiffies + to, acb->last_reset - HZ / 2)) in waiting_set_timer() 865 acb->last_reset - HZ / 2 + 1; in waiting_set_timer() 1322 acb->last_reset = in __dc395x_eh_bus_reset() 1465 (jiffies + HZ, acb->last_reset + HZ / 2)) 1467 acb->last_reset + HZ / 2 + 1; 1538 if (time_before(jiffies, acb->last_reset - HZ / 2)) { in start_scsi() 3034 acb->last_reset = in disconnect() 3056 acb->last_reset = jiffies + HZ / 2 + 1; in disconnect() 3652 acb->last_reset = in scsi_reset_detect() [all …]
|
D | tmscsim.c | 524 if (time_before (jiffies, pACB->last_reset)) in dc390_StartSCSI() 1866 pACB->last_reset = jiffies + 5*HZ/2 in dc390_ScsiRstDetect() 2051 pACB->last_reset = jiffies + 3*HZ/2 in DC390_bus_reset() 2386 pACB->last_reset = jiffies + HZ/2 + in dc390_init_hw() 2459 pACB->last_reset = jiffies; in dc390_probe_one()
|
D | tmscsim.h | 146 unsigned long last_reset; member
|
D | advansys.c | 2368 ulong last_reset; /* Saved last reset time */ member 3362 boardp->flags, boardp->last_reset, jiffies, in asc_prt_driver_conf() 7543 boardp->last_reset = jiffies; in advansys_reset()
|
/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 285 unsigned long last_reset; member
|
D | netdev.c | 1473 adapter->last_reset = jiffies; in igbvf_reset() 1823 if (ret_val && time_after(jiffies, adapter->last_reset + (10 * HZ))) in igbvf_has_link()
|
/drivers/media/dvb-frontends/ |
D | lg2160.c | 62 unsigned int last_reset; member 192 state->last_reset = jiffies_to_msecs(jiffies); in lg216x_soft_reset() 1040 ((jiffies_to_msecs(jiffies) - state->last_reset) > 6000)) in lg216x_get_frontend()
|
/drivers/net/ethernet/intel/fm10k/ |
D | fm10k.h | 303 unsigned long last_reset; member
|
D | fm10k_pci.c | 163 interface->last_reset = jiffies + (10 * HZ); in fm10k_reinit() 251 if (err && time_is_before_jiffies(interface->last_reset)) in fm10k_watchdog_update_host_state() 1605 interface->last_reset = jiffies + (10 * HZ); in fm10k_sw_init()
|
/drivers/net/wireless/ipw2x00/ |
D | ipw2100.h | 504 unsigned long last_reset; member
|
D | ipw2100.c | 701 (now - priv->last_reset > priv->reset_backoff)) in schedule_reset() 704 priv->last_reset = get_seconds(); in schedule_reset()
|
/drivers/ata/ |
D | libata-eh.c | 2647 WARN_ON(time_after(ehc->last_reset, now)); in ata_eh_reset() 2648 deadline = ata_deadline(ehc->last_reset, in ata_eh_reset() 2761 ehc->last_reset = jiffies; in ata_eh_reset() 2931 ehc->last_reset = jiffies; /* update to completion time */ in ata_eh_reset()
|
/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 1562 static long last_reset = 0; in prism2_hw_reset() 1566 if (time_before_eq(jiffies, last_reset + HZ)) in prism2_hw_reset() 1568 last_reset = jiffies; in prism2_hw_reset()
|
/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 4920 static unsigned long last_reset; in netdev_tx_timeout() local 4932 if (time_before_eq(jiffies, last_reset + dev->watchdog_timeo)) in netdev_tx_timeout() 4936 last_reset = jiffies; in netdev_tx_timeout()
|