Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c44 struct kfd_topology_device *top_dev; in kfd_device_by_id() local
49 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() local
67 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() local
453 top_dev = kfd_create_topology_device(); in kfd_parse_crat_table()
[all …]
/linux-4.1.27/drivers/usb/host/
Dxhci-mem.c1072 struct usb_device *top_dev; in xhci_find_real_port_number() local
1080 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() local
1141 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()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c219 struct lu_device *top_dev) in dt_locate_at() argument
223 lo = lu_object_find_at(env, top_dev, fid, NULL); in dt_locate_at()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h836 struct lu_device *top_dev);