Searched refs:top_dev (Results 1 – 2 of 2) sorted by relevance
44 struct kfd_topology_device *top_dev; in kfd_device_by_id() local49 list_for_each_entry(top_dev, &topology_device_list, list) in kfd_device_by_id()50 if (top_dev->gpu_id == gpu_id) { in kfd_device_by_id()51 device = top_dev->gpu; in kfd_device_by_id()62 struct kfd_topology_device *top_dev; in kfd_device_by_pci_dev() local67 list_for_each_entry(top_dev, &topology_device_list, list) in kfd_device_by_pci_dev()68 if (top_dev->gpu->pdev == pdev) { in kfd_device_by_pci_dev()69 device = top_dev->gpu; in kfd_device_by_pci_dev()436 struct kfd_topology_device *top_dev; in kfd_parse_crat_table() local453 top_dev = kfd_create_topology_device(); in kfd_parse_crat_table()[all …]
1072 struct usb_device *top_dev; in xhci_find_real_port_number() local1080 for (top_dev = udev; top_dev->parent && top_dev->parent->parent; in xhci_find_real_port_number()1081 top_dev = top_dev->parent) in xhci_find_real_port_number()1084 return xhci_find_raw_port_number(hcd, top_dev->portnum); in xhci_find_real_port_number()1095 struct usb_device *top_dev; in xhci_setup_addressable_virt_dev() local1141 for (top_dev = udev; top_dev->parent && top_dev->parent->parent; in xhci_setup_addressable_virt_dev()1142 top_dev = top_dev->parent) in xhci_setup_addressable_virt_dev()1144 dev->fake_port = top_dev->portnum; in xhci_setup_addressable_virt_dev()