Searched refs:clock_count (Results 1 – 3 of 3) sorted by relevance
21 int clock_count; /* number of clock in clock list */ member95 priv->clock_count = 0; in ohci_da8xx_probe()118 priv->clock_count++; in ohci_da8xx_probe()139 ret = clk_release_all(priv->clocks, priv->clock_count); in ohci_da8xx_probe()159 return clk_release_all(priv->clocks, priv->clock_count); in ohci_da8xx_remove()
30 int clock_count; member85 priv->clock_count = 0; in ehci_usb_probe()105 priv->clock_count++; in ehci_usb_probe()179 ret = clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_probe()207 return clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_remove()
25 int clock_count; /* number of clock in clock list */ member86 priv->clock_count = 0; in ohci_usb_probe()105 priv->clock_count++; in ohci_usb_probe()160 ret = clk_release_all(priv->clocks, priv->clock_count); in ohci_usb_probe()184 return clk_release_all(priv->clocks, priv->clock_count); in ohci_usb_remove()