Home
last modified time | relevance | path

Searched refs:mtk_wdt_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dmtk_wdt.c76 struct mtk_wdt_data { struct
80 static const struct mtk_wdt_data mt2712_data = { argument
84 static const struct mtk_wdt_data mt6795_data = {
88 static const struct mtk_wdt_data mt7986_data = {
92 static const struct mtk_wdt_data mt8183_data = {
96 static const struct mtk_wdt_data mt8186_data = {
100 static const struct mtk_wdt_data mt8188_data = {
104 static const struct mtk_wdt_data mt8192_data = {
108 static const struct mtk_wdt_data mt8195_data = {
352 const struct mtk_wdt_data *wdt_data; in mtk_wdt_probe()