Searched refs:usb_clk (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-pnx4008.c107 static struct clk *usb_clk; variable in typeref:struct:clk
343 usb_clk = clk_get(&pdev->dev, "ck_pll5");
344 if (IS_ERR(usb_clk)) {
346 ret = PTR_ERR(usb_clk);
350 ret = clk_enable(usb_clk);
356 ret = clk_set_rate(usb_clk, 48000);
410 clk_disable(usb_clk);
412 clk_put(usb_clk);
431 clk_disable(usb_clk);
432 clk_put(usb_clk);
[all...]
H A Dohci-s3c2410.c31 static struct clk *usb_clk; variable in typeref:struct:clk
50 clk_enable(usb_clk);
81 clk_disable(usb_clk);
371 usb_clk = clk_get(&dev->dev, "usb-bus-host");
372 if (IS_ERR(usb_clk)) {
398 clk_put(usb_clk);
H A Dohci-pxa27x.c290 struct clk *usb_clk; local
303 usb_clk = clk_get(&pdev->dev, NULL);
304 if (IS_ERR(usb_clk))
305 return PTR_ERR(usb_clk);
337 ohci->clk = usb_clk;
364 clk_put(usb_clk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mxc91231/
H A Dclock.c300 /* usb_clk stuff */
301 static struct clk usb_clk; variable in typeref:struct:clk
325 static struct clk usb_clk = { variable in typeref:struct:clk
332 /* usb_clk stuff end */
476 return &usb_clk;
627 usb_clk.parent = clk_usb_parent(&usb_clk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dclock-imx21.c859 static struct clk usb_clk[] = { variable in typeref:struct:clk
862 .secondary = &usb_clk[1],
1057 if (clk->parent == &usb_clk[0]) {
1073 if (clk->parent == &usb_clk[0]) /* 48M */
1123 else if (parent == &usb_clk[0])
1180 _REGISTER_CLOCK("imx21-hcd.0", NULL, usb_clk[0])
H A Dclock-imx27.c588 DEFINE_CLOCK(usb_clk, 0, PCCR1, 25, get_rate_usb, &usb_clk1, &spll_clk);
648 _REGISTER_CLOCK("fsl-usb2-udc", "usb", usb_clk)
650 _REGISTER_CLOCK("mxc-ehci.0", "usb", usb_clk)
652 _REGISTER_CLOCK("mxc-ehci.1", "usb", usb_clk)
654 _REGISTER_CLOCK("mxc-ehci.2", "usb", usb_clk)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Ddm355.c331 static struct clk usb_clk = { variable in typeref:struct:clk
379 CLK(NULL, "usb", &usb_clk),
H A Ddm644x.c225 static struct clk usb_clk = { variable in typeref:struct:clk
309 CLK(NULL, "usb", &usb_clk),
H A Ddm365.c373 static struct clk usb_clk = { variable in typeref:struct:clk
459 CLK(NULL, "usb", &usb_clk),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/
H A Dclock.c855 static struct clk usb_clk = { variable in typeref:struct:clk
924 .clk = &usb_clk,

Completed in 180 milliseconds