dwwdt_softc
static inline void dwwdt_start(struct dwwdt_softc *sc);
static inline bool dwwdt_started(const struct dwwdt_softc *sc);
static inline void dwwdt_stop(struct dwwdt_softc *sc);
static inline void dwwdt_set_timeout(const struct dwwdt_softc *sc, int val);
const struct dwwdt_softc *sc = device_get_softc(dev);
dwwdt_started(const struct dwwdt_softc *sc)
dwwdt_start(struct dwwdt_softc *sc)
dwwdt_stop(struct dwwdt_softc *sc)
dwwdt_set_timeout(const struct dwwdt_softc *sc, int val)
struct dwwdt_softc *sc = arg;
struct dwwdt_softc *sc = arg;
struct dwwdt_softc *sc;
struct dwwdt_softc *sc = device_get_softc(dev);
struct dwwdt_softc *sc;
sizeof(struct dwwdt_softc),