cs5535_mfgpt_toggle_event   94 drivers/misc/cs5535-mfgpt.c EXPORT_SYMBOL_GPL(cs5535_mfgpt_toggle_event);
cs5535_mfgpt_toggle_event  134 drivers/misc/cs5535-mfgpt.c 	if (cs5535_mfgpt_toggle_event(timer, cmp, MFGPT_EVENT_IRQ, enable))
cs5535_mfgpt_toggle_event  271 drivers/misc/cs5535-mfgpt.c 		cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_RESET, 0);
cs5535_mfgpt_toggle_event  272 drivers/misc/cs5535-mfgpt.c 		cs5535_mfgpt_toggle_event(&t, MFGPT_CMP2, MFGPT_EVENT_RESET, 0);
cs5535_mfgpt_toggle_event  273 drivers/misc/cs5535-mfgpt.c 		cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_NMI, 0);
cs5535_mfgpt_toggle_event  274 drivers/misc/cs5535-mfgpt.c 		cs5535_mfgpt_toggle_event(&t, MFGPT_CMP2, MFGPT_EVENT_NMI, 0);
cs5535_mfgpt_toggle_event  275 drivers/misc/cs5535-mfgpt.c 		cs5535_mfgpt_toggle_event(&t, MFGPT_CMP1, MFGPT_EVENT_IRQ, 0);
cs5535_mfgpt_toggle_event  276 drivers/misc/cs5535-mfgpt.c 		cs5535_mfgpt_toggle_event(&t, MFGPT_CMP2, MFGPT_EVENT_IRQ, 0);
cs5535_mfgpt_toggle_event  230 drivers/watchdog/geodewdt.c 	cs5535_mfgpt_toggle_event(wdt_timer, MFGPT_CMP2, MFGPT_EVENT_RESET, 1);
cs5535_mfgpt_toggle_event  216 include/linux/cs5535.h extern int cs5535_mfgpt_toggle_event(struct cs5535_mfgpt_timer *timer, int cmp,