Searched refs:cs5535_mfgpt_toggle_event (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/misc/ |
D | cs5535-mfgpt.c | 44 int cs5535_mfgpt_toggle_event(struct cs5535_mfgpt_timer *timer, int cmp, in cs5535_mfgpt_toggle_event() function 94 EXPORT_SYMBOL_GPL(cs5535_mfgpt_toggle_event); 134 if (cs5535_mfgpt_toggle_event(timer, cmp, MFGPT_EVENT_IRQ, enable)) in cs5535_mfgpt_set_irq() 271 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_RESET, 0); in soft_reset() 272 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP2, MFGPT_EVENT_RESET, 0); in soft_reset() 273 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_NMI, 0); in soft_reset() 274 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP2, MFGPT_EVENT_NMI, 0); in soft_reset() 275 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_IRQ, 0); in soft_reset() 276 cs5535_mfgpt_toggle_event(&t, MFGPT_CMP2, MFGPT_EVENT_IRQ, 0); in soft_reset()
|
/linux-6.1.9/include/linux/ |
D | cs5535.h | 216 extern int cs5535_mfgpt_toggle_event(struct cs5535_mfgpt_timer *timer, int cmp,
|
/linux-6.1.9/drivers/watchdog/ |
D | geodewdt.c | 229 cs5535_mfgpt_toggle_event(wdt_timer, MFGPT_CMP2, MFGPT_EVENT_RESET, 1); in geodewdt_probe()
|