Searched refs:tmpdev (Results 1 – 2 of 2) sorted by relevance
144 struct device *tmpdev; in xhci_plat_probe() local241 for (tmpdev = &pdev->dev; tmpdev; tmpdev = tmpdev->parent) { in xhci_plat_probe()243 if (device_property_read_bool(tmpdev, "usb2-lpm-disable")) in xhci_plat_probe()246 if (device_property_read_bool(tmpdev, "usb3-lpm-capable")) in xhci_plat_probe()249 if (device_property_read_bool(tmpdev, "quirk-broken-port-ped")) in xhci_plat_probe()252 device_property_read_u32(tmpdev, "imod-interval-ns", in xhci_plat_probe()
61 struct mthca_dev *dev, *tmpdev; in catas_reset() local71 list_for_each_entry_safe(dev, tmpdev, &tlist, catas_err.list) { in catas_reset()