Searched refs:histb (Results 1 – 9 of 9) 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 …]
73 obj-$(CONFIG_USB_XHCI_HISTB) += xhci-histb.o
6 obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o
23 obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o
32 obj-$(CONFIG_HW_RANDOM_HISTB) += histb-rng.o
347 module will be called histb-rng.
10 #include <dt-bindings/clock/histb-clock.h>
8 #include <dt-bindings/clock/histb-clock.h>
16658 F: Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt16659 F: drivers/pci/controller/dwc/pcie-histb.c