Lines Matching refs:pdev_entry
110 struct pdev_entry { struct
439 struct pdev_entry *p; in coretemp_get_pdev()
610 struct pdev_entry *pdev_entry; in coretemp_device_add() local
621 pdev_entry = kzalloc(sizeof(struct pdev_entry), GFP_KERNEL); in coretemp_device_add()
622 if (!pdev_entry) { in coretemp_device_add()
633 pdev_entry->pdev = pdev; in coretemp_device_add()
634 pdev_entry->phys_proc_id = pdev->id; in coretemp_device_add()
636 list_add_tail(&pdev_entry->list, &pdev_list); in coretemp_device_add()
642 kfree(pdev_entry); in coretemp_device_add()
652 struct pdev_entry *p, *n; in coretemp_device_remove()
839 struct pdev_entry *p, *n; in coretemp_exit()