Searched refs:watchdog_timer (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic.h62 struct timer_list watchdog_timer; member in struct:ionic
H A Dionic_bus_pci.c373 mod_timer(&ionic->watchdog_timer,
402 timer_shutdown_sync(&ionic->watchdog_timer);
435 del_timer_sync(&ionic->watchdog_timer);
468 mod_timer(&ionic->watchdog_timer, jiffies + 1);
H A Dionic_dev.c16 struct ionic *ionic = from_timer(ionic, t, watchdog_timer);
21 mod_timer(&ionic->watchdog_timer,
54 timer_setup(&ionic->watchdog_timer, ionic_watchdog_cb, 0);
/linux-master/kernel/time/
H A Dclocksource.c133 static struct timer_list watchdog_timer; variable in typeref:struct:timer_list
490 watchdog_timer.expires = jiffies;
573 if (!timer_pending(&watchdog_timer)) {
574 watchdog_timer.expires += WATCHDOG_INTERVAL + extra_wait;
575 add_timer_on(&watchdog_timer, next_cpu);
585 timer_setup(&watchdog_timer, clocksource_watchdog, 0);
586 watchdog_timer.expires = jiffies + WATCHDOG_INTERVAL;
587 add_timer_on(&watchdog_timer, cpumask_first(cpu_online_mask));
595 del_timer(&watchdog_timer);
/linux-master/drivers/power/supply/
H A Dbq25980_charger.c104 int watchdog_timer; member in struct:bq25980_device
1090 if (bq->watchdog_timer) {
1091 if (bq->watchdog_timer >= bq25980_watchdog_time[wd_max_val])
1095 if (bq->watchdog_timer > bq25980_watchdog_time[i] &&
1096 bq->watchdog_timer < bq25980_watchdog_time[i + 1]) {
1148 &bq->watchdog_timer);
1150 bq->watchdog_timer = BQ25980_WATCHDOG_MIN;
1152 if (bq->watchdog_timer > BQ25980_WATCHDOG_MAX ||
1153 bq->watchdog_timer < BQ25980_WATCHDOG_MIN)
H A Dbq256xx_charger.c228 * @watchdog_timer: watchdog timer value in milliseconds
249 int watchdog_timer; member in struct:bq256xx_device
1573 if (bq->watchdog_timer == bq256xx_watchdog_time[i]) {
1578 bq->watchdog_timer > bq256xx_watchdog_time[i] &&
1579 bq->watchdog_timer < bq256xx_watchdog_time[i + 1])
1668 &bq->watchdog_timer);
1670 bq->watchdog_timer = BQ256XX_WATCHDOG_DIS;
1672 if (bq->watchdog_timer > BQ256XX_WATCHDOG_MAX ||
1673 bq->watchdog_timer < BQ256XX_WATCHDOG_DIS)
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h156 struct timer_list watchdog_timer; member in struct:igbvf_adapter
H A Dnetdev.c862 mod_timer(&adapter->watchdog_timer, jiffies + 1);
1560 mod_timer(&adapter->watchdog_timer, jiffies + 1);
1595 del_timer_sync(&adapter->watchdog_timer);
1751 mod_timer(&adapter->watchdog_timer, jiffies + 1);
1906 struct igbvf_adapter *adapter = from_timer(adapter, t, watchdog_timer);
1967 mod_timer(&adapter->watchdog_timer,
2850 timer_setup(&adapter->watchdog_timer, igbvf_watchdog, 0);
2918 del_timer_sync(&adapter->watchdog_timer);
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c146 struct s5p_mfc_dev *dev = from_timer(dev, t, watchdog_timer);
161 dev->watchdog_timer.expires = jiffies +
163 add_timer(&dev->watchdog_timer);
841 dev->watchdog_timer.expires = jiffies +
843 add_timer(&dev->watchdog_timer);
936 del_timer_sync(&dev->watchdog_timer);
985 del_timer_sync(&dev->watchdog_timer);
1348 timer_setup(&dev->watchdog_timer, s5p_mfc_watchdog, 0);
1461 del_timer_sync(&dev->watchdog_timer);
H A Ds5p_mfc_common.h289 * @watchdog_timer: timer for the watchdog
336 struct timer_list watchdog_timer; member in struct:s5p_mfc_dev
/linux-master/net/sched/
H A Dsch_generic.c498 struct net_device *dev = from_timer(dev, t, watchdog_timer);
533 if (!mod_timer(&dev->watchdog_timer,
550 if (!mod_timer(&dev->watchdog_timer,
566 if (del_timer(&dev->watchdog_timer))
1476 timer_setup(&dev->watchdog_timer, dev_watchdog, 0);
1487 WARN_ON(timer_pending(&dev->watchdog_timer));
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_device_info.c190 FEATURE_MAPPING(WATCHDOG_TIMER, watchdog_timer),
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl2.h447 struct timer_list watchdog_timer; member in struct:atl2_adapter
H A Datl2.c720 mod_timer(&adapter->watchdog_timer, round_jiffies(jiffies + 4*HZ));
755 del_timer_sync(&adapter->watchdog_timer);
1013 struct atl2_adapter *adapter = from_timer(adapter, t, watchdog_timer);
1027 mod_timer(&adapter->watchdog_timer,
1416 timer_setup(&adapter->watchdog_timer, atl2_watchdog, 0);
1471 del_timer_sync(&adapter->watchdog_timer);
/linux-master/drivers/input/touchscreen/
H A Dcyttsp4_core.h330 struct timer_list watchdog_timer; member in struct:cyttsp4
H A Dcyttsp4_core.c1253 mod_timer(&cd->watchdog_timer, jiffies +
1266 timer_shutdown_sync(&cd->watchdog_timer);
1272 struct cyttsp4 *cd = from_timer(cd, t, watchdog_timer);
2095 timer_setup(&cd->watchdog_timer, cyttsp4_watchdog_timer, 0);
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h436 struct timer_list watchdog_timer; member in struct:atl1e_adapter
/linux-master/drivers/net/ethernet/agere/
H A Det131x.h170 u32 watchdog_timer; /* 0x0038 */ member in struct:global_regs
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h557 * @watchdog_timer: Watchdog timer list
582 struct timer_list watchdog_timer; member in struct:pch_gbe_adapter
H A Dpch_gbe_main.c1018 watchdog_timer);
1052 mod_timer(&adapter->watchdog_timer,
1887 mod_timer(&adapter->watchdog_timer, jiffies);
1919 del_timer_sync(&adapter->watchdog_timer);
2565 timer_setup(&adapter->watchdog_timer, pch_gbe_watchdog, 0);
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h538 struct timer_list watchdog_timer; member in struct:atl1c_adapter
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c230 struct timer_list watchdog_timer; member in struct:myri10ge_priv
2451 mgp->watchdog_timer.expires = jiffies + myri10ge_watchdog_timeout * HZ;
2452 add_timer(&mgp->watchdog_timer);
2485 del_timer_sync(&mgp->watchdog_timer);
3481 mgp = from_timer(mgp, t, watchdog_timer);
3522 mod_timer(&mgp->watchdog_timer,
3887 timer_setup(&mgp->watchdog_timer, myri10ge_watchdog_timer, 0);
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c453 timer_setup(&rtlpriv->works.watchdog_timer,
476 del_timer_sync(&rtlpriv->works.watchdog_timer);
2217 struct rtl_priv *rtlpriv = from_timer(rtlpriv, t, works.watchdog_timer);
2222 mod_timer(&rtlpriv->works.watchdog_timer,
/linux-master/drivers/net/ethernet/intel/e1000e/
H A De1000.h192 struct timer_list watchdog_timer; member in struct:e1000_adapter
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb.h566 struct timer_list watchdog_timer; member in struct:igb_adapter

Completed in 348 milliseconds

12