Searched refs:num_comps (Results 1 – 3 of 3) sorted by relevance
141 for (i = 0; i < infop->num_comps; i++) { in pci_pwr_rm_info()145 kmem_free(infop->comp_pwr, sizeof (int) * infop->num_comps); in pci_pwr_rm_info()163 int num_comps = PM_NUMCMPTS(cdip); in pci_pwr_add_components() local171 if (num_comps > 0) { in pci_pwr_add_components()173 kmem_alloc(sizeof (int) * num_comps, KM_SLEEP); in pci_pwr_add_components()174 p->num_comps = num_comps; in pci_pwr_add_components()177 "ADDING %d COMPONENTS FOR %s@%s\n", num_comps, in pci_pwr_add_components()182 num_comps); in pci_pwr_add_components()195 for (i = 0; i < num_comps; i++) { in pci_pwr_add_components()604 int num_comps; in pci_pwr_suspend() local[all …]
510 int num_comps, compind; in rule_an_to_ln() local525 if (sscanf(current+1,"%d:", &num_comps) == 1) { in rule_an_to_ln()526 if (num_comps == aname->length) { in rule_an_to_ln()546 (compind <= num_comps) && in rule_an_to_ln()
53 int num_comps; /* size of comp_pwr */ member