Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dcs5535-mfgpt.c145 struct cs5535_mfgpt_timer *cs5535_mfgpt_alloc_timer(int timer_nr, int domain) in cs5535_mfgpt_alloc_timer() function
204 EXPORT_SYMBOL_GPL(cs5535_mfgpt_alloc_timer);
/openbmc/linux/drivers/clocksource/
H A Dtimer-cs5535.c141 timer = cs5535_mfgpt_alloc_timer(MFGPT_TIMER_ANY, MFGPT_DOMAIN_WORKING); in cs5535_mfgpt_init()
/openbmc/linux/include/linux/
H A Dcs5535.h220 extern struct cs5535_mfgpt_timer *cs5535_mfgpt_alloc_timer(int timer,
/openbmc/linux/drivers/watchdog/
H A Dgeodewdt.c217 wdt_timer = cs5535_mfgpt_alloc_timer(MFGPT_TIMER_ANY, MFGPT_DOMAIN_WORKING); in geodewdt_probe()