Searched refs:child_ops (Results 1 – 8 of 8) sorted by relevance
118 .child_ops = child_events,
71 .child_ops = child_events,
813 const struct child_event_ops *child_ops; in is_child_event() local815 child_ops = kvm->events_ops->child_ops; in is_child_event()817 if (!child_ops) in is_child_event()820 for (; child_ops->name; child_ops++) { in is_child_event()821 if (evsel__name_is(evsel, child_ops->name)) { in is_child_event()822 child_ops->get_key(evsel, sample, key); in is_child_event()
68 const struct child_event_ops *child_ops; member
306 pp->bridge->child_ops = &al_child_pci_ops; in al_pcie_host_init()
1218 if (host->child_ops) in pci_alloc_child_bus()1219 child->ops = host->child_ops; in pci_alloc_child_bus()
1621 bridge->child_ops = &mvebu_pcie_child_ops; in mvebu_pcie_probe()
631 struct pci_ops *child_ops; member