Searched refs:wdt_chip (Results 1 – 4 of 4) sorted by relevance
12 struct wdt_chip { struct30 void (*start)(struct wdt_chip *chip); argument31 void (*stop)(struct wdt_chip *chip);32 void (*ping)(struct wdt_chip *chip);33 TEE_Result (*set_timeout)(struct wdt_chip *chip, unsigned long timeout);
32 typedef void (*sp805_itr_handler_func_t)(struct wdt_chip *chip);36 struct wdt_chip chip;
15 static vaddr_t chip_to_base(struct wdt_chip *chip) in chip_to_base()23 static TEE_Result sp805_setload(struct wdt_chip *chip, unsigned long timeout) in sp805_setload()46 static void sp805_config(struct wdt_chip *chip, bool enable) in sp805_config()66 static void sp805_ping(struct wdt_chip *chip) in sp805_ping()71 static void sp805_enable(struct wdt_chip *chip) in sp805_enable()76 static void sp805_disable(struct wdt_chip *chip) in sp805_disable()90 struct wdt_chip *chip = h->data; in wdt_itr_cb()
28 static void wd_isr_handler(struct wdt_chip *chip __unused) in wd_isr_handler()
Completed in 4 milliseconds