Lines Matching full:clocks
55 * Add the clock represented by @con_id to the list of clocks used for
116 * Remove the clock represented by @con_id from the list of clocks used for
149 * pm_clk_init - Initialize a device's list of power management clocks.
150 * @dev: Device to initialize the list of PM clocks for.
163 * pm_clk_create - Create and initialize a device's list of PM clocks.
164 * @dev: Device to create and initialize the list of PM clocks for.
176 * pm_clk_destroy - Destroy a device's list of power management clocks.
177 * @dev: Device to destroy the list of PM clocks for.
214 * pm_clk_suspend - Disable clocks in a device's PM clock list.
215 * @dev: Device to disable the clocks for.
244 * pm_clk_resume - Enable clocks in a device's PM clock list.
245 * @dev: Device to enable the clocks for.
282 * of PM clocks, depending on @action.
335 * pm_clk_suspend - Disable clocks in a device's PM clock list.
336 * @dev: Device to disable the clocks for.
346 /* If there is no driver, the clocks are already disabled. */ in pm_clk_suspend()
361 * pm_clk_resume - Enable clocks in a device's PM clock list.
362 * @dev: Device to enable the clocks for.
372 /* If there is no driver, the clocks should remain disabled. */ in pm_clk_resume()
431 * the device's clocks, depending on @action.
469 * pm_clk_add_notifier - Add bus type notifier for power management clocks.