Searched refs:pdev_entry (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dvia-cputemp.c189 struct pdev_entry { struct
202 struct pdev_entry *pdev_entry; local
211 pdev_entry = kzalloc(sizeof(struct pdev_entry), GFP_KERNEL);
212 if (!pdev_entry) {
224 pdev_entry->pdev = pdev;
225 pdev_entry->cpu = cpu;
227 list_add_tail(&pdev_entry->list, &pdev_list);
233 kfree(pdev_entry);
[all...]
H A Dcoretemp.c409 struct pdev_entry { struct
426 struct pdev_entry *pdev_entry; local
444 list_for_each_entry(pdev_entry, &pdev_list, list) {
445 if (c->phys_proc_id == pdev_entry->phys_proc_id &&
446 c->cpu_core_id == pdev_entry->cpu_core_id) {
460 pdev_entry = kzalloc(sizeof(struct pdev_entry), GFP_KERNEL);
461 if (!pdev_entry) {
473 pdev_entry
[all...]
H A Dpkgtemp.c269 struct pdev_entry { struct
285 struct pdev_entry *pdev_entry; local
295 list_for_each_entry(pdev_entry, &pdev_list, list) {
296 if (c->phys_proc_id == pdev_entry->phys_proc_id) {
310 pdev_entry = kzalloc(sizeof(struct pdev_entry), GFP_KERNEL);
311 if (!pdev_entry) {
324 pdev_entry->phys_proc_id = c->phys_proc_id;
326 pdev_entry
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dvia-cputemp.c189 struct pdev_entry { struct
202 struct pdev_entry *pdev_entry; local
211 pdev_entry = kzalloc(sizeof(struct pdev_entry), GFP_KERNEL);
212 if (!pdev_entry) {
224 pdev_entry->pdev = pdev;
225 pdev_entry->cpu = cpu;
227 list_add_tail(&pdev_entry->list, &pdev_list);
233 kfree(pdev_entry);
[all...]
H A Dcoretemp.c409 struct pdev_entry { struct
426 struct pdev_entry *pdev_entry; local
444 list_for_each_entry(pdev_entry, &pdev_list, list) {
445 if (c->phys_proc_id == pdev_entry->phys_proc_id &&
446 c->cpu_core_id == pdev_entry->cpu_core_id) {
460 pdev_entry = kzalloc(sizeof(struct pdev_entry), GFP_KERNEL);
461 if (!pdev_entry) {
473 pdev_entry
[all...]
H A Dpkgtemp.c269 struct pdev_entry { struct
285 struct pdev_entry *pdev_entry; local
295 list_for_each_entry(pdev_entry, &pdev_list, list) {
296 if (c->phys_proc_id == pdev_entry->phys_proc_id) {
310 pdev_entry = kzalloc(sizeof(struct pdev_entry), GFP_KERNEL);
311 if (!pdev_entry) {
324 pdev_entry->phys_proc_id = c->phys_proc_id;
326 pdev_entry
[all...]

Completed in 70 milliseconds