Home
last modified time | relevance | path

Searched refs:count_device_list (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/pci/
Dpci.c7 static uint count_device_list = 0; variable
17 if (count_device_list > 0) \
19 ++count_device_list; \
24 ++count_device_list; \
433 kinfo("Total pci device and function num = %d", count_device_list); in pci_init()
436 for (int i = 0; i < count_device_list; ++i) in pci_init()
488 for (int i = 0; i < count_device_list; ++i) in pci_get_device_structure()