Searched refs:clock_count (Results 1 – 5 of 5) sorted by relevance
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()
25 int clock_count; member87 priv->clock_count = 0; in ehci_usb_probe()107 priv->clock_count++; in ehci_usb_probe()172 ret = clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_probe()196 return clk_release_all(priv->clocks, priv->clock_count); in ehci_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()
679 priv->clock_count = 0; in designware_eth_probe()698 priv->clock_count++; in designware_eth_probe()754 ret = clk_release_all(priv->clocks, priv->clock_count); in designware_eth_probe()771 return clk_release_all(priv->clocks, priv->clock_count); in designware_eth_remove()
243 int clock_count; /* number of clock in clock list */ member