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

/linux-master/tools/perf/arch/s390/util/
H A Dkvm-stat.c76 .child_ops = child_events,
/linux-master/tools/perf/util/
H A Dkvm-stat.h69 struct child_event_ops *child_ops; member in struct:kvm_events_ops
/linux-master/tools/perf/
H A Dbuiltin-kvm.c873 struct child_event_ops *child_ops; local
875 child_ops = kvm->events_ops->child_ops;
877 if (!child_ops)
880 for (; child_ops->name; child_ops++) {
881 if (evsel__name_is(evsel, child_ops->name)) {
882 child_ops->get_key(evsel, sample, key);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-al.c298 pp->bridge->child_ops = &al_child_pci_ops;
H A Dpcie-designware-host.c447 bridge->child_ops = &dw_child_pcie_ops;
800 if (pp->bridge->child_ops == &dw_child_pcie_ops) {
H A Dpci-keystone.c806 pp->bridge->child_ops = &ks_child_pcie_ops;
/linux-master/drivers/pci/
H A Dprobe.c1113 if (host->child_ops)
1114 child->ops = host->child_ops;
/linux-master/drivers/pci/controller/
H A Dpci-mvebu.c1644 bridge->child_ops = &mvebu_pcie_child_ops;
/linux-master/include/linux/
H A Dpci.h567 struct pci_ops *child_ops; member in struct:pci_host_bridge

Completed in 277 milliseconds