Searched refs:tmpdev (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/host/ |
D | xhci-plat.c | 191 struct device *sysdev, *tmpdev; in xhci_plat_probe() local 315 for (tmpdev = &pdev->dev; tmpdev; tmpdev = tmpdev->parent) { in xhci_plat_probe() 317 if (device_property_read_bool(tmpdev, "usb2-lpm-disable")) in xhci_plat_probe() 320 if (device_property_read_bool(tmpdev, "usb3-lpm-capable")) in xhci_plat_probe() 323 if (device_property_read_bool(tmpdev, "quirk-broken-port-ped")) in xhci_plat_probe() 326 if (device_property_read_bool(tmpdev, "xhci-sg-trb-cache-size-quirk")) in xhci_plat_probe() 329 device_property_read_u32(tmpdev, "imod-interval-ns", in xhci_plat_probe()
|
/drivers/infiniband/hw/mthca/ |
D | mthca_catas.c | 61 struct mthca_dev *dev, *tmpdev; in catas_reset() local 71 list_for_each_entry_safe(dev, tmpdev, &tlist, catas_err.list) { in catas_reset()
|