Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Ddwc_pcie_pmu.c104 static struct list_head dwc_pcie_dev_info_head = variable
105 LIST_HEAD_INIT(dwc_pcie_dev_info_head);
596 list_for_each_entry(dev_info, &dwc_pcie_dev_info_head, dev_node) in dwc_pcie_find_dev_info()
661 list_add(&dev_info->dev_node, &dwc_pcie_dev_info_head); in dwc_pcie_register_dev()
825 list_for_each_entry_safe(dev_info, tmp, &dwc_pcie_dev_info_head, dev_node) { in dwc_pcie_cleanup_devices()