Lines Matching refs:k

316     PCIDeviceClass *k = PCI_DEVICE_CLASS(klass);  in unin_main_pci_host_class_init()  local
319 k->realize = unin_main_pci_host_realize; in unin_main_pci_host_class_init()
320 k->vendor_id = PCI_VENDOR_ID_APPLE; in unin_main_pci_host_class_init()
321 k->device_id = PCI_DEVICE_ID_APPLE_UNI_N_PCI; in unin_main_pci_host_class_init()
322 k->revision = 0x00; in unin_main_pci_host_class_init()
323 k->class_id = PCI_CLASS_BRIDGE_HOST; in unin_main_pci_host_class_init()
344 PCIDeviceClass *k = PCI_DEVICE_CLASS(klass); in u3_agp_pci_host_class_init() local
347 k->realize = u3_agp_pci_host_realize; in u3_agp_pci_host_class_init()
348 k->vendor_id = PCI_VENDOR_ID_APPLE; in u3_agp_pci_host_class_init()
349 k->device_id = PCI_DEVICE_ID_APPLE_U3_AGP; in u3_agp_pci_host_class_init()
350 k->revision = 0x00; in u3_agp_pci_host_class_init()
351 k->class_id = PCI_CLASS_BRIDGE_HOST; in u3_agp_pci_host_class_init()
372 PCIDeviceClass *k = PCI_DEVICE_CLASS(klass); in unin_agp_pci_host_class_init() local
375 k->realize = unin_agp_pci_host_realize; in unin_agp_pci_host_class_init()
376 k->vendor_id = PCI_VENDOR_ID_APPLE; in unin_agp_pci_host_class_init()
377 k->device_id = PCI_DEVICE_ID_APPLE_UNI_N_AGP; in unin_agp_pci_host_class_init()
378 k->revision = 0x00; in unin_agp_pci_host_class_init()
379 k->class_id = PCI_CLASS_BRIDGE_HOST; in unin_agp_pci_host_class_init()
400 PCIDeviceClass *k = PCI_DEVICE_CLASS(klass); in unin_internal_pci_host_class_init() local
403 k->realize = unin_internal_pci_host_realize; in unin_internal_pci_host_class_init()
404 k->vendor_id = PCI_VENDOR_ID_APPLE; in unin_internal_pci_host_class_init()
405 k->device_id = PCI_DEVICE_ID_APPLE_UNI_N_I_PCI; in unin_internal_pci_host_class_init()
406 k->revision = 0x00; in unin_internal_pci_host_class_init()
407 k->class_id = PCI_CLASS_BRIDGE_HOST; in unin_internal_pci_host_class_init()