Searched refs:clock_count (Results 1 – 6 of 6) sorted by relevance
20 int clock_count; /* number of clock in clock list */ member94 priv->clock_count = 0; in ohci_da8xx_probe()117 priv->clock_count++; in ohci_da8xx_probe()138 ret = clk_release_all(priv->clocks, priv->clock_count); in ohci_da8xx_probe()158 return clk_release_all(priv->clocks, priv->clock_count); in ohci_da8xx_remove()
29 int clock_count; member84 priv->clock_count = 0; in ehci_usb_probe()104 priv->clock_count++; in ehci_usb_probe()178 ret = clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_probe()206 return clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_remove()
23 int clock_count; /* number of clock in clock list */ member84 priv->clock_count = 0; in ohci_usb_probe()103 priv->clock_count++; in ohci_usb_probe()157 ret = clk_release_all(priv->clocks, priv->clock_count); in ohci_usb_probe()181 return clk_release_all(priv->clocks, priv->clock_count); in ohci_usb_remove()
42 const uint64 clock_count = CpuUtils::GetCurrentClockCycle(); in TEST_F() local43 CHECK_GE(clock_count, prev_clock_count); in TEST_F()44 prev_clock_count = clock_count; in TEST_F()
684 priv->clock_count = 0; in designware_eth_probe()703 priv->clock_count++; in designware_eth_probe()775 ret = clk_release_all(priv->clocks, priv->clock_count); in designware_eth_probe()792 return clk_release_all(priv->clocks, priv->clock_count); in designware_eth_remove()
243 int clock_count; /* number of clock in clock list */ member