Searched refs:tmpdev (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-plat.c | 148 struct device *tmpdev; in xhci_plat_probe() local 245 for (tmpdev = &pdev->dev; tmpdev; tmpdev = tmpdev->parent) { in xhci_plat_probe() 247 if (device_property_read_bool(tmpdev, "usb2-lpm-disable")) in xhci_plat_probe() 250 if (device_property_read_bool(tmpdev, "usb3-lpm-capable")) in xhci_plat_probe() 253 if (device_property_read_bool(tmpdev, "quirk-broken-port-ped")) in xhci_plat_probe() 256 if (device_property_read_bool(tmpdev, "xhci-sg-trb-cache-size-quirk")) in xhci_plat_probe() 259 if (device_property_read_bool(tmpdev, "writ in xhci_plat_probe() [all...] |
/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()
|
/linux/drivers/usb/dwc3/ |
H A D | core.c | 1670 struct device *tmpdev; in dwc3_get_software_properties() local 1680 for (tmpdev = dwc->dev; tmpdev; tmpdev = tmpdev->parent) { in dwc3_get_software_properties() 1681 ret = device_property_read_u16(tmpdev, in dwc3_get_software_properties()
|