Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-da8xx.c21 int clock_count; /* number of clock in clock list */ member
95 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()
H A Dehci-generic.c30 int clock_count; member
85 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()
H A Dohci-generic.c25 int clock_count; /* number of clock in clock list */ member
86 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()