Searched refs:child_ops (Results 1 – 8 of 8) sorted by relevance
115 .child_ops = child_events,
67 .child_ops = child_events,
47 bridge->child_ops = &sg2042_pcie_child_ops; in sg2042_pcie_probe()
814 const struct child_event_ops *child_ops; in is_child_event() 816 child_ops = kvm->events_ops->child_ops; in is_child_event() 818 if (!child_ops) in is_child_event() 821 for (; child_ops->name; child_ops++) { in is_child_event() 822 if (evsel__name_is(sample->evsel, child_ops->name)) { in is_child_event() 823 child_ops->get_key(sample, key); in is_child_event() 813 const struct child_event_ops *child_ops; is_child_event() local
65 const struct child_event_ops *child_ops;68 const struct child_event_ops *child_ops; global() member
300 pp->bridge->child_ops = &al_child_pci_ops; in al_pcie_host_init()
1620 bridge->child_ops = &mvebu_pcie_child_ops; in mvebu_pcie_probe()
638 struct pci_ops *child_ops; member