Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-s5p.c69 struct s5p_ehci_hcd *s5p_ehci; in s5p_ehci_probe() local
82 s5p_ehci = kzalloc(sizeof(struct s5p_ehci_hcd), GFP_KERNEL); in s5p_ehci_probe()
83 if (!s5p_ehci) in s5p_ehci_probe()
86 s5p_ehci->dev = &pdev->dev; in s5p_ehci_probe()
96 s5p_ehci->hcd = hcd; in s5p_ehci_probe()
97 s5p_ehci->clk = clk_get(&pdev->dev, "usbhost"); in s5p_ehci_probe()
99 if (IS_ERR(s5p_ehci->clk)) { in s5p_ehci_probe()
101 err = PTR_ERR(s5p_ehci->clk); in s5p_ehci_probe()
105 err = clk_enable(s5p_ehci->clk); in s5p_ehci_probe()
157 platform_set_drvdata(pdev, s5p_ehci); in s5p_ehci_probe()
[all …]