Searched defs:watchdogCntlr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/platform/watchdog/ |
H A D | watchdog_bes.c | 139 struct WatchdogCntlr *watchdogCntlr = NULL; in WatchdogDriverBind() local 162 struct WatchdogCntlr *watchdogCntlr = NULL; in WatchdogDriverInit() local 192 struct WatchdogCntlr *watchdogCntlr = NULL; in WatchdogDriverRelease() local 211 static int32_t WatchdogDevStart(struct WatchdogCntlr *watchdogCntlr) in WatchdogDevStart() 228 static int32_t WatchdogDevStop(struct WatchdogCntlr *watchdogCntlr) in WatchdogDevStop() 245 static int32_t WatchdogDevSetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t seconds) in WatchdogDevSetTimeout() 261 static int32_t WatchdogDevGetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t *seconds) in WatchdogDevGetTimeout() 271 static int32_t WatchdogDevGetStatus(struct WatchdogCntlr *watchdogCntlr, uint32_t *status) in WatchdogDevGetStatus() 285 static int32_t WatchdogDevFeed(struct WatchdogCntlr *watchdogCntlr) in WatchdogDevFeed() 300 static int32_t WatchdogDevGetPriv(struct WatchdogCntlr *watchdogCntlr) in WatchdogDevGetPriv() [all …]
|
H A D | watchdog_stm32f4xx.c | 177 struct WatchdogCntlr *watchdogCntlr = NULL; local 200 struct WatchdogCntlr *watchdogCntlr = NULL; local 230 struct WatchdogCntlr *watchdogCntlr = NULL; local 249 static int32_t WatchdogDevStart(struct WatchdogCntlr *watchdogCntlr) 297 static int32_t WatchdogDevStop(struct WatchdogCntlr *watchdogCntlr) 303 static int32_t WatchdogDevSetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t seconds) 317 static int32_t WatchdogDevGetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t *seconds) 336 static int32_t WatchdogDevGetStatus(struct WatchdogCntlr *watchdogCntlr, uint32_t *status) 350 static int32_t WatchdogDevFeed(struct WatchdogCntlr *watchdogCntlr) 358 static int32_t WatchdogDevGetPriv(struct WatchdogCntlr *watchdogCntlr) [all …]
|
H A D | watchdog_wm.c | 47 static int32_t WatchdogDevStart(struct WatchdogCntlr *watchdogCntlr) in WatchdogDevStart() 54 static int32_t WatchdogDevSetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t seconds) in WatchdogDevSetTimeout() 61 static int32_t WatchdogDevGetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t *seconds) in WatchdogDevGetTimeout() 74 static int32_t WatchdogDevGetStatus(struct WatchdogCntlr *watchdogCntlr, uint32_t *status) in WatchdogDevGetStatus() 88 static int32_t WatchdogDevFeed(struct WatchdogCntlr *watchdogCntlr) in WatchdogDevFeed() 141 static int32_t AttachWatchdogDevice(struct WatchdogCntlr *watchdogCntlr, struct HdfDeviceObject *de… in AttachWatchdogDevice() 175 struct WatchdogCntlr *watchdogCntlr = NULL; in WatchdogDriverBind() local 198 struct WatchdogCntlr *watchdogCntlr = NULL; in WatchdogDriverInit() local 228 struct WatchdogCntlr *watchdogCntlr = NULL; in WatchdogDriverRelease() local
|