s32g_wdt_device
struct s32g_wdt_device *wdev = wdd_to_s32g_wdt(wdog);
struct s32g_wdt_device *wdev = wdd_to_s32g_wdt(wdog);
static void s32g_wdt_init(struct s32g_wdt_device *wdev)
struct s32g_wdt_device *wdev;
static struct s32g_wdt_device *wdd_to_s32g_wdt(struct watchdog_device *wdd)
return container_of(wdd, struct s32g_wdt_device, wdog);
static unsigned int wdog_sec_to_count(struct s32g_wdt_device *wdev, unsigned int timeout)
struct s32g_wdt_device *wdev = wdd_to_s32g_wdt(wdog);
struct s32g_wdt_device *wdev = wdd_to_s32g_wdt(wdog);
struct s32g_wdt_device *wdev = wdd_to_s32g_wdt(wdog);