Home
last modified time | relevance | path

Searched refs:tmpdev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-plat.c148 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, "write-64-hi-lo-quirk")) in xhci_plat_probe()
262 if (device_property_read_bool(tmpdev, "xhci-missing-cas-quirk")) in xhci_plat_probe()
265 if (device_property_read_bool(tmpdev, "xhci-skip-phy-init-quirk")) in xhci_plat_probe()
268 device_property_read_u32(tmpdev, "imod-interval-ns", in xhci_plat_probe()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c61 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 Dcore.c1668 struct device *tmpdev; in dwc3_get_software_properties() local
1678 for (tmpdev = dwc->dev; tmpdev; tmpdev = tmpdev->parent) { in dwc3_get_software_properties()
1679 ret = device_property_read_u16(tmpdev, in dwc3_get_software_properties()