Searched refs:histb (Results 1 – 6 of 6) sorted by relevance
89 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() local202 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 …]
77 obj-$(CONFIG_USB_XHCI_HISTB) += xhci-histb.o
6 obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o
27 obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o
33 obj-$(CONFIG_HW_RANDOM_HISTB) += histb-rng.o
373 module will be called histb-rng.
Completed in 13 milliseconds