Searched refs:slot (Results 1 – 2 of 2) sorted by relevance
/tools/power/cpupower/utils/helpers/ |
D | pci.c | 26 int slot, int func, int vendor, int dev) in pci_acc_init() argument 28 struct pci_filter filter_nb_link = { domain, bus, slot, func, in pci_acc_init() 49 struct pci_dev *pci_slot_func_init(struct pci_access **pacc, int slot, in pci_slot_func_init() argument 52 return pci_acc_init(pacc, 0, 0, slot, func, -1, -1); in pci_slot_func_init()
|
D | helpers.h | 138 int bus, int slot, int func, int vendor, 141 int slot, int func);
|