Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c2803 struct clk *xusbxti; in s3c_hsotg_otgreset() local
2813 xusbxti = clk_get(hsotg->dev, "xusbxti"); in s3c_hsotg_otgreset()
2814 if (xusbxti && !IS_ERR(xusbxti)) { in s3c_hsotg_otgreset()
2815 switch (clk_get_rate(xusbxti)) { in s3c_hsotg_otgreset()
2827 clk_put(xusbxti); in s3c_hsotg_otgreset()