Searched refs:tod_set_watchdog_timer (Results 1 – 24 of 24) sorted by relevance
53 uint_t (*tod_set_watchdog_timer)(tod_ops_t *, int); member67 #define TODOP_SETWD(top, nsec) ((top)->tod_set_watchdog_timer(top, nsec))
181 uint_t (*tod_set_watchdog_timer)(uint_t); member200 #define TODOP_SETWD(top, nsec) ((top).tod_set_watchdog_timer(nsec))
152 tod_ops.tod_set_watchdog_timer = pmc_set_watchdog_timer; in _init()240 ret = tod_ops.tod_set_watchdog_timer(wd_timout); in pmc_attach()
82 ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds); in clkstart()
84 tod_ops.tod_set_watchdog_timer = todsf_set_watchdog_timer; in _init()
96 tod_ops.tod_set_watchdog_timer = in _init()149 ret = tod_ops.tod_set_watchdog_timer(0); in todm5819p_rmc_get()
130 tod_ops.tod_set_watchdog_timer = todsc_set_watchdog_timer; in _init()
175 tod_ops.tod_set_watchdog_timer = todopl_set_watchdog_timer; in _init()
74 tod_ops.tod_set_watchdog_timer = todm_set_watchdog_timer; in _init()
771 if (watchdog_enable && tod_ops.tod_set_watchdog_timer != NULL && in rmc_comm_attach()773 (void) tod_ops.tod_set_watchdog_timer(0); in rmc_comm_attach()
112 tod_ops.tod_set_watchdog_timer = in _init()
88 tod_ops.tod_set_watchdog_timer = todm5819_set_watchdog_timer; in _init()
151 tod_ops.tod_set_watchdog_timer = todsg_set_watchdog_timer; in _init()
96 tod_ops.tod_set_watchdog_timer = todbl_set_watchdog_timer; in _init()
227 tod_ops.tod_set_watchdog_timer = todds_set_watchdog_timer; in _init()852 ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds); in todds_get()
165 tod_ops.tod_set_watchdog_timer = todds1337_set_watchdog_timer; in _init()
453 tod_ops.tod_set_watchdog_timer = rmc_set_watchdog_timer; in rmclomv_attach()461 if (watchdog_enable && tod_ops.tod_set_watchdog_timer != NULL) in rmclomv_attach()462 err = tod_ops.tod_set_watchdog_timer(0); in rmclomv_attach()
509 (void) tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds); in kdi_watchdog_restore()
579 tod_ops.tod_set_watchdog_timer( in sysctrl_resume()
172 tod_ops.tod_set_watchdog_timer = todds1307_set_watchdog_timer; in _init()
715 tod_ops.tod_set_watchdog_timer(
734 ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds); in load_platform_drivers()
720 ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds); in load_platform_drivers()
758 tod_ops.tod_set_watchdog_timer( in dr_resume()