Searched refs:tmpdev (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-plat.c | 145 struct device *tmpdev; in xhci_plat_probe() local 242 for (tmpdev = &pdev->dev; tmpdev; tmpdev = tmpdev->parent) { in xhci_plat_probe() 244 if (device_property_read_bool(tmpdev, "usb2-lpm-disable")) in xhci_plat_probe() 247 if (device_property_read_bool(tmpdev, "usb3-lpm-capable")) in xhci_plat_probe() 250 if (device_property_read_bool(tmpdev, "quirk-broken-port-ped")) in xhci_plat_probe() 253 if (device_property_read_bool(tmpdev, "xhci-sg-trb-cache-size-quirk")) in xhci_plat_probe() 256 device_property_read_u32(tmpdev, "imod-interval-ns", in xhci_plat_probe()
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A 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()
|