Lines Matching refs:tcpcib_softc
82 struct tcpcib_softc { struct
107 static void tcpcib_wdt_init(struct tcpcib_softc *, int); argument
108 static void tcpcib_wdt_start(struct tcpcib_softc *);
109 static void tcpcib_wdt_stop(struct tcpcib_softc *);
111 CFATTACH_DECL2_NEW(tcpcib, sizeof(struct tcpcib_softc),
122 tcpcib_wdt_unlock(struct tcpcib_softc *sc) in tcpcib_wdt_unlock()
130 tcpcib_wdt_init(struct tcpcib_softc *sc, int period) in tcpcib_wdt_init()
155 tcpcib_wdt_start(struct tcpcib_softc *sc) in tcpcib_wdt_start()
163 tcpcib_wdt_stop(struct tcpcib_softc *sc) in tcpcib_wdt_stop()
194 struct tcpcib_softc *sc = device_private(self); in tcpcib_attach()
270 struct tcpcib_softc *sc = device_private(self); in tcpcib_rescan()
287 struct tcpcib_softc *sc = device_private(self); in tcpcib_childdet()
300 struct tcpcib_softc *sc = device_private(self); in tcpcib_suspend()
311 struct tcpcib_softc *sc = device_private(self); in tcpcib_resume()
330 struct tcpcib_softc *sc = smw->smw_cookie; in tcpcib_wdt_setmode()
353 struct tcpcib_softc *sc = smw->smw_cookie; in tcpcib_wdt_tickle()