Searched refs:child_ops (Results 1 – 8 of 8) sorted by relevance
300 struct child_event_ops *child_ops; in is_child_event() local302 child_ops = kvm->events_ops->child_ops; in is_child_event()304 if (!child_ops) in is_child_event()307 for (; child_ops->name; child_ops++) { in is_child_event()308 if (!strcmp(evsel->name, child_ops->name)) { in is_child_event()309 child_ops->get_key(evsel, sample, key); in is_child_event()
77 .child_ops = child_events,
62 struct child_event_ops *child_ops; member
409 bridge->child_ops = &dw_child_pcie_ops; in dw_pcie_host_init()588 if (pp->bridge->child_ops == &dw_child_pcie_ops) { in dw_pcie_setup_rc()
306 pp->bridge->child_ops = &al_child_pci_ops; in al_pcie_host_init()
814 pp->bridge->child_ops = &ks_child_pcie_ops; in ks_pcie_host_init()
1060 if (host->child_ops) in pci_alloc_child_bus()1061 child->ops = host->child_ops; in pci_alloc_child_bus()
528 struct pci_ops *child_ops; member