Searched refs:child_ops (Results 1 – 9 of 9) sorted by relevance
76 .child_ops = child_events,
69 struct child_event_ops *child_ops; member
873 struct child_event_ops *child_ops; in is_child_event() local875 child_ops = kvm->events_ops->child_ops; in is_child_event()877 if (!child_ops) in is_child_event()880 for (; child_ops->name; child_ops++) { in is_child_event()881 if (evsel__name_is(evsel, child_ops->name)) { in is_child_event()882 child_ops->get_key(evsel, sample, key); in is_child_event()
306 pp->bridge->child_ops = &al_child_pci_ops; in al_pcie_host_init()
442 bridge->child_ops = &dw_child_pcie_ops; in dw_pcie_host_init()792 if (pp->bridge->child_ops == &dw_child_pcie_ops) { in dw_pcie_setup_rc()
842 pp->bridge->child_ops = &ks_child_pcie_ops; in ks_pcie_host_init()
1101 if (host->child_ops) in pci_alloc_child_bus()1102 child->ops = host->child_ops; in pci_alloc_child_bus()
1644 bridge->child_ops = &mvebu_pcie_child_ops; in mvebu_pcie_probe()
567 struct pci_ops *child_ops; member