Searched refs:usb_bus_clock (Results 1 – 1 of 1) sorted by relevance
58 static struct clk *usb_bus_clock; variable1767 usb_bus_clock = clk_get(NULL, "usb-bus-gadget"); in s3c2410_udc_probe()1768 if (IS_ERR(usb_bus_clock)) { in s3c2410_udc_probe()1770 return PTR_ERR(usb_bus_clock); in s3c2410_udc_probe()1773 clk_prepare_enable(usb_bus_clock); in s3c2410_udc_probe()1938 if (!IS_ERR(usb_bus_clock) && usb_bus_clock != NULL) { in s3c2410_udc_remove()1939 clk_disable_unprepare(usb_bus_clock); in s3c2410_udc_remove()1940 clk_put(usb_bus_clock); in s3c2410_udc_remove()1941 usb_bus_clock = NULL; in s3c2410_udc_remove()