Searched defs:last_reset (Results 1 - 10 of 10) sorted by relevance
/drivers/video/fbdev/omap2/dss/ |
H A D | dispc-compat.c | 51 unsigned long last_reset; member in struct:dispc_irq_stats 80 dispc_compat.irq_stats.last_reset = jiffies; 85 jiffies_to_msecs(jiffies - stats.last_reset)); 421 dispc_compat.irq_stats.last_reset = jiffies;
|
H A D | dsi.c | 259 unsigned long last_reset; member in struct:dsi_irq_stats 1829 dsi->irq_stats.last_reset = jiffies; 1834 jiffies_to_msecs(jiffies - stats.last_reset)); 5479 dsi->irq_stats.last_reset = jiffies;
|
/drivers/media/dvb-frontends/ |
H A D | lg2160.c | 62 unsigned int last_reset; member in struct:lg216x_state 192 state->last_reset = jiffies_to_msecs(jiffies); 1040 ((jiffies_to_msecs(jiffies) - state->last_reset) > 6000))
|
/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 285 unsigned long last_reset; member in struct:igbvf_adapter
|
/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k.h | 303 unsigned long last_reset; member in struct:fm10k_intfc
|
/drivers/scsi/ |
H A D | dc395x.c | 311 unsigned long last_reset; member in struct:AdapterCtlBlk 863 if (time_before(jiffies + to, acb->last_reset - HZ / 2)) 865 acb->last_reset - HZ / 2 + 1; 1322 acb->last_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)) { 3034 acb->last_reset = 3056 acb->last_reset = jiffies + HZ / 2 + 1; 3652 acb->last_reset [all...] |
H A D | tmscsim.h | 146 unsigned long last_reset; member in struct:dc390_acb
|
H A D | advansys.c | 2369 ulong last_reset; /* Saved last reset time */ member in struct:asc_board 3362 " flags 0x%x, last_reset 0x%lx, jiffies 0x%lx, asc_n_io_port 0x%x\n", 3363 boardp->flags, boardp->last_reset, jiffies, 7544 boardp->last_reset = jiffies;
|
/drivers/net/wireless/ipw2x00/ |
H A D | ipw2100.h | 504 unsigned long last_reset; member in struct:ipw2100_priv
|
/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 4920 static unsigned long last_reset; local 4932 if (time_before_eq(jiffies, last_reset + dev->watchdog_timeo)) 4936 last_reset = jiffies;
|
Completed in 578 milliseconds