Searched refs:child_ops (Results 1 – 9 of 9) sorted by relevance
301 struct child_event_ops *child_ops; in is_child_event() local303 child_ops = kvm->events_ops->child_ops; in is_child_event()305 if (!child_ops) in is_child_event()308 for (; child_ops->name; child_ops++) { in is_child_event()309 if (!strcmp(evsel->name, child_ops->name)) { in is_child_event()310 child_ops->get_key(evsel, sample, key); in is_child_event()
77 .child_ops = child_events,
62 struct child_event_ops *child_ops; member
298 pp->bridge->child_ops = &al_child_pci_ops; in al_pcie_host_init()
440 bridge->child_ops = &dw_child_pcie_ops; in dw_pcie_host_init()790 if (pp->bridge->child_ops == &dw_child_pcie_ops) { in dw_pcie_setup_rc()
810 pp->bridge->child_ops = &ks_child_pcie_ops; in ks_pcie_host_init()
1100 if (host->child_ops) in pci_alloc_child_bus()1101 child->ops = host->child_ops; in pci_alloc_child_bus()
1645 bridge->child_ops = &mvebu_pcie_child_ops; in mvebu_pcie_probe()
563 struct pci_ops *child_ops; member
Completed in 45 milliseconds