cs5535_mfgpt_chip   31 drivers/misc/cs5535-mfgpt.c 	struct cs5535_mfgpt_chip *chip;
cs5535_mfgpt_chip   42 drivers/misc/cs5535-mfgpt.c } cs5535_mfgpt_chip;
cs5535_mfgpt_chip  147 drivers/misc/cs5535-mfgpt.c 	struct cs5535_mfgpt_chip *mfgpt = &cs5535_mfgpt_chip;
cs5535_mfgpt_chip  287 drivers/misc/cs5535-mfgpt.c static int scan_timers(struct cs5535_mfgpt_chip *mfgpt)
cs5535_mfgpt_chip  346 drivers/misc/cs5535-mfgpt.c 	cs5535_mfgpt_chip.base = res->start;
cs5535_mfgpt_chip  347 drivers/misc/cs5535-mfgpt.c 	cs5535_mfgpt_chip.pdev = pdev;
cs5535_mfgpt_chip  348 drivers/misc/cs5535-mfgpt.c 	spin_lock_init(&cs5535_mfgpt_chip.lock);
cs5535_mfgpt_chip  353 drivers/misc/cs5535-mfgpt.c 	t = scan_timers(&cs5535_mfgpt_chip);
cs5535_mfgpt_chip  355 drivers/misc/cs5535-mfgpt.c 	cs5535_mfgpt_chip.initialized = 1;