Lines Matching defs:cs5535_mfgpt_chip
31 struct cs5535_mfgpt_chip *chip;
35 static struct cs5535_mfgpt_chip {
42 } cs5535_mfgpt_chip;
147 struct cs5535_mfgpt_chip *mfgpt = &cs5535_mfgpt_chip;
287 static int scan_timers(struct cs5535_mfgpt_chip *mfgpt)
346 cs5535_mfgpt_chip.base = res->start;
347 cs5535_mfgpt_chip.pdev = pdev;
348 spin_lock_init(&cs5535_mfgpt_chip.lock);
353 t = scan_timers(&cs5535_mfgpt_chip);
355 cs5535_mfgpt_chip.initialized = 1;