pdev_entry        217 drivers/hwmon/via-cputemp.c 	struct pdev_entry *pdev_entry;
pdev_entry        226 drivers/hwmon/via-cputemp.c 	pdev_entry = kzalloc(sizeof(struct pdev_entry), GFP_KERNEL);
pdev_entry        227 drivers/hwmon/via-cputemp.c 	if (!pdev_entry) {
pdev_entry        238 drivers/hwmon/via-cputemp.c 	pdev_entry->pdev = pdev;
pdev_entry        239 drivers/hwmon/via-cputemp.c 	pdev_entry->cpu = cpu;
pdev_entry        241 drivers/hwmon/via-cputemp.c 	list_add_tail(&pdev_entry->list, &pdev_list);
pdev_entry        247 drivers/hwmon/via-cputemp.c 	kfree(pdev_entry);
pdev_entry        256 drivers/hwmon/via-cputemp.c 	struct pdev_entry *p;