Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
A Dwdt.h12 struct wdt_chip { struct
30 void (*start)(struct wdt_chip *chip); argument
31 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);
A Dsp805_wdt.h32 typedef void (*sp805_itr_handler_func_t)(struct wdt_chip *chip);
36 struct wdt_chip chip;
/optee_os/core/drivers/
A Dsp805_wdt.c15 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()
/optee_os/core/pta/bcm/
A Dwdt.c28 static void wd_isr_handler(struct wdt_chip *chip __unused) in wd_isr_handler()

Completed in 4 milliseconds