Searched refs:cs5535_mfgpt_toggle_event (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/misc/ |
H A D | cs5535-mfgpt.c | 47 int cs5535_mfgpt_toggle_event(struct cs5535_mfgpt_timer *timer, int cmp, cs5535_mfgpt_toggle_event() function 97 EXPORT_SYMBOL_GPL(cs5535_mfgpt_toggle_event); variable 137 if (cs5535_mfgpt_toggle_event(timer, cmp, MFGPT_EVENT_IRQ, enable)) cs5535_mfgpt_set_irq() 274 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_RESET, 0); soft_reset() 275 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP2, MFGPT_EVENT_RESET, 0); soft_reset() 276 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_NMI, 0); soft_reset() 277 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP2, MFGPT_EVENT_NMI, 0); soft_reset() 278 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_IRQ, 0); soft_reset() 279 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP2, MFGPT_EVENT_IRQ, 0); soft_reset()
|
/linux-4.4.14/include/linux/ |
H A D | cs5535.h | 219 extern int cs5535_mfgpt_toggle_event(struct cs5535_mfgpt_timer *timer, int cmp,
|
/linux-4.4.14/drivers/watchdog/ |
H A D | geodewdt.c | 234 cs5535_mfgpt_toggle_event(wdt_timer, MFGPT_CMP2, MFGPT_EVENT_RESET, 1); geodewdt_probe()
|
Completed in 40 milliseconds