Home
last modified time | relevance | path

Searched refs:tmpdev (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-plat.c191 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, "imo in xhci_plat_probe()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-plat.c145 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, "imo in xhci_plat_probe()
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds