Home
last modified time | relevance | path

Searched refs:histb (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/host/
A Dxhci-histb.c89 if (IS_ERR(histb->bus_clk)) { in xhci_histb_clks_get()
95 if (IS_ERR(histb->utmi_clk)) { in xhci_histb_clks_get()
101 if (IS_ERR(histb->pipe_clk)) { in xhci_histb_clks_get()
190 struct xhci_hcd_histb *histb; in xhci_histb_probe() local
202 histb = devm_kzalloc(dev, sizeof(*histb), GFP_KERNEL); in xhci_histb_probe()
203 if (!histb) in xhci_histb_probe()
206 histb->dev = dev; in xhci_histb_probe()
213 if (IS_ERR(histb->ctrl)) in xhci_histb_probe()
214 return PTR_ERR(histb->ctrl); in xhci_histb_probe()
241 hcd->regs = histb->ctrl; in xhci_histb_probe()
[all …]
A DMakefile77 obj-$(CONFIG_USB_XHCI_HISTB) += xhci-histb.o
/drivers/phy/hisilicon/
A DMakefile6 obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o
/drivers/pci/controller/dwc/
A DMakefile27 obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o
/drivers/char/hw_random/
A DMakefile33 obj-$(CONFIG_HW_RANDOM_HISTB) += histb-rng.o
A DKconfig373 module will be called histb-rng.

Completed in 13 milliseconds