Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dcs5535-mfgpt.c31 struct cs5535_mfgpt_chip *chip;
35 static struct cs5535_mfgpt_chip { struct
42 } cs5535_mfgpt_chip; variable
147 struct cs5535_mfgpt_chip *mfgpt = &cs5535_mfgpt_chip; in cs5535_mfgpt_alloc_timer()
287 static int scan_timers(struct cs5535_mfgpt_chip *mfgpt) in scan_timers()
346 cs5535_mfgpt_chip.base = res->start; in cs5535_mfgpt_probe()
347 cs5535_mfgpt_chip.pdev = pdev; in cs5535_mfgpt_probe()
348 spin_lock_init(&cs5535_mfgpt_chip.lock); in cs5535_mfgpt_probe()
353 t = scan_timers(&cs5535_mfgpt_chip); in cs5535_mfgpt_probe()
355 cs5535_mfgpt_chip.initialized = 1; in cs5535_mfgpt_probe()