Searched refs:usb_bus_clock (Results 1 – 1 of 1) sorted by relevance
54 static struct clk *usb_bus_clock; variable1740 usb_bus_clock = clk_get(NULL, "usb-bus-gadget"); in s3c2410_udc_probe()1741 if (IS_ERR(usb_bus_clock)) { in s3c2410_udc_probe()1743 return PTR_ERR(usb_bus_clock); in s3c2410_udc_probe()1746 clk_prepare_enable(usb_bus_clock); in s3c2410_udc_probe()1864 clk_disable_unprepare(usb_bus_clock); in s3c2410_udc_probe()1865 clk_put(usb_bus_clock); in s3c2410_udc_probe()1866 usb_bus_clock = NULL; in s3c2410_udc_probe()1897 if (!IS_ERR(usb_bus_clock) && usb_bus_clock != NULL) { in s3c2410_udc_remove()1898 clk_disable_unprepare(usb_bus_clock); in s3c2410_udc_remove()[all …]