Searched refs:busp (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/sound/pci/ |
| HD | csa.c | 117 device_t *pci_devices, *pci_children, *busp, *childp; in clkrun_hack() local 129 for (i = 0, busp = pci_devices; i < pci_count; i++, busp++) { in clkrun_hack() 131 if (device_get_children(*busp, &pci_children, &pci_childcount)) in clkrun_hack()
|
| /trueos/sys/dev/sis/ |
| HD | if_sis.c | 353 device_t *busp, *childp; in sis_find_bridge() local 362 for (i = 0, busp = pci_devices; i < pci_count; i++, busp++) { in sis_find_bridge() 363 if (device_get_children(*busp, &pci_children, &pci_childcount)) in sis_find_bridge()
|