Searched refs:tmpdev (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/usb/host/ |
D | xhci-plat.c | 180 struct device *sysdev, *tmpdev; in xhci_plat_probe() local 304 for (tmpdev = &pdev->dev; tmpdev; tmpdev = tmpdev->parent) { in xhci_plat_probe() 306 if (device_property_read_bool(tmpdev, "usb2-lpm-disable")) in xhci_plat_probe() 309 if (device_property_read_bool(tmpdev, "usb3-lpm-capable")) in xhci_plat_probe() 312 if (device_property_read_bool(tmpdev, "quirk-broken-port-ped")) in xhci_plat_probe() 315 device_property_read_u32(tmpdev, "imod-interval-ns", in xhci_plat_probe()
|
/Linux-v5.10/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()
|