Home
last modified time | relevance | path

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

/trueos/sys/dev/sound/pci/
HDcsa.c117 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/
HDif_sis.c353 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()