Home
last modified time | relevance | path

Searched refs:child_ops (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/perf/arch/s390/util/
H A Dkvm-stat.c76 .child_ops = child_events,
/openbmc/linux/tools/perf/util/
H A Dkvm-stat.h69 struct child_event_ops *child_ops; member
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c873 struct child_event_ops *child_ops; in is_child_event() local
875 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()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-al.c306 pp->bridge->child_ops = &al_child_pci_ops; in al_pcie_host_init()
H A Dpcie-designware-host.c442 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()
H A Dpci-keystone.c842 pp->bridge->child_ops = &ks_child_pcie_ops; in ks_pcie_host_init()
/openbmc/linux/drivers/pci/
H A Dprobe.c1101 if (host->child_ops) in pci_alloc_child_bus()
1102 child->ops = host->child_ops; in pci_alloc_child_bus()
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c1644 bridge->child_ops = &mvebu_pcie_child_ops; in mvebu_pcie_probe()
/openbmc/linux/include/linux/
H A Dpci.h567 struct pci_ops *child_ops; member